.become-dealer.ssh-grey {
	background: #646363;
}
.become-dealer.ssh-grey .title.f-fsj-l {
	border-bottom: 1px solid #727272;
}

.become-dealer.spt-yellow {
	background: #646363;
}
.become-dealer.spt-yellow .title.f-fsj-l {
	border-bottom: 1px solid #727272;
}

.slide-in.grey-links .page a {
	color: #646363 !important;
}

@media only screen and (max-width : 992px) {
	.contact_person_form .inner-content.bg-grey {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.contact_person_form #overlay-group {
		padding-bottom: 0px;
		margin-bottom: 0px;
	}

	.content-block .opening-hours.no-padding-lr {
		border-radius:0;
	}
}

.page-head.item-r h1.cta-button {
	padding-right:560px;
}

.page-head .productlist + .link {
	right:200px;
	right: 421px;
    bottom: 20px;
	left: auto;
}

.assortment .assortment-items .item-wr .item.icon .file .fa {
    font-size: 55px;
}

.assortment .assortment-items.downloadpage .item-wr .item.icon .file img {
    width: 100%;
    max-width: 100%;
}

.assortment .assortment-items.downloadpage.photo .item-wr .item.icon .file { 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

.assortment .assortment-items.downloadpage.photo .item-wr .item.icon .bottom {
    bottom: 0;
}

.assortment .assortment-items.downloadpage.photo .item-wr .item.icon .bottom .title {

    background: rgba(246,246,246,0.7);
    color: #646363;
}

.brands.spt{
	padding-top: 0;
	padding-bottom: 0;
}

@media only screen and (max-width: 1023px) {
	.page-head.item-r h1, .page-head.item-r h1.cta-button {
		padding-right: 20px;
	}
	
	.page-head .productlist + .link {
		right: auto;
		left:60px;
		bottom:20px;
	}
	
	.assortment .assortment-items .item-wr .item.icon .file .fa {
		font-size: 35px;
		position:relative;
		top:10px;
	}
	
	.assortment .assortment-items.downloadpage.photo .item-wr .item.icon .file {
        width: 40px;
        height: 40px;
        top: 19px;
        left: 15px;
        z-index: 3;   	
	}
	
	.assortment .assortment-items.downloadpage.photo .item-wr .item.icon .file img {
    	margin-top: 0;
	}
}

#login1 .form-control {
	line-height: 1.2;
}

.premium-indicator.news-home {
	top: -30px;
	right: -10px;
}

.premium-indicator.banner-detail {
	top: 10px;
	right: 30px;
}

@media only screen and (max-width: 780px) {
	.premium-indicator.banner-detail {
		top: 0px;
		right: 20px;
	}
}

@media only screen and (max-width: 1024px) {
    p img.right, p img.left,
	h3 img.right, h3 img.left{
        float: none;
        margin: 0;
		max-width: 100%;
		display: block;
    }
}
.spinner-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	background: rgba(0, 0, 0, 0.68);
	display: none;
	justify-content: center;
	align-items: center;
}

.spinner-wrapper.show {
	display: flex !important;
}

.lds-spinner {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
}
.lds-spinner div {
	transform-origin: 32px 32px;
	animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
	content: " ";
	display: block;
	position: absolute;
	top: 3px;
	left: 29px;
	width: 5px;
	height: 14px;
	border-radius: 20%;
	background: #fff;
}
.lds-spinner div:nth-child(1) {
	transform: rotate(0deg);
	animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
	transform: rotate(30deg);
	animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
	transform: rotate(60deg);
	animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
	transform: rotate(90deg);
	animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
	transform: rotate(120deg);
	animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
	transform: rotate(150deg);
	animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
	transform: rotate(180deg);
	animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
	transform: rotate(210deg);
	animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
	transform: rotate(240deg);
	animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
	transform: rotate(270deg);
	animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
	transform: rotate(300deg);
	animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
	transform: rotate(330deg);
	animation-delay: 0s;
}
@keyframes lds-spinner {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}