.tx_productconfig_pd_pxs_container {
	align-content: space-between;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	position: relative;
	flex-basis: 23%;
}

.tx_productconfig_pd_pm_container {
	align-content: space-between;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	position: relative;
	flex-basis: 48.5%;
}

.tx_productconfig_pd_cs_container {
	align-content: space-between;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	position: relative;
	flex-basis: 48.5%;
}

.tx_productconfig_pd_pxs_container img, .tx_productconfig_pd_pm_container img, .tx_productconfig_pd_cs_container img {
	max-width: 100%;
	height: auto;
}

.tx_productconfig_bm-lineahead {
	background: #b8002c none repeat scroll 0 0;
	height: 100%;
	left: 0;
	max-height: 10px;
	position: absolute;
	top: 0;
	width: 100%;
}
.tx_productconfig_bm-info {
	background: #fff none repeat scroll 0 0;
	bottom: 0;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
	padding: 10px;
	position: absolute;
	width: 100%;
}

/* Mainboxes */

.teaser_l_mini_mainbox {
	position:relative;
	margin:0px 38px 35px;
}


.tx_productconfig_content1x1 {
	display: block;
	position: relative;
	margin: 0px 19px 35px;
}
.tx_productconfig_content1x1 img {
    position: relative;
    width: 100%;
}
.tx_productconfig_content1x1 .tx_productconfig_bm-info > p {
	font-size: 22px;
	font-weight: 800;
}
.tx_productconfig_bm-info h2, .tx_productconfig_content1x1 .tx_productconfig_bm-info p {
	color: #b8002c;
	margin: 10px 0px;
}


.tx_productconfig_content2x1 {
	display: block;
	position: relative;
	margin: 0px 19px 4.4%;
}
.tx_productconfig_content2x1 img {
    position: relative;
    width: 100%;
}
.tx_productconfig_content2x1 .tx_productconfig_bm-info > p {
	font-size: 22px;
	font-weight: 800;
}
.tx_productconfig_bm-info h2, .tx_productconfig_content1x1 .tx_productconfig_bm-info p {
	color: #b8002c;
	margin: 10px 0px;
}


.tx_productconfig_content2x2 {
    display: block;
    /*max-width: 666px;*/
    position: relative;
    margin: 0px 19px 35px;
	font-size: 16px;
}
.tx_productconfig_content2x2 img {
	position:relative;
	width: 100%;
}

.tx_productconfig_product1x1 {
	display: block;
	position: relative;
	margin: 0px 19px 35px;
}
.tx_productconfig_product1x1 img {
    position: relative;
    width: 100%;
}


.tx_productconfig_product1x2 {
	max-width: 280px;
	height: 500px !important;
	box-sizing: border-box;
	margin: 0 10px;
	text-align: center;
	position: relative;
	display: block;
}

.tx_productconfig_product1x2 img {
    position: relative;
    width: 100%;
}
.tx_productconfig_product1x2 .tx_productconfig_bm-info {
    position: relative;
}
.tx_productconfig_bm-info  select {
    text-transform: none;
    max-width: 280px;
    width: 100%;
}
.tx_productconfig_product1x2 .tx_productconfig_bm-info p {
	font-size: 22px;
	font-weight: 800;
}
.tx_productconfig_bm-info h2, .tx_productconfig_product1x2 .tx_productconfig_bm-info p {
	color: #b8002c;
	margin: 10px 0px;
}


.orderButton a {
    color: #f18570;
    text-decoration: none;
	text-transform: uppercase;
}


.orderButton {
    position: absolute;
    bottom: 0;
    width: 100% !important;
    left: -1px;
    margin: 0;
}

.headline-sub {
    font-family: "SourceSansPro-SemiBold";
    font-size: 20px;
    height: 72px;
}

.moreNfo {
	font-family: "SourceSansPro-Regular";
	font-size: 20px;
	text-align: center;
	text-decoration:none;
	color:#4b88bd;
}

.tx_productconfig_product2x2 {
	display: block;
	position: relative;
    margin: 0px 19px 35px;
}
.tx_productconfig_product2x2 img {
    position: relative;
    width: 100%;
}
.tx_productconfig_product2x2 .tx_productconfig_bm-info p {
	font-size: 22px;
	font-weight: 800;
}
.tx_productconfig_bm-info h2, .tx_productconfig_product2x2 .tx_productconfig_bm-info p {
	color: #b8002c;
	margin: 10px 0px;
}


.tx_productconfig_category2x1 {
    display: block;
    position: relative;
    margin: 0px 19px 5%;
}
.tx_productconfig_category2x1 img {
	position:relative;
	width: 100%;
}

.slick-track > .tx_productconfig_category2x1 {
	margin-bottom: 35px !important;
}


.tx_productconfig_category2x2 {
    display: block;
    position: relative;
    margin: 0px 19px 35px;
	font-size: 16px;
}
.tx_productconfig_category2x2 img {
	position:relative;
	width: 100%;
}

.tx_productconfig_div_price {
	font-size: 34px;
	font-family: "SourceSansPro-Bold";
	color: #8e876e;
	width: 100%;
	max-width: 280px;
	display: block;
	line-height: 50px;
	margin-bottom: 45px;
}

.tx_productconfig_div_pricewa {
	text-decoration: line-through;
    text-decoration-color: #b8002c;
    text-decoration-style: solid;
}

.tx_productconfig_bm-flagfield
{
	position: absolute;
	top: 30px;
	left: 10px;
	padding: 5px 10px 3px;
	background-color: #b8002c;
	color: #ffffff;
	text-transform: uppercase;
}

.tx_productconfig_teaser_box
{
	margin: 0px 15px;
}

/* selectbox */
.chosen-container .chosen-results {
    max-height:92px;
}
/*
.tx_productconfig_selectbox select
{
	width: 100%;
	padding: 0px 10px;
	border: 1px solid #b8002c;
	border-radius: 5px;
	color: #b8002c;

	-webkit-appearance: none; 
   	-moz-appearance: none;
   	appearance: none;      
   	background: url('../Icons/arrow-down.png') no-repeat right white;;
}

.tx_productconfig_selectbox select::-ms-expand { 
    display: none; 
}

.tx_productconfig_selectbox option
{
	padding: 10px;
	color: #464646;
}
*/
.tx_productconfig_imagebox_selectelement {
	float:left;
	width:28%;
	margin: 10px 5% 0px 0px;
	border: 1px solid #888888;
	border-radius: 5px;
	overflow: hidden;
	cursor: pointer;
}

.tx_productconfig_imagebox_selectelement_active {
	float:left;
	width:28%;
	margin: 10px 5% 0px 0px;
	border: 1px solid #b8002c;
	border-radius: 5px;
	overflow: hidden;
	cursor: pointer;
}

/* media queries */
@media screen and (max-width: 1290px) {

	.tx_productconfig_bm-info h2 {
		font-weight: 800;
	}

	.tx_productconfig_bm-info > p {
		font-size:16px;
	}

	.tx_productconfig_div_price {
		font-size: 18px;
	}

	.tx_productconfig_content2x1  {
		margin-bottom: 4.3%;
	}
}

@media screen and (max-width: 1024px) {
	.teaser_l_mini_mainbox {
		margin: 0px 0px 35px;
	}

	.tx_productconfig_content2x1 {
		margin-bottom: 4.0%;
	}

	.tx_productconfig_category2x1 {
		margin-bottom: 4.7%;
	}
}


@media screen and (max-width: 768px) {

    .tx_productconfig_pd_pxs_container {
		flex-basis: 48%;
	}

    .tx_productconfig_pd_cs_container {
		flex-basis: 100%;
	}

	.tx_productconfig_pd_pm_container {
		flex-basis: 100%;
	}

	.tx_productconfig_content2x1, .tx_productconfig_content1x1, .tx_productconfig_category2x1 {
		margin-bottom: 35px;
	}
}

@media screen and (max-width: 480px) {

	.tx_productconfig_teaser_box
	{
		margin: 0px 10px;
	}

	.tx_productconfig_content1x1 {
		margin: 0px 10px 20px;
	}
	.tx_productconfig_content2x1 {
		margin: 0px 10px 20px;
	}
	.tx_productconfig_content2x2 {
	    margin: 0px 10px 20px;
	}

	.tx_productconfig_product1x1 {
	    margin: 0px 10px 20px;
	}
	.tx_productconfig_product1x2 {
	    margin: 0px 10px 20px;
	}
	.tx_productconfig_product2x2 {
	    margin: 0px 10px 20px;
	}

	.tx_productconfig_category2x1 {
	    margin: 0px 10px 20px;
	}
	.tx_productconfig_category2x2 {
	    margin: 0px 10px 20px;
	}

	.tx_productconfig_category2x1 .tx_productconfig_bm-info > span, .tx_productconfig_category2x2 .tx_productconfig_bm-info > span
	{
		display:none;
	}

	.tx_productconfig_content1x1 h2, .tx_productconfig_content2x1 h2, .tx_productconfig_content2x2 h2,
	.tx_productconfig_product1x1 h2, .tx_productconfig_product1x2 h2, .tx_productconfig_product2x2 h2,
	.tx_productconfig_category2x1 h2, .tx_productconfig_category2x2 h2
	{
		font-size: 18px;
		margin: 5px 0px;
	}

}


.slick-prev-self, .slick-next-self {
	width:27px;
	height:27px;
}

.slick-prev-self {
    transform: rotate(90deg);
    position: absolute;
    left: -10px;
    top: 240px;
}

.slick-next-self {
    transform: rotate(-90deg);
    position: absolute;
    right: -10px;
    top: 240px;
}