@charset "utf-8";
/* CSS Document */

#konfigurator {
	width: 998px;
	margin: 40px 0 40px 0;
	position: relative;
}

#konfigurator > form > .select {
	width: 766px;
	height: 64px;
	margin-bottom: 10px;
	display: inline-block;
	position: relative;
}

#konfigurator > form {
	width: 766px;
	margin-right: 2px;
	display: inline-block;
	position: relative;
}

#konfigurator > form > .select > .icon {
	width: 64px;
	height: 64px;
	border: 0;
	display: inline-block;
	vertical-align: top;
	background: #333;
}

#konfigurator select {
	width: 702px;
	height: 64px;
	border: 1px solid #333;
	display: inline-block;
	font-family: "fira-sans";
	font-size: 14px;
	background: url(../images/page/konfigurator/ARROW.svg) no-repeat 670px 1px;
	background-size: 32px 62px;
	outline : none;
	overflow : hidden;
	text-indent : 4px;
	text-overflow : '';

	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

#konfigurator > form > .select > .mozarrow {
	width: 32px;
	height: 62px;
	position: absolute;
	top: 1px;
	right: 1px;
	display: none;
}

/* Nur Firefox */
@-moz-document url-prefix() {
		#konfigurator > form > .select > .mozarrow {
			display: block;
		}
}

#konfigurator select > optgroup {
	font-weight: normal;
}

#konfigurator select > optgroup > option {
	font-weight: normal;
}

#konfigurator select:focus {
	outline: none;
}

#konfigurator select::-ms-expand {
	display: none;
}

#preisbox {
	width: 228px;
	height: 362px;
	border: 1px solid #333;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
	background: #FFF;
}

#preisbox > .headline {
	width: 218px;
	padding-left: 10px;
	height: 63px;
	background: #333;
	font-family: "bebas-neue";
	font-size: 30px;
	color: #FFF;
	text-align: left;
	line-height: 63px;
	display: inline-block;
}

#preisbox > #preis {
	width: 218px;
	height: 64px;
	margin: 5px;
	background: #FFF;
	color: #333;
	display: inline-block;
}

#preisbox #preis > h1 {

	margin: 0;
	font-family: "bebas-neue";
	font-size: 40px;
}

#preisbox #preis > p {
	margin: 0 0 0 5px;
	font-family: "fira-sans";
	font-size: 12px;
	font-weight: lighter;
}

#preisbox #details {
	width: 218px;
	height: 118px;
	margin: 5px;
	background: #FFF;
	color: #333;
	display: inline-block;
}

#preisbox #details > p {
	margin: 0 0 0 5px;
	font-family: "fira-sans";
	font-size: 12px;
}

#preisbox #details > #lagerstatus {
	font-weight: bold;
}


#preisbox > #calltoaction {
	width: 228px;
	height: 96px;
	position: absolute;
	bottom: 0;
	left: 0;
}


#preisbox .button {
	width: 196px;
	padding-left: 32px;
	height: 32px;
	background: url(../images/page/BUTTONARROW.svg) #333 no-repeat 0 0;
	background-size: 32px 32px;
	font-family: bebas-neue;
	font-size: 20px;
	color: #FFF;
	text-align: left;
	line-height: 32px;
	cursor: pointer;
	display: inline-block;
	transition: background 0.4s ease-in-out;
}

#preisbox .button:hover {
	background: url(../images/page/BUTTONARROW.svg) #666 no-repeat 0 0;
	background-size: 32px 32px;
}

#preisbar {
	display: none;
}


@media (min-width: 0px) {

	#konfigurator {
		width: 318px;
		margin: 10px 0 10px 0;
		position: relative;
	}

	#konfigurator > form {
		width: 318px;
		margin: 0;
		display: inline-block;
		position: relative;
	}

	#konfigurator > form > .select {
		width: 318px;
		height: 32px;
		margin-bottom: 10px;
		display: inline-block;
		position: relative;
	}

	#konfigurator > form > .select > .icon {
		width: 32px;
		height: 32px;
		border: 0;
		display: inline-block;
		vertical-align: top;
		background: #333;
	}

	#konfigurator select {
		width: 286px;
		height: 32px;
		border: 1px solid #333;
		display: inline-block;
		font-family: "fira-sans";
		font-size: 10px;
		background: url(../images/page/konfigurator/ARROW.svg) no-repeat 270px 1px;
		background-size: 16px 30px;
		outline : none;
		overflow : hidden;
		text-indent : 4px;
		text-overflow : '';

		-webkit-appearance: none;
		-moz-appearance: none;
		-ms-appearance: none;
		-o-appearance: none;
		appearance: none;
	}

	#konfigurator > form > .select > .mozarrow {
		width: 21px;
		height: 30px;
		position: absolute;
		top: 1px;
		right: 0px;
	}

	#preisbox {
		display: none;
	}

	#preisbar {
		width: 318px;
		height: 64px;
		background: #333;
		position: relative;
		display: block;
		z-index: 9;
	}

	#preisbar #preis {
		width: 154px;
		height: 30px;
		position: relative;
		display: inline-block;
		color: #FFF;
		padding: 2px 0 0 5px;
		vertical-align: top;
	}

	#preisbar #preis > h1 {
		margin: 0;
		padding: 0;
		font-family: "bebas-neue";
		font-size: 18px;
		line-height: 18px;
		height: 18px;
	}

	#preisbar #preis > p {
		margin: 0;
		font-family: "fira-sans";
		font-size: 8px;
		font-weight: lighter;
	}

	#preisbar #details {
		width: 154px;
		height: 29px;
		position: relative;
		display: inline-block;
		color: #FFF;
		padding: 3px 0 0 5px;
		vertical-align: top;
	}

	#preisbar #details > p {
		margin: 0;
		font-family: "fira-sans";
		font-size: 8px;
		line-height: 10px;
	}

	#preisbar > #calltoaction {
		width: 318px;
		height: 32px;
		display: inline-block;
		vertical-align: bottom;
	}

	#preisbar .button {
		width: 88px;
		height: 32px;
		padding-left: 18px;
		background: url(../images/page/BUTTONARROW.svg) #333 no-repeat -7px 0;
		background-size: 32px 32px;
		font-family: "bebas-neue";
		font-size: 10px;
		color: #FFF;
		text-align: left;
		line-height: 32px;
		cursor: pointer;
		display: inline-block;
		transition: background 0.4s ease-in-out;
	}

	#preisbar .button:hover {
		background: url(../images/page/BUTTONARROW.svg) #666 no-repeat -7px 0;
		background-size: 32px 32px;
	}


}

@media (min-width: 657px) {

	#konfigurator {
		width: 638px;
		margin: 20px 0 20px 0;
		position: relative;
	}

	#konfigurator > form {
		width: 438px;
		margin-right: 2px;
		display: inline-block;
		position: relative;
	}

	#konfigurator > form > .select {
		width: 438px;
		height: 32px;
		margin-bottom: 10px;
		display: inline-block;
		position: relative;
	}

	#konfigurator > form > .select > .icon {
		width: 32px;
		height: 32px;
		border: 0;
		display: inline-block;
		vertical-align: top;
		background: #333;
	}

	#konfigurator select {
		width: 406px;
		height: 32px;
		border: 1px solid #333;
		display: inline-block;
		font-family: "fira-sans";
		font-size: 10px;
		background: url(../images/page/konfigurator/ARROW.svg) no-repeat 390px 1px;
		background-size: 16px 30px;
		outline : none;
		overflow : hidden;
		text-indent : 4px;
		text-overflow : '';

		-webkit-appearance: none;
		-moz-appearance: none;
		-ms-appearance: none;
		-o-appearance: none;
		appearance: none;
	}

	#konfigurator > form > .select > .mozarrow {
		width: 21px;
		height: 30px;
		position: absolute;
		top: 1px;
		right: 0px;
	}

	#preisbox {
		width: 196px;
		height: 314px;
		border: 1px solid #333;
		position: relative;
		display: inline-block;
	}

	#preisbox > .headline {
		width: 186px;
		height: 31px;
		padding-left: 10px;
		background: #333;
		font-family: bebas-neue;
		font-size: 20px;
		color: #FFF;
		text-align: left;
		line-height: 31px;
	}

	#preisbox > #preis {
		width: 186px;
		height: 48px;
		margin: 5px;
		background: #FFF;
		color: #333;
		display: inline-block;
	}

	#preisbox #preis > h1 {

		margin: 0;
		font-family: "bebas-neue";
		font-size: 30px;
	}

	#preisbox #preis > p {
		margin: 0 0 0 5px;
		font-family: "fira-sans";
		font-size: 10px;
		font-weight: lighter;
	}

	#preisbox > #details {
		width: 186px;
		height: 118px;
		margin: 5px;
		background: #FFF;
		color: #333;
		display: inline-block;
	}

	#preisbox #details > p {
		margin: 0 0 0 5px;
		font-family: "fira-sans";
		font-size: 12px;
	}

	#preisbox #details > #lagerstatus {
		font-weight: bold;
	}


	#preisbox > #calltoaction {
		width: 196px;
		height: 96px;
		position: absolute;
		bottom: 0;
		left: 0;
	}


	#preisbox .button {
		width: 164px;
		padding-left: 32px;
		height: 32px;
		background: url(../images/page/BUTTONARROW.svg) #333 no-repeat 0 0;
		background-size: 32px 32px;
		font-family: bebas-neue;
		font-size: 20px;
		color: #FFF;
		text-align: left;
		line-height: 32px;
		cursor: pointer;
		display: inline-block;
		transition: background 0.4s ease-in-out;
	}

	#preisbox .button:hover {
		background: url(../images/page/BUTTONARROW.svg) #666 no-repeat 0 0;
		background-size: 32px 32px;
	}

	#preisbar {
		display: none;
	}

}

@media (min-width: 1017px) {

	#konfigurator {
		width: 998px;
		margin: 40px 0 40px 0;
		position: relative;
	}

	#konfigurator > form {
		width: 766px;
		margin-right: 2px;
		display: inline-block;
		position: relative;
	}

	#konfigurator > form > .select {
		width: 766px;
		height: 64px;
		margin-bottom: 10px;
		display: inline-block;
		position: relative;
	}

	#konfigurator > form > .select > .icon {
		width: 64px;
		height: 64px;
		border: 0;
		display: inline-block;
		vertical-align: top;
		background: #333;
	}

	#konfigurator select {
		width: 702px;
		height: 64px;
		border: 1px solid #333;
		display: inline-block;
		font-family: "fira-sans";
		font-size: 14px;
		background: url(../images/page/konfigurator/ARROW.svg) no-repeat 670px 1px;
		background-size: 32px 62px;
		outline : none;
		overflow : hidden;
		text-indent : 0.01px;
		text-overflow : '';

		-webkit-appearance: none;
		-moz-appearance: none;
		-ms-appearance: none;
		-o-appearance: none;
		appearance: none;
	}

	#konfigurator > form > .select > .mozarrow {
		width: 32px;
		height: 62px;
		position: absolute;
		top: 1px;
		right: 1px;
	}

	#preisbox {
		width: 228px;
		height: 362px;
		border: 1px solid #333;
		position: relative;
		display: inline-block;
	}

	#preisbox > .headline {
		width: 218px;
		height: 63px;
		padding-left: 10px;
		background: #333;
		font-family: bebas-neue;
		font-size: 30px;
		color: #FFF;
		text-align: left;
		line-height: 63px;
	}

	#preisbox > #preis {
		width: 218px;
		height: 64px;
		margin: 5px;
		background: #FFF;
		color: #333;
		display: inline-block;
	}

	#preisbox #preis > h1 {

		margin: 0;
		font-family: "bebas-neue";
		font-size: 40px;
	}

	#preisbox #preis > p {
		margin: 0 0 0 5px;
		font-family: "fira-sans";
		font-size: 12px;
		font-weight: lighter;
	}

	#preisbox > #details {
		width: 218px;
		height: 118px;
		margin: 5px;
		background: #FFF;
		color: #333;
		display: inline-block;
	}

	#preisbox #details > p {
		margin: 0 0 0 5px;
		font-family: "fira-sans";
		font-size: 12px;
	}

	#preisbox #details > #lagerstatus {
		font-weight: bold;
	}


	#preisbox > #calltoaction {
		width: 228px;
		height: 96px;
		position: absolute;
		bottom: 0;
		left: 0;
	}


	#preisbox .button {
		width: 196px;
		padding-left: 32px;
		height: 32px;
		background: url(../images/page/BUTTONARROW.svg) #333 no-repeat 0 0;
		background-size: 32px 32px;
		font-family: bebas-neue;
		font-size: 20px;
		color: #FFF;
		text-align: left;
		line-height: 32px;
		cursor: pointer;
		display: inline-block;
		transition: background 0.4s ease-in-out;
	}

	#preisbox .button:hover {
		background: url(../images/page/BUTTONARROW.svg) #666 no-repeat 0 0;
		background-size: 32px 32px;
	}

	#preisbar {
		display: none;
	}

}