.animated {
	-webkit-transition: all 300ms ease-in-out;  -moz-transition: all 300ms ease-in-out;  -o-transition: all 300ms ease-in-out;  transition: all 300ms ease-in-out;
}

.animatedSlow {
	-webkit-transition: all 1s ease-in-out;  -moz-transition: all 1s ease-in-out;  -o-transition: all 1s ease-in-out;  transition: all 1s ease-in-out;
}

.font-size-0-75 {
	font-size: .75rem;
	line-height: 1.2;
}

.font-size-0-875 {
	font-size: .875rem;
	line-height: 1.2;
}

.font-size-1 {
	font-size: 1rem;
	line-height: 1.2;
}

.font-size-1-25 {
	font-size: 1.25rem;
	line-height: 1.2;
}

.font-size-1-5 {
	font-size: 1.5rem;
	line-height: 1.2;
}

.font-size-1-75 {
	font-size: 1.75rem;
	line-height: 1.2;
}

.font-size-2 {
	font-size: 2rem;
	line-height: 1.2;
}

.h100 {
	height: 100%;
}

.orange {
	color: #E74E1B;
}

.raleway {
	font-family: 'Raleway', sans-serif;
}

.line-through {
	text-decoration: line-through;
}

.custom-select {
	/*background-image: none;*/
}

.gradientTitle {
	background: linear-gradient(to right, transparent, #D9D8D8);
}

.bg-F5F5F5 {
	background: #F5F5F5;
}

.mymr-10 {
	margin-right: 10px;
}
.myml-10 {
	margin-left: 10px;
}

img {
	max-width: 100%;
}

body {
	font-family: 'Lato', sans-serif;
	background: #F5F5F5;
	overflow-x: hidden;
	word-wrap: break-word;
}

a:hover {
	text-decoration: none;
}

header {
	background: #151515;
	color: #fff;
}
	header a {
		color: #fff;
		display: inline-block;
		padding: 2px 5px;
		position: relative;
		font-size: 12px;
		text-transform: uppercase;
	}

	header a:hover {
		/*background-color: #E74E1B;*/
		color: #fff;
		text-decoration: none;
	}

	header a:hover:before,
	header a.active:before {
		right: 0%;
	}

	header a:before {
		content: "";
		position: absolute;
		top: 0px;
		left: 0px;
		right: 100%;
		bottom: 0px;
		background-color: #E74E1B;
		transform: skew(-20deg,0deg);
		-webkit-transform: skew(-20deg,0deg);

		-webkit-transition: all 300ms ease-in-out;  -moz-transition: all 300ms ease-in-out;  -o-transition: all 300ms ease-in-out;  transition: all 300ms ease-in-out;
	}

	header a span {
		position: relative;
	}

iframe {
	width: 100%;
	min-height: 450px;
}

.menuHolder {
	background: linear-gradient(to top, #E94E1B, #000000 1px);
	z-index: 1050;
}

.navbar a {
	text-transform: uppercase;
	color: #fff;
}

.slideHolder {
	background: #000;
}

.slideHolder .cycle-slideshow:before,
.slideHolder .cycle-slideshow:after {
	content: "";
	position: absolute;
	left: -15px;
	top: 0px;
	bottom: 0px;
	width: 100px;
	z-index: 150;
	background: linear-gradient(to left, transparent, #000);
}

.slideHolder .cycle-slideshow:after {
	left: auto;
	right: -15px;
	background: linear-gradient(to right, transparent, #000);
}

.slideHolder .cycle-slideshow img {
	max-width: 100%;
}

.shadowedbox {
	border: 1px solid #ddd;
	box-shadow: 0 0 5px 0 #999;
	background: #fff;
}

.productImages a {
	transform: scale(.8);
	-webkit-transform: scale(.8);
	box-shadow: 0 0 0px 0 #999;
	display: inline-block;
	border: 1px solid #ddd;
}

.productImages .cycle-pager-active a {
	transform: scale(1);
	-webkit-transform: scale(1);
	box-shadow: 0 0 5px 0 #999;
	z-index: 1;
	position: relative;
	display: inline-block;
}


.sideLine {
	/*border: 1px solid #ddd;*/
	position: relative;
}
	.sideLine:before {
		content: "";
		position: absolute;
		left: -1px;
		top: 0px;
		bottom: 0px;
		width: 2px;
		background: linear-gradient(to bottom, transparent, rgba(233,78,27,.5), transparent);
	}

.productBox {
	/*border: 1px solid #ddd;*/
	position: relative;
}
	.productBox:before {
		content: "";
		position: absolute;
		left: -16px;
		top: 0px;
		bottom: 0px;
		width: 2px;
		background: linear-gradient(to bottom, transparent, rgba(233,78,27,.5), transparent);
	}

.productBoxHolder > div:first-child .productBox:before,
.noBorder.productBox:before {
	display: none;
}

.productBox ul {
	padding-left: 10px;
	padding-top: 10px;
}
	.productBox ul li {
		margin-bottom: 0px;
		text-align: left;
		font-size: 14px;
		padding-left: 15px !important;
		overflow-x: hidden;
	}
.productBoxPrice {
	font-size: 1.25rem;
}

.productBoxPrice {
	font-weight: bold;
	font-size: 1.25rem;
}

#productPagePrice {
	font-size: 2rem;
	font-weight: bold;
	text-align: right;
}

#addToCart > span {
	display: none;
	position: absolute;
	
}

.technicalItemTitle {
	position: relative;
}

.technicalItemTitle[aria-expanded=true]:before {
	/*content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -1px;
    height: 2px;
    background: linear-gradient(to left, transparent, rgba(233,78,27,.5), transparent);*/
}

.boxLink {
	display: block;
	height: 100%;
	
	background: linear-gradient(to top, transparent, #FFF);
	border: 1px solid #ddd;
}
	
	.boxLink img {
		width: 100%;
		padding: 5px 10px;
	}

	.boxLink:hover span {
		background: #d5481a;
	}
	.boxLink span {
		display: block;
		background: #E74E1B;
		color: #fff;
		text-transform: uppercase;
		padding: 2px 26px 2px 10px;
		position: relative;
	}
		.boxLink span:before {
			content: "";
			position: absolute;
			right: 0px;
			top: 0px;
			bottom: 0px;
			width: 26px;
			background: #d5481a;
		}

	.boxLink span i {
		position: absolute;
		right: 5px;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

.logoHolder {
	border-top: 1px solid #ddd;
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.4);
}

.logoHolderTitle,
.blockTitle {
	font-size: 36px;
	text-transform: uppercase;
}

.list-group li {
	padding: 0.75rem 1.25rem !important;
	margin-bottom: -1px !important;
}
	.list-group li:before,
	.list-group li:after {
		display: none;
	}

.content ul li,
footer ul li {
	position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
    list-style: none;
}

footer ul li {
	border-bottom: 1px solid #444;
	padding-bottom: 10px;
	display: block;
}

footer ul {
	padding-left: 0px;
}
	.content ul li:before {
		content: "";
		position: absolute;
		top: 6px;
		left: 0px;
		width: 10px;
		height: 10px;
		background: #E94E1B;
		border-radius: 50%;
	}

	.content ul li:after,
	footer ul li:after {
		content: "";
		position: absolute;
		top: 9px;
		left: 1px;
		width: 8px;
		height: 4px;
		border-left: 2px solid #fff;
		border-bottom: 2px solid #fff;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}

.h-100 .middleColumn{
	height: 100%;
}

footer {
	background: #121214;
	color: rgba(255,255,255,0.85);
}

.footerTitle {
	font-size: 16px;
	text-transform: uppercase;
}

.socialLink.fb {
	background: #354C7E;
	display: inline-block;
	color: rgba(255,255,255,0.85);
}

.socialLink.ig {
	background: #B44032;
	display: inline-block;
	color: rgba(255,255,255,0.85);
}

footer * {
	font-size: 12px;
}

footer p {
	margin-bottom: 5px;
}

.nav-tabs li:before,
.nav-tabs li:after {
	display: none;
}

footer .footerBlock a:not(.socialLink) {
	/*display: inline-block;*/
	color: rgba(255,255,255,0.85);
	position: relative;
	padding-left: 15px;
	border-bottom: 1px solid #444;
	padding-bottom: 5px;
	display: block;
	font-size: 12px;
}
	footer .footerBlock a:not(.socialLink):after {
		content: "";
		position: absolute;
		top: 6px;
		left: 1px;
		width: 5px;
		height: 5px;
		border-right: 2px solid #fff;
		border-bottom: 2px solid #fff;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}

.paymentSendingDetails form input {
	margin-bottom: 10px;
}

form input[type=text],
form input[type=email],
form select {
	min-height: 30px;
	line-height: 30px;
}

form .field li:before,
form .field li:after {
	display: none;
}

form input[type=text],
form input[type=password],
form input[type=email],
form textarea,
form select {
	width: 100%;
	padding: 5px 10px;
}

form .text label,
form .dropdown label {
	margin-bottom: 0px;
}

form .checkbox {
	margin-top: .5rem;
	margin-bottom: .5rem;
}

form .checkbox label {
	width: 90%;
}

form .checkbox input {
	vertical-align: top;
	margin-top: 6px;
}

.angebotSlide {
	max-width: 350px;
}

.angebotSlide * {
	max-width: 100%;
}


.filterLink {
	position: relative;
	padding-right: 50px;
}
	.filterLink:after {
		content: "\f105";
		font-weight: 900;
		font-family: "Font Awesome 5 Free";
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		line-height: 1;

		position: absolute;
		right: 15px;
		top: 11px;
		transform: rotate(90deg);

		-webkit-transition: all 300ms ease-in-out;  -moz-transition: all 300ms ease-in-out;  -o-transition: all 300ms ease-in-out;  transition: all 300ms ease-in-out;
	}

	.filterLink.collapsed:after {
		transform: rotate(0deg);
	}

.barzahlungButton {
	background: #C3C1C2 url(../images/barzahlung.jpg) no-repeat center;
	background-size: cover;
	min-height: 50px;
	text-indent: -999999px;
	font-size: 0px;
}

.finanzierungButton {
	background: #6C757E url(../images/santander.jpg) no-repeat center;
	background-size: cover;
	min-height: 50px;
	text-indent: -999999px;
	font-size: 0px;	
}

.additionalSpecHolder {
	background: linear-gradient(to top, #F5F5F5, #F5F5F5, transparent);
}

.collapsedControl i {
	transform: rotate(90deg);
}

.collapsedControl.collapsed i {
	transform: rotate(0deg);
}

.AdditionalProductHolder{
	position: relative;
}

.AdditionalProductHolder:hover .additionalProductInfo {
	opacity: 1;
}

.additionalProductInfo {
	position: absolute;
	/*top: 15px;*/
	/*min-height: 100px;*/
	padding: 20px;
	bottom: 15px;
	left: 15px;
	right: 15px;
	/*background: rgba(255,255,255,.8);*/
	background: linear-gradient(to top, #FFFFFFdd 70%, transparent);
    text-align: center;
    opacity: 1;
}

.mediaBoxHolder {
	background: #D9D8D8;
}

.mediaBox {
	padding: 10px;
	background-position: center;
	background-size: cover;
	position: relative;
}
	.mediaBox:before {
		content: "";
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		background: rgba(0,0,0,.3)
	}

	.mediaBox img {
		opacity: 0;
	}

	.mediaBox > div {
		position: relative;
		z-index: 1;
	}

.mediaBoxText {
	display: inline;
	background: rgba(0,0,0,.3);
	color: #fff;
	box-shadow: 10px 0 0 rgba(0,0,0,.3), -10px 0 0 rgba(0,0,0,.3);
	font-size: 1.25rem;
}


.message.validation,
.message.required,
.message.error {
	color: var(--danger);
}

#Form_MemberForm label {
	margin-top: 0.5rem;
	margin-bottom: 0px;
}

.additionalItemSpecialField ul  {
	margin-left: 0px;
	padding-left: 0px;
}

.additionalItemSpecialField  li {
	margin-bottom: 0px !important;
	font-size: 0.875rem;
	padding-left: 16px !important;
}
	.additionalItemSpecialField li:before {
		top: 5px !important;
	}

	.additionalItemSpecialField li:after {
		top: 7px !important;
	}

.makeSmallText,
.makeSmallText * {
	font-size: 0.75rem;
}

.makeSmallText li {
	margin-bottom: 0px !important;
	padding-left: 18px !important;
}
	.makeSmallText li:before {
		top: 5px !important;
	}

	.makeSmallText li:after {
		top: 7px !important;
	}


.PaymentPage #paypal-button-container {
	margin-top:  -40px;
	opacity: 0;
}

#Form_NewsletterForm_Subject_Holder { position: fixed; left: -3000em; }

@media screen and (max-width:  767px) {
	.angebotSlider { max-width: 100%; overflow-x: hidden }
	.logoHolderTitle, .blockTitle { font-size: 30px;  }
	.gradientTitle { font-size: 2.2rem }
}