img {
	max-width: 100%;
	margin: 0 auto;
}

iframe {
	border: 1px solid #f6f6f6;
}

#map {
	width: 100%;
	height: 395px;
}

#wrapper-baner {
	background: #fff;
	padding: 5px 0;
}

#wrapper-baner p {
	margin: 0;
}

input, select, textarea {
	border-radius: 0 !important;
	border: 1px solid #ececec;
	box-shadow: none !important;
}

section.text > .container {
	min-height: 200px;
}

.bg-inf {
	background-color: #eee;
	padding: 10px;
}

/* ------ ------ ------ kontakt ------ ------ ------  */

#map {
	margin: 60px 0 0 0;
}

.send {
	clear: both;
	margin: 20px 0;
	text-align: right;
}

#addFeedeback {
	background: #ececec;
	border: none;
	border-radius: 0;
	color: #000;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: -1px;
	margin: 0;
	padding: 10px;
	position: relative;
	text-transform: uppercase;
	transition: 250ms;
}

#addFeedeback::before {
	background: #ffe328;
	content: '\e171';
	color: #000;
	font-size: 20px;
	font-family: "Glyphicons Halflings";
	height: 41px;
	left: -40px;
	padding: 7px;
	position: absolute;
	top: 0px;
	width: 40px;
}

.kundenButon #addFeedeback::before {
	content: '\e081';
}

#addFeedeback:hover {
	background: #ffe328;
	color: #000;
}

#addFeedeback:hover::before {
	background: #ececec;
	color: #000;
}

#formularz-kontaktowy .ok {
	background: #DCEDC8;
	padding: 20px;
}

#formularz-kontaktowy .ok h3 {
	color: #333;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -1px;
	margin: 10px 0 20px 0;
	padding: 5px;
	text-shadow: 0px 0px 0.3px #333;
	text-transform: uppercase;
}
#formularz-kontaktowy .checkbox input[type="checkbox"] {margin:4px 0;}

#formularz-kontaktowy .ok p {
	margin: 10px 0;
}

.in-form {position:relative;}
.in-form > h3 {margin: 20px 0;}
.in-form #formularz-kontaktowy .checkbox input[type="checkbox"] {vertical-align: top;margin:4px 0;position:static;}
.in-form #formularz-kontaktowy .checkbox label {padding-left:8px;}

/* ------ ------ ------ koszyk ------ ------ ------  */

.basket-header h2 {
	color: #333;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -0.2px;
	margin: 0;
	padding: 0;
	text-shadow: 0px 0px 0.3px #333;
	text-transform: uppercase;
}

.basket-header h3 {
	color: #646464;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: -.2px;
	margin: 0;
	padding: 0;
	text-shadow: 0px 0px 0.1px #333;
	text-transform: uppercase;
}


.basket-header h3:before {
	content: "/ ";
}

.basket-header h2 a {
	color: #333;
}

.basket-header h3 a {
	color: #616161;
}

.basketrow-content {
	border-bottom: 1px solid #ccc;
	margin: 20px 0;
	padding: 20px 0;
}

.basketrow-content a.lightbox.fancybox {
	background-size: contain;
	display: block;
	height: 125px;
	width: 200px;
	background-repeat: no-repeat;
	background-position: center center;
}

.basketrow-content .brc-column-name,
 #basket-right {
	color: #828181;
	display: block;
	font-weight: 900;
	margin-bottom: 20px;
}

.basketrow-content table.basket-intable {
	background: #f6f6f6;
}

.basketrow-content table.basket-intable tr {
	background: white;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
}

.basketrow-content table.basket-intable tr:last-of-type {
	border-bottom: 0;
}

.basketrow-content table.basket-intable th {
	font-weight: 500;
	padding: 5px 10px 4px 0;
	text-align: right;
	width: 50%;
}

.basketrow-content table.basket-intable td {
	font-weight: 700;
}

.basketrow-content input.quantity {
	text-align: center;
	width: 90%;
}

.basketrow-content .rem a {
	display: block;
	height: 40px;
	width: 40px;
}

.basketrow-content .rem a span {
	display: block;
	transform: rotate(45deg);
}

td.prcstandard small {
	display: block; 
	line-height: 10px;
}

td.prcstandard, td.prcbig {
	/*text-align: center;*/
	width: 100%;
}

#basket-right {
	background: #f2f2f2;
	padding: 20px;
	text-align: center;
	margin: 1px;
	width: calc(50% - 2px);
}

.basket-btns {display:flex;flex-wrap:wrap;}
.basket-btns .glyphicon {font-size: 14px; padding-right:5px;}
.basket-btns > div {width: 33%; min-width: 275px;flex-grow:999;background: #ccc;font-size: 18px;font-weight: 700;height: 60px;text-align: center;margin: 1px;}
.basket-btns #backIn a, .basket-btns #frageIn a, .basket-btns #nextIn a {color: #333;display: block;padding: 16px;transition: 250ms;width: 100%; cursor:pointer;}
.basket-btns #backIn a:hover, .basket-btns #nextIn a:hover, .basket-btns #frageIn a:hover  {background: #46688e;color: #fff;}


.forms-cost span {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: -.5px;
	color:#666;
	vertical-align: bottom;
}

.forms-cost .prcstandard {
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 20px
}

.forms-cost .prcbig {
	font-size: 24px;
	font-weight: 700;
}

/* ------ ------ ------ pusty koszyk ------ ------ ------  */

.cart-empty {
	/*background: #f6f6f6;*/
	color: #828181;
	font-size: 22px;
	margin: 0 0 20px 0;
	padding: 60px;
	font-weight: 700;
	letter-spacing: -.5px;
	text-transform: uppercase;
	text-align: center;
}

.cart-empty p {
	margin: 0;
}

/* ------ ------ ------ podsumowanie ------ ------ ------  */
.form-group.alert {
	padding: 0;
}
.form-group.alert input {
	border: 1px solid red;
}

#zamowienia .form-group {
	padding: 0 10px;
}

#zamowienia .dylet.small-form {
	line-height: 22px;
	margin-left: 23px;
}

#zamowienia label {
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: -0.5px;
}

#zamowienia label div {
	display: block;
	font-weight: normal;
	padding-left: 23px;
	text-transform: initial;
	font-size: 13px;
	padding-top: 5px;
	letter-spacing: 0px;
}

#zamowienia #tiles {
	background-color: #fff;
	height: auto;
	margin: 20px 0;
}

#zamowienia #tiles .lines {
	background-color: #f7f7f6;
	height: auto;
	padding: 0 5px;
}

#zamowienia .help {
	background-color: #f7f7f6;
	padding: 0 20px 20px 20px;
	margin-top: 1px;
}

#zamowienia .help h1 {
	font-size: 34px;
	font-weight: 600;
	letter-spacing: -1px;
	margin: 10px 0;
}

#zamowienia .help h2 {
	font-size: 26px;
	font-weight: 600;
	letter-spacing: -1px;
	margin: 10px 0;
}

#zamowienia .help span.hlp {
	color: #7d7d7d;
	display: block;
	text-shadow: 0px 0px 0.1px #ccc;
}

#zamowienia .help span.glyphicon {
	font-size: 28px;
	font-weight: 600;
}

#basket-view #lieferung-adress {
	display: none;
}

#basket-view #lieferung-adress .form-group {
	margin: 10px 0;
	width: 80%;
}

#basket-view #lieferung-adress input {
	padding: 0 30px;
}

input#agb,
input#gesh {
	display: inline-block;
	float: left;
	height: 14px;
	margin: 3px 5px;
	width: 14px;
}

#basket-view label.forgesh {
	color: #888;
	display: block;
	font-size: 12px;
}

#basket-view input[type="number"] {
	padding: 0;
}

#basket-view .resultieren {
	background: #eeeeee;
	padding: 20px;
	text-align: center;
}
/*
#basket-view .btn.btn-default {
	border: 2px solid #333;
	border-radius: 10px;
	color: #333;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -1px;
	padding: 12px 24px;
	text-shadow: 0px 0px 0.1px #333;
	text-transform: uppercase;
}

#basket-view .btn.btn-default:hover {
	background: #fff;
}
*/

#basket-view .bg-info {
	background: #fff;
}

#zamowienia .dostawa p {
	background: url(gfx/new/dostawa.png) no-repeat top left;
	font-size: 14px;
	margin: 0;
	padding: 10px 10px 10px 150px;
	width: 100%;
}

#zamowienia .bestellungen {
	background: #ffffff;
	border: 1px solid #ececec;
	margin: 20px 0;
	padding: 20px;
}

#zamowienia .bestellungen h3 {
	color: #333;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.5px;
	padding: 24px 0;
	margin: -20px 0 0 0 !important;
	text-transform: uppercase;
}

#zamowienia .bestellungen p {
	margin: 10px 0;
}

#zamowienia .bestellungen input[type="radio"] {
	margin: 0 5px 0 0;
}

#zamowienia .bestellungen label.forgesh {
	font-weight: 400;
	margin: 6px 0 0 0;
}

.send {
	background: #ccc;
	float: right;
	text-align: center;
}

.send #senden {
	background: #ccc;
	border: none;
	color: #333;
	display: block;
	font-size: 18px;
	font-weight: 700;
	height: 100%;
	left: 0;
	padding: 16px;
	/*position: absolute;*/
	top: 0px;
	transition: 250ms;
	width: 100%;
}

.send #senden:active,
.send #senden:focus,
.send #senden:hover {
	background: #46688e;
	border: none;
	color: #fff;
}

.bestellung-danke {
	background: #f6f6f6;
	padding: 20px;
	position: relative;
	overflow: hidden;
}

.bestellung-danke:after {
	color: #eeeeee;
	content: "\e089";
	font-family: 'Glyphicons Halflings';
	font-size: 160px;
	line-height: 160px;
	position: absolute;
	right: -20px;
	bottom: -20px;
}

.bestellung-danke h3 {
	color: #333;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: -1px;
	margin: 0;
	padding: 0 0 24px 0;
	text-shadow: 0px 0px 0.1px #333;
	text-transform: uppercase;
}

/* ------ ------ ------ bar ------ ------ ------  */

#content #bar {
	background: #ffe328;
}

#content #bar {
	color: #333;
	font-weight: 700;
	letter-spacing: -0.5px;
	padding: 10px 0;
	margin: -20px 0 0 0 !important;
	text-shadow: 0px 0px 0.3px #333;
	text-transform: uppercase;
}

#content #bar small {
	font-size: 65%;
}

#content #bar .container {
	padding: 0 20px;
}

#bar .container > div > span {
	text-align: right;
	display: block;
	font-weight: 400;
	padding-top: 11px;
	font-size: 12px;
}

#bar #basket-sum {
	font-size: 28px;
	text-align: left;
	line-height: 1;
}

#bar #basket-sum small {
	font-size: 14px !important;
	font-weight: normal;	
}

/* ------ ------ ------ vorteile ------ ------ ------  */

#quality {
	display: inline-flex;
	margin: 0 0 20px
}

#quality img {
	padding: 20px 0 40px 0;
}

.front-ico-desc .inner {
	border: 1px solid #f6f6f6;
	font-size: 12px;
	height: 100%;
	padding: 12px;
}

/* ------ ------ ------ wyszukiwarka ------ ------ ------  */

.search_inside form {
	position: relative;
}

.search_inside input#searchWord2 {
	border: 1px solid #26476b;
	padding: 10px;
	width: 100%;
}

.search_inside #searchWordSubmit {
	background: #26476b;
	border: 1px solid #26476b;
	color: #fff;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
}

.searchResults nav {
	text-align: center;
}

.searchResults .search .media-left {
	width: 33%;
}

.searchResults .search {
	border-bottom: 1px solid #dedede;
}

.searchResults .search a {
	color: #333;
}

.searchResults .search .media-body h3 {
	color: #333;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -1px;
	padding: 36px 0 12px 0;
	text-shadow: 0px 0px 0.3px #333;
	text-transform: uppercase;
}

/* ------ ------ ------ template 0 ------ ------ ------  */

#content .title {
	background: #f6f6f6;
	margin: 0 0 20px 0;
}

#content .title h1 {
	font-size: 28px;
	margin: 10px 10px 20px;
	font-weight: 600;
}

#content .title h1 span {
	color: #646464;
	display: block;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 2em;
}

.title h1 span::before {
	content: '/ ';
}

/* ------ ------ ------ phone banner ------ ------ ------  */

.phone-banner {
	margin-bottom: 10px;
	text-align: center;
}

/* ------ ------ ------ breadcrumbs ------ ------ ------  */

#breadCrumbs {
	background: #f6f6f6;
	padding: 10px 0;
}

.breadcrumb {
	background-color: transparent;
	border-radius: 0;
	font-size: 12px;
	list-style: none;
	margin: 0;
	padding: 6px;
}

.breadcrumb a {
	color: #26476b;
	font-size: 12px;
}

/* ------ ------ ------ kunden ------ ------ ------  */

.kunden {
	margin: 20px 0 60px 0;
	position: relative;
}

.kundenButon {
	padding: 20px 0;
	text-align: right;
}

.kunden h2 {
	color: #333;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -1px;
	margin: 0;
	padding: 40px 0 20px 40px;
	text-shadow: 0px 0px 0.1px #333;
	text-transform: uppercase;
}

.kunden .rowflex {
	display: flex;
	flex-wrap: wrap;
}

.kundenfb {
	width: calc(100% / 4);
	margin: 0 0 70px;
	padding: 0 2rem;
	text-align: center;
}

@media (max-width: 992px) {
	.kundenfb {
		width: calc(100% / 3);
	}
}

@media (max-width: 768px) {
	.kundenfb {
		width: calc(100% / 2);
	}
}

@media (max-width: 480px) {
	.kundenfb {
		width: calc(100%);
	}
}

.kundenfb h3 {
	color: #333;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -1px;
	margin: 0;
	padding: 20px 0 0 0;
	text-shadow: 0px 0px 0.1px #333;
	text-transform: uppercase;
}

.kundenfb h4 {
	font-size: 16px;
	letter-spacing: -1px;
	line-height: 24px;
	margin: 2px 0 20px 0;
}

.kundenfb img.awatar {
	border-radius: 50%;
	height: 140px;
	margin: 0 auto;
	width: 140px;
	border: 1px solid #ccc;
}

.kundenfb span img {
	display: inline-block;
	height: 14px;
	margin: 1px;
	width: 14px;
}

.bgModal {
	background: rgba(36, 87, 136, 0.33);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}

.kundenModal {
	background: #fff;
	box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	height: 440px;
	left: calc(50% - 180px);
	margin: 0 auto;
	overflow: hidden;
	position: fixed;
	top: calc(50% - 200px);
	width: 360px;
	z-index: 998;
}

.kundenModal h2 {
	background: #ffe328;
	padding: 20px;
}

.kundenModal p {
	margin: 0;
	padding: 20px 40px;
}

.kundenModal span.off {
	color: #F44336;
	cursor: pointer;
	font-size: 22px;
	font-weight: 700;
	padding: 0 8px;
	position: absolute;
	right: 0;
	top: 0;
	transform: rotate(45deg);
}

.kundenModal #kundenForm .page {
	height: 400px;
	position: relative;
	width: 100%;
}

.kundenModal #kundenForm input {
	border: 1px solid #ccc;
	border-radius: 2px;
	display: block;
	margin: 10px auto;
	padding: 10px;
	width: 80%;
}

.kundenModal #kundenForm input.empty {
	border: 1px solid #F44336;
	transition: 250ms;
}

.kundenModal #kundenForm label {
	display: block !important;
	margin: 5px auto 0;
	padding: 0;
	width: 80%;
}

.kundenModal #kundenForm button {
	background: white;
	border: 0;
	bottom: 100px;
	color: #333;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -1px;
	margin: 0;
	padding: 3px 12px;
	position: absolute;
	right: 20px;
	text-shadow: 0px 0px 0.1px #333;
	text-transform: uppercase;
}

.kundenModal #kundenForm button.prev-1 {
	left: 20px;
}

.kundenModal #kundenForm .stars {
	margin: 30px auto;
	text-align: center;
	width: 80%;
}

.kundenModal #kundenForm .stars.empty:after {
	color: #F44336;
	content: "Bewerte uns";
	display: block;
	font-size: 12px;
	font-weight: 700;
	padding: 10px;
	transition: 250ms;
}

.kundenModal #kundenForm .stars img.star {
	cursor: pointer;
	margin: 0 0 0 -5px;
	max-width: 100%;
	width: 30px;
}

#kundenForm .page-1 .glyphicon {
	font-size: 12px;
	right: -5px;
	top: -1px;
}

#kundenForm .page-2 .glyphicon {
	font-size: 12px;
	left: -5px;
	top: -1px;
}

.kunden-danken h2 {
	background: #f6f6f6;
	color: #333;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -1px;
	margin: 5px;
	padding: 25px;
	text-align: center;
	text-shadow: 0px 0px 0.3px #333;
	text-transform: uppercase;
}

/* ------ ------ ------ lista produktów ------ ------ ------  */

#productList {
	margin: 20px 0;
}

#productList .singleProduct {
	margin: 5px 0;
}

#productList .singleProduct span.h2 {
	background: #ffe328;
	color: #333;
	display: block;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -1px;
	margin: 0;
	max-width: calc(100% - 10px);
	min-height: 40px;
	padding: 12px 24px;
	position: absolute;
	text-transform: uppercase;
	bottom: 0;
}

#productList .singleProduct span.alu.h2 {
	background: #c8d8ea !important;
}

#productList .singleProduct span.preis {
	background: #333;
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -.2px;
	padding: 10px 12px 0;
	min-height: 30px;
	position: absolute;
	text-transform: uppercase;
	top: 40px;
}

#productList .singleProduct span.preis span {
	display: block;
	font-size: 10px;
	font-weight: 300;
	line-height: 5px;
	/*position: relative;*/
	/*top: 2px;*/
	text-align: right;
}

#productList .singleProduct img {
	width: 100%;
}

#sieheAuch {
	display: block;
	clear: both;
	padding-top: 40px;
	float: none;
}

#productList .sieheAuch {
	margin: 5px 0;
	position: relative;
}

#productList .sieheAuch img {
	width: 100%;
}

#productList .sieheAuch .inner {
	background: #eeeeee;
	padding: 10px;
	position: absolute;
	bottom: 0;
}

#productList .sieheAuch a {
	display: block;
	width: 100%;
}

#productList .sieheAuch h2 {
	color: #606878;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: -0.5px;
	margin: 0;
	padding: 0 24px 0 24px;
	text-transform: uppercase;
}

#productList .sieheAuch h3 {
	color: #333;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: -1px;
	margin: 0;
	padding: 0 10px;
	text-transform: uppercase;
}

#productGallery {
	background: #2b2b2b;
	border-top: 6px solid #ffe328;
	margin: 0;
	overflow: hidden;
	padding: 10px 0;
}

#productGallery h2 {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -1px;
	margin: 15px;
	text-align: center;
}

#productGallery a img {
	margin: 3px;
	object-fit: cover;
	height: 170px;
}

#productGallery img {
	margin: 3px;
}

/* ------ ------ ------ lista produktow (podrzedna) ------ ------ ------  */

#subProductList .singleSubProduct {
	margin: 0;
	padding: 0;
}

#subProductList .singleSubProduct .inner {
	border: 1px solid #ccc;
	height: 360px;
	margin: 10px;
	padding: 15px;
}

#subProductList .singleSubProduct .inner span.bestPreis {
    background: url(gfx/new/bestpreis-garantie.png) no-repeat right center;
    background-size: 100%;
    content: '';
    position: absolute;
    top: 10px;
    z-index: 10;
    right: 11px;
    width: 70px;
    height: 70px;
    transform: rotate(35deg);
    
}

#subProductList .singleSubProduct .inner a {
	color: #333;
}

#subProductList .singleSubProduct .inner a img {
	width: 100%;
}

#subProductList .singleSubProduct .inner span.header span.h2 {
	background: #ededed;
	color: #333;
	display: block;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -0.2px;
	margin: 0;
	padding: 4px 12px;
	text-shadow: 0px 0px 0.1px #333;
	text-transform: uppercase;
	transition: 250ms;
}

#subProductList .singleSubProduct:hover .inner span.header span.h2 {
	background: #ffe328;
}

#subProductList .singleSubProduct .inner span.header span.h2 span {
	display: block;
	color: #646464;
	font-size: 11px;
}

#subProductList .singleSubProduct .inner span.header span.h2 span::before {
	content: '/ ';
} 

#subProductList .singleSubProduct .inner .text {
	font-size: 12px;
	padding: 10px 0;
}

#subProductList .singleSubProduct .bot {
	bottom: 20px;
	position: absolute;
	width: 160px;
	height: 40px;
	left: calc(50% - 80px);
}

#subProductList .singleSubProduct span.preis {
	background: #333;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	float: left;
	letter-spacing: -.2px;
	padding: 10px 12px 0;
	height: 40px;
	text-transform: uppercase;
	width: 80px;
}

#subProductList .singleSubProduct .bot span.preis span {
	display: block;
	font-size: 10px;
	font-weight: 300;
	text-align: right;
	line-height: 5px;
}

#subProductList .singleSubProduct .bot span.promocja {
	background: #cb274a;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	float: left;
	height: 1px;
	padding: 0;
	width: 40px;
}

#subProductList .singleSubProduct .bot span.promocja img {
	height: 40px;
	width: 40px;
}

#subProductList .singleSubProduct .bot .cart {
	background: #828282;
	color: #fff;
	font-size: 18px;
	height: 40px;
	padding: 10px 10px;
	position: absolute;
	width: 40px;
}

#subProductList .singleSubProduct span.alterPrice {
	background: #4996c2;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	float: left;
	letter-spacing: -.2px;
	padding: 0;
	height: 20px;
	text-transform: uppercase;
	width: 157px;
	text-align: center;
	width: 160px;
}

#subProductList .singleSubProduct .bot span.alterPrice span {
	font-size: 10px;
	font-weight: 300;
	position: relative;
	top: -1px;
}

#subProductList .bestPreisInfo {
	padding: 40px 10px 20px;
  font-size: 13px;
  color: #666;
} 

span.neu {
	background: #ffed00;
	color: #333;
	font-size: 18px;
	font-weight: 700;
	left: 0;
	letter-spacing: -1px;
	margin: 14px;
	padding: 6px 24px;
	position: absolute;
	text-shadow: 0px 0px 0.3px #333;
	text-transform: uppercase;
	top: 0;
}

span.neu::after {
	content: "Neu";
}

span.promo {
	background: #4897c3;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	right: 0;
	letter-spacing: -1px;
	margin: 14px;
	padding: 6px 24px;
	position: absolute;
	text-shadow: 0px 0px 0.3px #333;
	text-transform: uppercase;
	top: 0;
}

span.promo::after {
	content: "Promo";
}

/* ------ ------ ------ produkt ------ ------ ------  */

.promo_bar {
	margin-bottom: 4px;
}

.title #tiles {
	height: 0px;
	overflow: hidden;
	transition: 250ms;
	background-color: #ececec !important;
}

.title #tiles.visible {
	height: 120px;
}

button.showTitles {
	background: #ececec;
	border-radius: 0px 10px 0px 0px;
	border: none;
	bottom: 0;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -1px;
	margin: 0;
	padding: 8px 15px 5px 5px;
	position: absolute;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	transition: 250ms;
}

button.showTitles::before {
	background: #ececec;
	border-radius: 10px 0 0 0;
	color: #000;
	content: '\e101';
	font-family: "Glyphicons Halflings";
	font-size: 20px;
	height: 33px;
	left: -37px;
	padding: 4px 0 1px 8px;
	position: absolute;
	top: 0px;
	width: 38px;
}

button.showAlu {
	background: #ffe32a;
	border-radius: 0px 10px 0px 0px;
	border: none;
	bottom: 0;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -1px;
	margin: 0;
	padding: 8px 15px 5px 5px;
	position: absolute;
	position: absolute;
	right: 200px;
	/* text-transform: uppercase; */
	transition: 250ms;
}

button.showAlu::before {
	background: #ffe32a;
	border-radius: 10px 0 0 0;
	color: #000;
	content: '\e101';
	font-family: "Glyphicons Halflings";
	font-size: 20px;
	height: 33px;
	left: -37px;
	padding: 4px 0 1px 8px;
	position: absolute;
	top: 0px;
	width: 38px;
}
button.showAlu a {
	color: #000;
}

#productGalleryImg {
	padding: 0 5px 1.5rem;
}

#productGalleryImg img {
	padding: 3px;
}

#productGalleryImg .slick-slide img {
	object-fit: cover;
	max-height: 170px;
}

#p_title {
	background: #ffe328;
	height: 60px;
	padding: 12px;
}
#p_title:after {
    background: url(gfx/new/bestpreis-garantie.png) no-repeat right center;
    background-size: 100%;
    content: '';
    position: absolute;
    top: -25px;
    z-index: 10;
    right: 15px;
    width: 100px;
    height: 100px;
    padding: 10px;
    transform: rotate(35deg);
}

#p_title h2 {
	color: #333;
	font-size: 21px;
	font-weight: 700;
	letter-spacing: -.5px;
	margin: 0;
	padding: 0;
	text-shadow: none;
	text-transform: uppercase;
}

#p_title h2 span {
	color: #616161;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -.5px;
	display: block;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

#p_title h2 span:before {
	content: "/ ";
}

.p_preis .prise {
	background: #e0e0e0;
	height: 60px;
	padding: 8px;
}

.p_preis .prise span:nth-child(1) {
	display: block;
}

.p_preis .prise span:nth-child(2) {
	display: block;
	font-size: 18px;
	margin-top: -5px;
	padding: 5px 0;
	text-decoration: line-through;
}

.pries_info {
	background: #2b2b2b;
	color: #fff;
	padding: 0;
	text-align: right;
}

.pries_info .box-1 {
	display: inline-block;
	float: left;
}

.pries_info .box-1 img {
	background: #fff;
	height: 60px;
	vertical-align: middle;
	width: 60px;
}

.pries_info .box-2 {
	display: inline-block;
	height: 60px;
	padding: 10px;
	text-align: right;
}

.pries_info .box-3 {
	display: inline-block;
	font-size: 26px;
	height: 55px;
	padding: 10px;
	font-weight: 800;
}

.pries_info .box-2 span:nth-child(1) {
	color: #ffe328;
	display: block;
	font-size: 14px;
	font-weight: 700;
	margin-top: 3px;
	text-transform: uppercase;
}

.pries_info .box-2 span:nth-child(2) {
	display: block;
	font-size: 10px;
	margin-top: -3px;
}


#p_header .bestPreisInfo {
	font-size: 12px;
	padding: 0 20px;
	color: #888;
}

#p_header .bestPreisInfo p {
	padding-bottom: 3px;
	margin-bottom: 3px;
}


/* ------ ------ ------ konfigurator ------ ------ ------  */

.row.mleft0 {
	margin-top: 1.25rem;
}

#accordion .panel {
	box-shadow: none;
	-webkit-box-shadow: none;
}

#accordion .panel-default {
	background: #fff;
	border: 0;
	margin: 0;
	position: relative;
}

#accordion .panel-default.next a:before {
	background: url(gfx/new/arrow.svg);
	bottom: 27px;
	content: ' ';
	height: 24px;
	left: calc(50% - 12px);
	position: absolute;
	width: 24px;
}

#accordion .panel-default .panel-heading {
	background: #fff;
	border: 0;
	border-top: 1px solid #fff;
}

#accordion .panel-default:first-of-type .panel-heading {
	border-top: 0;
}

#accordion .panel-heading {
	border-bottom: 0;
	padding: 0;
}

#accordion .panel-title {
	color: #333;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: -0.5px;
	text-transform: uppercase;
}

#accordion .panel-title a {
	display: block;
	padding: 12px;
}

#accordion .panel-title a[aria-expanded="false"] {
	background-color: #ebebeb;
	color: #525252;
	text-shadow: none;
}

#accordion .panel-body {
	padding: 0 0 15px 0;
}

#accordion .panel-group .panel,
#accordion .panel-group .panel+.panel {
	margin: 0;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
	border-top: 1px solid #fff !important;
	padding-top: 0px;
}

#accordion p,
#accordion ul li {
	color: #888;
	font-size: 10px;
}

#accordion small {
	display: block;
	font-size: 11px;
}

#accordion big {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	display: block;
}

#accordion .go-cost.go-cost-selected p,
#accordion .go-cost.go-cost-selected ul li {
	color: #2b2b2b;
}

#accordion .desc.arbuz {
	color: #888;
	font-size: 12px;
	margin: 30px 0 0px 0;
	text-transform: uppercase;
	padding: 0px 15px 0px;
}


#accordion .panel-body > .desc.arbuz:first-of-type {
	margin-top: 0 !important;
}

#accordion .phostenNew {
	border: 1px solid #eaeaea;
	width: calc(25% - 10px);
	margin: 5px;
	padding: 5px !important;
	text-align: center
}

#accordion .images {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #fff;
	display: inline-block;
	border: 1px solid #eaeaea;
	height: 120px;
	max-width: 100%;
	/*min-width: 200px;*/
	width: 100%;
}

#accordion #collapse_brite-hohe {
	text-align: center;
}

#accordion #collapse_farben .farbe {
	height: 64px;
	border: 1px solid rgba(0,0,0,0.1)
}

#accordion #collapse_farben h4 {
	margin: 10px 0;
	color: #333;
	font-size: 12px;
	font-weight: 700;
	margin: 10px 0;
	text-shadow: 0px 0px 0.1px #333;
	text-transform: uppercase;
}

#accordion #collapse_farben h5 {
	text-align: center;
	padding-top: 10px;
}

#accordion #collapse_farben_pallette div .desc {
	min-height: 28px;
}

#accordion #collapse_farben .desc p {
	line-height: 10px;
	padding-top: 7px;
}

#accordion #collapse_farben p {
	margin: -12px 0 0 0;
}

#accordion #collapse_farben .go-cost {
	min-height: 145px;
	padding: 5px;
}

#accordion #collapse_farben .btn_wahle {
	width: 100%;
	border: none;
	padding: 15px;
	font-size: 14px;
	transition: 250ms;
}

#accordion #collapse_farben .btn_wahle:hover {
	background-color: #ffe328;

}

#accordion .go-cost {
	cursor: pointer;
	padding: 15px;
}

#accordion .go-options {
	/*margin: 30px 0;*/
}

#accordion .shower-dod .go-options {
/*	border: 1px solid #f4f6f7;
	margin: 5px 0;*/
}

#accordion .shower-dod .go-options h4 {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -0.5px;
}

#accordion .glyphicon.glyphicon-ok {
	/*background: #8BC34A;
	border-radius: 50%;*/
	background-color: #2b2b2b;
	border: 1px solid #fff;
	color: #fff;
	display: none;
	margin: -6px;
	padding: 6px;
	position: absolute;
	top: 10px;
	right: 10px;
}


#accordion .go-cost.go-cost-selected {
	background-color: #ffe328;
}

#betriebsart2>div,
#phobos2>div,
#antriebe2>div .border,
/*#antriebe3>div .border,*/
.shower-dod>div .border{
	background-color: #f9f9f9;
}

.prc-floating-block .pries_info {
	margin-bottom: 5px;
}

/* ------ ------ ------ konfiguracja ------ ------ ------  */

#menuRight {
	z-index: 998;
}

.product-right-column .prc-title,
.product-right-column #prc-const,
.product-right-column #prc-first,
.product-right-column #prc-sec {
	background: #ebebeb;
}

.product-right-column h3 {
	color: #333;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -1px;
	margin: 0;
	padding: 24px 24px 12px 24px;
	text-shadow: 0px 0px 0.3px #333;
	text-transform: uppercase;
}

.product-right-column table {
	width: 100%;
}

.product-right-column table tr {
	padding: 6px; 
}

.product-right-column table th {
	font-size: 12px;
	font-weight: 500;
	padding: 6px 12px 6px 6px;
	text-align: right;
	text-transform: uppercase;
	width: 30%;
}

.product-right-column table td {
	font-weight: 700;
	padding: 6px 0;
	width: 50%;
}

.product-right-column table#prc-const tr {
	border-bottom: 1px solid #fff;
}

.product-right-column table#prc-first tr {
	border-bottom: 1px solid #fff;
}

.product-right-column table#prc-first tr:first-of-type td.prcinput.error,
.product-right-column table#prc-first.falsche tr:first-of-type td {
	color: red;
}

.product-right-column table#prc-first tr:first-of-type td.prcinput.error:after,
.product-right-column table#prc-first.falsche tr:first-of-type td.prcinput:after {
	content: "\e014";
	float: right;
	margin-right: 20px;
	font-family: 'Glyphicons Halflings';
	font-weight: 400;
}

.product-right-column table#prc-first .small td.prcinput,
.basket-intable .small td.prcinput {
	font-size: 12px; 
	font-weight: normal;
	padding: 5px 25px 5px 70px;
}

.product-right-column table#prc-first .small td.prcinput:before,
.basket-intable .small td.prcinput:before {
	content: "\e081";
	float: left;
	margin-left: -20px;
	font-family: 'Glyphicons Halflings';
}


.product-right-column table#prc-first tr:last-of-type {
	border-bottom: 0;
}

input#ilosc {
	max-width: 120px;
	text-align: center;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  
	opacity: 1;
}

/* -- nowe -- */


div#tiles {
  background: #f6f6f6;
  margin: 8rem 0 0 0;
  padding: 20px 0 0 0;
}


.pro-btns {display:flex;flex-wrap:wrap; margin: 0 5px;}
.pro-btns > div {width: 33%;flex-grow:999;font-weight: 700;height: 60px; 	margin: 5px 0 0px 0; display: inline-flex; justify-content: center;align-items: center;}
.pro-btns.fixed {position: fixed; bottom: 0; right: 0;left: 0; width:100%; background-color:#d0d0d0;z-index: 1000;opacity:1;}
.pro-btns span.tug {margin: 0 0 0 12px;}

.prc-form-button {
	background: #8e8e8e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -1px;
	text-shadow: 0px 0px 0.1px #333;
	transition: 250ms;
}
.prc-form-button:hover {
	background-color: #333;
	color: #ffe328;
}
.prc-form-button a {
	color: inherit;
}

.prc-bestsellen-button {
	background: #ffe328;
	color: #333;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -1px;
	text-shadow: 0px 0px 0.1px #333;
	transition: 250ms;
	width: calc(50% - 2.5px);
	float: right;
	display: inline-block;
}

.prc-bestsellen-button.full {
	background: #ffe328;
	color: #333;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -1px;
	margin: 5px 0 5px 0;
	padding: 14px;
	text-align: center;
	text-shadow: 0px 0px 0.1px #333;
	transition: 250ms;
	width: 100%;
	display: inline-block;
}
.prc-bestsellen-button.disabled {
	background: #e0e0e0;
	color: #a2a2a2;
	cursor: default;
	text-shadow: none;
}

.prc-bestsellen-button:hover {
	color: #ffe328;
	background-color: #333;
}

.prc-bestsellen-button.disabled:hover {
	background: #e0e0e0;
	color: #a2a2a2;
}


.prc-form {
	background: #fff;
	box-shadow: 0 0 50px -10px #000;
	left: 50%;
	max-width: 800px;
	position: absolute;
	transform: translateX(-50%);
	z-index: 999999999;
}

span.glyphicon.glyphicon-remove {
	padding: 10px;
	position: absolute;
	right: 0;
	top: 0;
}

span.glyphicon.glyphicon-remove:hover {
	color: red;
	cursor: pointer;
}

.prc-form a#formularz {
	display: none;
}

.prc-form h3 {
	background: #ffe328;
	color: #333;
	cursor: pointer;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -1px;
	margin: 0;
	padding: 22px;
	text-shadow: 0px 0px 0.1px #333;
	transition: 250ms;
}

.prc-form form {
	padding: 20px;
}

.prc-form .prod-name {
	font-size: 22px;
	padding: 20px;
}

.prc-form .prod-data {
	font-size: 12px;
	padding: 20px;
}

/* -- */

.prc-call-button {
	background: #f6f6f6;
	color: #9d9c9c;
	cursor: pointer;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: -1px;
	text-align: left;
	text-shadow: none;
	transition: 250ms;
}

.prc-call-button:hover {
	background-color: #8e8e8e;
	color: #fff;
}

.prc-call-button:hover .icon {
	background: url(../gfx/new/services2.svg) scroll no-repeat 0 0 / contain;
}

.prc-call-button .icon {
	float: left;
	margin-right: 5px;
	margin-top: -4px;
	width: 49px;
	height: 49px;
	background: url(../gfx/new/services1.svg) scroll no-repeat 0 0 / contain;
}

.prc-call-button a {
	color: #8e8e8e;
	display: block;
	padding: 2px 8px;
}

.prc-call-button a:hover {
	color: #fff;
}

.prc-call-button a span.glyphicon {
    line-height: 40px;
    vertical-align: top;
}

.prc-call-button a p span:last-of-type {
	font-size: 18px;
	font-weight: 700;
	line-height: 17px;
}

.product-right-column .p_preis {
	padding-left: 0;
}

#accordion input,
#accordion select {
	border-radius: 0 !important;
	margin: 5px auto;
}

section.else .elseItem:hover h2 {
	background: #ffe328;
}

section.else .elseItem {
	/*border: 1px solid #e8e8e8;
	padding: 5px 5px 75px 5px;
	margin: 0 0 5px 0;
	transition: 250ms;*/
	background-color: #fff;
	border: 1px solid #cccccc;
	height: 360px;
	margin: 10px;
	padding: 15px;
}

section.else .elseItem a {
	display: block;
	height: 120px;
	width: 100%;
}

section.else .elseItem img {
	width: 100%;
}

.elseItem h2 {
	background: #ededed;
	color: #333;
	display: block;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -.5px;
	margin: 0;
	padding: 12px;
	text-transform: uppercase;
	transition: 250ms;
}

.elseItem h2 span {
	display: block;
	font-size: 11px;
	color: #616161;
	font-weight: 700;
	letter-spacing: -0.5px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.elseItem h2 span::before {
	content: '/ ';
}

.elseItem .text {
	color: #333;
	font-size: 12px;
	padding: 10px 0;
}

.elseItem .bot {
	bottom: 15px;
	position: absolute;
	width: 140px;
	height: 40px;
	left: calc(50% - 70px);
}

.elseItem .bot span.preis {
	 background: #333333 none repeat scroll 0 0;
	color: #ffffff;
	display: inline-block;
	float: left;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.2px;
	height: 40px;
	padding: 11px 11px 0;
	text-transform: uppercase;
}

.elseItem .bot span.preis span {
	display: block;
	font-size: 10px;
	font-weight: 300;
	line-height: 4px;
	text-align: right;
}

.elseItem .bot span.promocja {
	background: #cb274a;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	float: left;
	height: 1px;
	padding: 0;
}

.elseItem .bot span.promocja img {
	height: 40px;
	width: 40px;
}

.elseItem .bot .cart {
	background: #828282;
	color: #fff;
	font-size: 18px;
	height: 40px;
	padding: 10px 10px;
	position: absolute;
}

section.text.margin {
	padding: 0 10px;
}
/* ------ ------ ------ zobacz rowniez ------ ------ ------  */

#content .section {
	background-color: #f6f6f6;
}

#content .section section {
	padding: 20px 5px;
}

#content .section section.else .row > div {
	padding: 0;
	margin: 0;
}

#randomProductList {background: #f4f6f7;bottom: 0;padding: 3rem 0 3.5rem;margin-left:5px; margin-right:5px; transition: 250ms; width: auto; z-index: 999;}

#randomProductList .container {width: 100%;}

#randomProductList.minimalized {bottom: -220px;}

div.konfigurator-info {float:none; margin-top:1rem;}


#randomProductList button, #randomProductList button:hover, #randomProductList button:focus {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
}

#randomProductList .hide-button2 {
	display: none;
}

#randomProductList .carousel {margin: 0 4rem; width: calc(100% - 8rem);}

#randomProductList .carousel .slick-track {position: relative;}

#randomProductList .singleElement {margin: 0;background-color: #fff;}

#randomProductList .singleElement img {
	height: 120px;
	width: 100%;
	object-fit: cover;
}

#randomProductList .singleElement .header {
	background: #fff;
}

#randomProductList .singleElement .header span.h2 {
	color: #333;
	display: block;
	font-size: 18px;
	font-weight: 700;
	height: 32px;
	letter-spacing: -0.5px;
	margin: 0;
	overflow: hidden;
	padding: 12px 0 0 12px;
	text-shadow: none;
	text-transform: uppercase;
}

#randomProductList .singleElement .header span.tiny {
	color: #616161;
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: -0.5px;
	margin: 0;
	padding: 0 0 12px 12px;
	text-shadow: none;
	text-transform: uppercase;
}

#randomProductList .singleElement .header span.tiny:before {
	content: "/ ";
}

#randomProductList .singleElement .header span.prc {
	background: #000;
	color: #ffffff;
	display: block;
	font-size: 12px;
	font-weight: 700;
	left: 0;
	letter-spacing: -0.5px;
	margin: 0 5px;
	padding: 4px 12px;
	position: absolute;
	text-transform: uppercase;
	top: 0;
}

#randomProductList .singleElement span.neu {
	background: #ffed00;
	color: #333;
	font-size: 11px;
	font-weight: 700;
	left: 5px;
	letter-spacing: -1px;
	margin: 0;
	padding: 6px 12px;
	position: absolute;
	text-shadow: 0px 0px 0.3px #333;
	text-transform: uppercase;
	top: 23px;
}


.slick-prev,
.slick-prev:hover,
.slick-prev:focus {
	background: #ababab;
	height: 100%;
	left: -40px !important;
	margin: 0;
	padding: 0;
	top: 0;
	width: 30px;
}

.slick-next,
.slick-next:hover,
.slick-next:focus {
	background: #ababab;
	height: 100%;
	margin: 0;
	padding: 0;
	right: -40px !important;
	top: 0;
	width: 30px;
}

.slick-prev:before {
	background: url(gfx/new/arr_left.jpg) no-repeat;
	content: ' ';
	display: block;
	height: 19px;
	margin: 5px;
	width: 19px;
}

.slick-next:before {
	background: url(gfx/new/arr_right.jpg) no-repeat;
	content: ' ';
	display: block;
	height: 19px;
	margin: 5px;
	width: 19px;
}

/* ------ ------ ------ form control ------ ------ ------  */

.alert-warning {
	background-color: transparent;
	border-color: #26476b;
	border-radius: 0;
	color: #333;
	padding: 10px;
}

.bg-info, .bg-danger {
	font-style: italic;
	padding: 10px;
}

.bg-info p, .bg-danger p {
	margin: 0;
}

.form-control-feedback {
	color: #F44336;
	margin: 10px;
}

.resultieren .form-control-feedback {
	color: #F44336;
	margin: 5px 10px;
}

/* ------ ------ ------ garagentory ------ ------ ------  */

.miniaturka {
	transition: 0;
}

.miniaturka img {
	position: absolute;
	width: 100%;
}

.bxh {
	text-align: center;
}

#collapse_brite-hohe span {
	display: block;
	font-size: 13px;
	margin: 0;
}

#breite, #hohe {
	border: 1px solid #cccccc;
	border-radius: 1px;
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin: 6px auto;
	padding: 0 6px;
	text-align: center;
	width: 60%;
}

#collapse_brite-hohe input[type=number],
#collapse_brite-hohe input[type=number] {
	-moz-appearance:textfield;
}
#collapse_brite-hohe input[type=number]::-webkit-inner-spin-button, 
#collapse_brite-hohe input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
}

#breite.incorrect, #hohe.incorrect {
	border: 1px solid #ff0000;
	color: #ff0000;
}

#collapse_brite-hohe .wymiary {
	margin: 20px auto -10px;
	width: 100%;
}

#collapse_brite-hohe .dox {
	background-color: #fff !important;
	display: inline-block;
	font-size: 13px;
	margin: 0px !important;
	padding: 0 20px !important;
	text-align: left !important;
}

#collapse_brite-hohe .dox span {
	background-color: #0080e6 !important;
	color: #fff;
	display: inline-block !important;
	font-size: 12px !important;
	height: 20px;
	line-height: 21px;
	margin: 2px 6px 2px 2px !important;
	padding: 0px !important;
	text-align: center;
	width: 20px;
}

/* ------ ------ ------ listy plików i galerie ------ ------ ------  */

.files .grid {
	padding: 3px;
}

.file {
	background-color: #ffffff;
	box-shadow: 0px 0px 3px 2px #ececec;
	color: #333;
	padding: 10px !important;
	transition: 250ms;
}

.file:hover {
	background-color: #f6f6f6;
}

.file-image {
	padding: 0;
}

.file span.name {
	display: block;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: -0.5px;
	line-height: 16px;
}

.file span.size {
	display: block;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.file span.desc {
	color: #777;
	display: block;
	font-size: 12px;
	font-style: italic;
	padding: 0 0 4px 0;
}

.galeria_a3m_simple div a img {
	/* box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
	display: block;
	margin: 5px 0;
	padding: 5px;
	width: calc(100% - 0px);
	min-height: 33%;*/
	box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
	display: block;
	margin: 5px 0;
	padding: 5px;
	height: 180px;
	object-fit: contain;
	width: 240px;
}
/* ------ ------ ------ lista kolorów ------ ------ ------  */

#przegladarka_kolorow .kolor_pipety .title_kolor_pipety h5 {
	font-size: 14px;
	font-weight: 700;
	margin: 0;
}

#przegladarka_kolorow .kolor_pipety .title_kolor_pipety small {
	display: block;
	font-size: 11px;
	font-weight: 300;
	line-height: 14px;
	margin: 5px 0 5px 0;
}

#przegladarka_kolorow .rgb_kolory_pipeta {
	margin: 0 0 20px 0;
	padding: 20px;
}

/* ------ ------ ------ fancybox ------ ------ ------  */

.fancybox-prev span {
	background: url(gfx/fancybox/fancybox_sprite.png);
	background-position: 0 -36px !important;
	left: 10px !important;
	opacity: 0.5;
	visibility: visible !important;
}

.fancybox-next span {
	background: url(gfx/fancybox/fancybox_sprite.png);
	background-position: 0 -72px !important;
	opacity: 0.5;
	right: 10px !important;
	visibility: visible !important;
}

/* ------ ------ ------ modal/kolory ------ ------ ------  */

.kolor_pipety {
	cursor: pointer;
	padding: 10px;
}

.modal-dialog {
	margin: 30px auto;
	width: 480px;
}

.modal-header .close {
	color: #F44336;
	opacity: 1;
}

.modal-footer {
	display: none;
}

/* ------ ------ ------ inne ------ ------ ------  */

#accordion .panel-body.text p {
	padding: 0px 10px 5px 30px;
	color: #2b2b2b;
}

span.alert {
	color: red;
	font-size: 36px !important;
	font-weight: 700;
	padding: 30px 0 0 0;
	transform: rotate(-5deg);
}

p.muster-desc {
	color: #888;
	font-size: 22px;
	text-align: center;
	text-transform: uppercase;
}

p.muster-desc small {
	color: #333;
	font-size: 14px;
	text-transform: none;
}
.hbError { font-size: 14px; padding-bottom: 10px;} 
.hbError big { color: red; font-size: 16px !important; padding-top: 15px; }

.p-container {text-align:center;}
.p-container img {margin:5px;} 

/* ------ ------ ------ 1200px ------ ------ ------  */

@media (max-width: 1200px) and (min-width: 992px) {
	.mleft0 .p_preis .prise {
		font-size: 10px;
		text-align: right;
	}
	.mleft0 .p_preis .prise span:nth-child(2) {
		font-size: 12px;
	}
	.mleft0 #pries_info .box-2 {
		padding: 10px 5px;
	}
	.mleft0 #pries_info .box-3 {
		font-size: 16px;
		padding: 20px 5px;
	}
}

/* ------ ------ ------ 992px ------ ------ ------  */

@media (max-width: 992px) {
	.col-20 {
		width: 33.333%
	}
	.p_preis {
		padding-left: 0;
	}
	#p_title {
		margin: 0 0 4px 0;
	}
	#zamowienia .lieferung {
		border-bottom: 0;
		padding-bottom: 0;
	}
	.bestellung-danke:after {
		display: none;
	}
	#tiles, 	button.showTitles {
		display: none;
	}
	.prc-form {
		width: 100%;
	}
}

/* ------ ------ ------ 768px ------ ------ ------  */

@media (max-width: 768px) {
	#basket-view .basketrow-content {
		border: 1px solid #e8e8e8;
		margin: 20px auto;
		max-width: 480px;
	}
	#basket-view .nameandimg {
		text-align: center;
	}
	#basket-view .nameandimg a {
		margin: 0 auto;
	}
	#basket-view .brc-column-name {
		text-align: center;
	}
	#basket-view table.basket-intable {
		margin: 0 auto;
		min-width: 80%;
	}
	#basket-view .quantity {
		text-align: center;
	}
	#basket-view input.quantity {
		width: 120px;
	}
	#basket-view .forms-cost span:first-of-type,
	#basket-view .forms-cost div:first-of-type {
		display: none;
	}
	.basketrow-content .brc-column-name, #basket-right {
		margin: 20px 0 10px 0;
	}
	.bestellung-danke:after {
		display: none;
	}
	#breadCrumbs {
		display: none;
	}
	#content .title h1 {
		margin: 10px;
	}
	.prc-call-button {
		display: block;
	}
	#accordion .phostenNew {
		width: calc(50% - 10px);
	}
}

/* ------ ------ ------ 580px ------ ------ ------  */

@media (max-width: 580px) {
	.col-20 {
		width: 50%
	}
	.col-xs-12 {
		width: 100%;
	}
	#content #bar small {
		font-size: 45%;
	}
	#subProductList .singleSubProduct .inner {
		height: auto;
		padding: 15px 15px 75px 15px;
	}
}

/* ------ ------ ------ przeniesione ze standarad 2 ------ ------ ------  */

#content .row.prod div figure, 
#content .row.mleft0 div figure {
	background-position:center center!important;
	background-size:cover!important;
	background-repeat:no-repeat!important;
	height:200px;
	margin:0 auto 5px;
	max-width:100%;
	text-align:center;
	width:auto;
}

#content .row.prod div figure a,
#content .row.mleft0 div figure a {
	display:block;
	width:100%;
	height:100%;
}


#accordion .go-hide {
	display: none;
}

#accordion .go-cost-selected .glyphicon.glyphicon-ok {
	display: inline-block;
}

#accordion #montage0 .border {
	border: 1px solid #ececec;
	margin: 5px 0;
	padding: 5px;
}

#accordion #montage0 .go-cost.go-cost-selected .border {
	border: none;
	padding: 0;
	margin: -5px;
}

#accordion #betriebsart2 .go-cost {
	border: 1px solid #f4f6f7;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0 20px;
}

#accordion .go-cost h4.header {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px;
}
/*#accordion #betriebsart2 .go-cost h3 {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -0.5px;
}

#accordion #betriebsart2 .go-cost h4 {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: -0.5px;
}*/

#accordion #betriebsart2 .images {
	background-position: 50% 50%;
	background-size: contain;
	border: none;
	width: 100%;
	height: 180px;
}

#accordion #phobos2 .go-cost {
	border: 1px solid #f4f6f7;
	margin-top: 5px;
	margin-bottom: 5px;
}

#accordion #phobos2 .images {
	background-position: 50% 50%;
	background-size: contain;
	border: none;
	width: 100%;
	height: 180px;
}

#accordion div[data-title="Lochblech"] h4,
#accordion div[data-title="Ornamente"] h4,
#accordion div[data-title="Handlauf"] h4 {
	font-size: 0.975em
}

#accordion div[data-title="Lochblech"] .images,
#accordion div[data-title="Ornamente"] .images {
	/*height: 80px;*/
	background-size: cover;
	width: 100%;
}

#accordion #antriebe2 {
	padding: 5px 0;
}

#accordion .antriebe .border {
	border: 1px solid #f4f6f7;
	margin: 5px 0;
}

#accordion .antriebe .border select {
	float: right;
	width: 60px;
	margin-right: 20px;
}

#accordion #collapse_ornaments1 h5 {
	text-align: center;
	padding-top: 10px;
}

.antriebe.go-options h5 {
	text-transform: uppercase;
	text-align: center;
}


.go-options .go-cost-selected .price {
	color: #2b2b2b;
	padding-top: 0px
}

.go-options .go-cost-selected .price span {
	font-size: 30px;
	font-weight: 700;
	margin-right: 0px;
}

.go-options .price {
	color: #777;
	font-size: 11px;
	text-align: right;
}

.go-options .price span {
	font-size: 22px;
	font-weight: 700;
	line-height: 36px;
	margin-right: 0;
	padding: 0 2px;    
}


#slider a:hover img {
	opacity: .8;
}

#slider a img {
	transition: all ease-in-out 300ms;
}