@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");

/* --- Reset --- */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}strong{font-weight:bold}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}

/* --- Common --- */

.ebay-template {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 1;
	width: 100%;
}

.container {
	box-sizing: border-box;
	clear: both;
	padding: 0 10px;
	width: 100%;
}

.container-inner {
	box-sizing: border-box;
	clear: both;
	margin: 0 auto;
	max-width: 1000px;
	position: relative;
	width: 100%;
}

.container-inner:after {
	clear: both;
	content: '';
	display: block;
}

/* --- Header --- */

.header {
	background: #1e4164;
}

.header-inner {
	height: 120px;
}

.hb-logo {
	background: url(https://www.alarmpro.de/layout/ebay_20170426/img/ds-versandhandel.png) no-repeat;
	background-size: contain;
	display: block;
	height: 65px;
	left: 0;
	position: absolute;
	top: 50%;
	width: 286px;
	
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* --- Menu & Search --- */

.bar {
	background: #089df1;
	background: -moz-linear-gradient(top, #089df1 0%, #0978bb 100%);
	background: -webkit-linear-gradient(top, #089df1 0%, #0978bb 100%);
	background: linear-gradient(to bottom, #089df1 0%, #0978bb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#089df1', endColorstr='#0978bb', GradientType=0 );
	width: 100%;
}

.bar-inner {
	height: 44px;
}

.box-bar {
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.bb-menu {
	left: 0;
}

.bb-menu li {
	float: left;
	margin: 0 60px 0 0;
}

.bb-menu li:last-child {
	margin: 0;
}

.bb-menu a {
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}

/* --- Main --- */

.main-inner {
	padding: 40px 0;
}

.box-main {
	box-sizing: border-box;
	position: relative;
}

.bm-images {
	float: left;
	line-height: 0;
	max-width: 510px;
	overflow: hidden;
	position: relative;
	width: 51%;
}

.bm-images h1 {
	display: none;
	margin: 0 0 10px 0;
}

#bm-images-full {
	position: relative;
}

.bm-images-full img {
	max-width: 100%;
	width: 100%;
}

.bm-image-preview {
	float: left;
	margin-right: 2%;
	margin-top: 10px;
	width: 15%;
}

.bm-image-preview:nth-child(6n) {
	margin-right: 0;
}

.bm-image-preview img {
	cursor: pointer;
	margin: 0 !important;
	max-width: 150px;
	padding: 0 !important;
	width: 100%;
}

.ff-items {
	font-size: 0;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.ff-items:after {
	clear: both;
	content: '';
	display: table;
}

.ff-items {
	transform: translateX(0);
	transition: transform 1s ease;
}

.ff-slider_item {
	display: inline-block;
	font-size: 12px;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	width: 100%;
}

.ff-trigger {
	display: none;
}

.ff-controls,
.ff-controls .navi,
.ff-controls .navi label {
	bottom: 0;
	position: absolute;
	top: 0;
}

.ff-controls {		
	left: 0;
	right: 0;		
	z-index: 9999;
}

.ff-controls .navi {
	position: absolute;
	width: 30%;
}

.ff-controls .previous {
	left: 0;
}

.ff-controls .next {
	right: 0;
}

.ff-controls .navi label {
	cursor: pointer;
	display: none;
	left: 0;
	right: 0;
}

.navi-arrows {
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}	

.navi-arrows > div {
	bottom: 0;
	cursor: pointer;
	height: 68px;
	margin: auto;
	position: absolute;
	width: 68px;
	top: 0;
}

.arrow-previous {
	left: 10px;
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.arrow-next {
	right: 10px;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.navi-arrows > div:after {
	border-right: 2px solid #1e4164;
	border-top: 2px solid #1e4164;
	bottom: 0;
	content: '';
	display: block;
	height: 45px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 45px;
	-moz-transform-origin: 50%;
	-ms-transform-origin: 50%;
	-o-transform-origin: 50%;
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
}

.pagination {
	bottom: 10px;
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 10000;
}

.pagination label {
	background: #1e4164;
	border-radius: 100%;
	cursor: pointer;
	display: inline-block;
	height: 15px;
	margin: 0 2px;
	width: 15px;			
}

.bm-info {
	float: left;
	margin: 0 0 0 3%;
	max-width: 460px;
	width: 46%;
}

.bm-info h1,
.bm-images h1 {
	color: #1e4064;
	font-size: 18px;
	font-weight: 700;
	line-height: 150%;
}

.bm-info h1 {
	margin: 0 0 20px 0;
    max-width: 300px;
    width: 65%;
    min-height: 60px;
}

.bm-info-producer {
    max-width: 120px;
    position: absolute;
    right: 0;
    top: 0;
    width: 25%;
}

.bm-info-shop {
	background: #eee;
	margin: 20px 0;
	padding: 15px;
	position: relative;
}

.bm-info-title {
	color: #1e4064;
	font-size: 18px;
	font-weight: 700;
	line-height: 120%;
}

.bm-info-uvp {
	color: #d80000;
	margin: 10px 0 5px 0;
}

.bm-info-uvp span {
	text-decoration: line-through;
}

.bm-info-price {
	color: #d80000;
	font-size: 38px;
	font-weight: 700;
	line-height: 120%;
}

.bm-info-vat {
	font-size: 11px;
	line-height: 130%;
	margin: 5px 0 0 0;
}

.bm-info-buy {
	background: #0078bb;
	background: -moz-linear-gradient(top, #0078bb 0%, #00529e 100%);
	background: -webkit-linear-gradient(top, #0078bb 0%,#00529e 100%);
	background: linear-gradient(to bottom, #0078bb 0%,#00529e 100%);
	border: 1px solid #00539f;
	border-radius: 3px;
	bottom: 15px;
	color: #fff;
	display: block;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078bb', endColorstr='#00529e',GradientType=0);
	font-size: 18px;
	font-weight: 700;
	height: 42px;
	line-height: 42px;
	position: absolute;
	right: 15px;
	text-align: center;
	text-decoration: none;
	width: 202px;
}

.bm-info-description {
	line-height: 150%;
}

.bm-info-description p {
	margin: 20px 0 0 0;
}

.bm-info-description ul {
	list-style: disc;
	margin: 20px 0 0 20px;
}

.bm-info-description b {
	font-weight: 700;
}

.bm-info-description i {
	font-style: italic;
}

.bm-info-description h3 {
	font-size: 14px;
	font-weight: 700;
}

.bm-info-keywords {
	display: none;
}

/* --- Note --- */

.note {
	background: #f6f6f6;
	clear: both;
}

.note-inner {
	line-height: 150%;
	padding: 15px 0;
}

.note p {
	margin: 0 0 15px 0;
}

.note p:last-child {
	margin: 0;
}

/* --- Crossselling --- */

.crossselling {
	margin: 20px 0 40px 0;
}

.crossselling-title {
	color: #1e4064;
	font-size: 18px;
	font-weight: 700;
	line-height: 120%;
	margin: 0 0 15px 0;
}

.crossselling img {
	width: 100%;
}

/* --- Footer --- */

.footer-border {
    background: #089df1;
    background: -moz-linear-gradient(top, #089df1 0%, #0978bb 100%);
    background: -webkit-linear-gradient(top, #089df1 0%, #0978bb 100%);
    background: linear-gradient(to bottom, #089df1 0%, #0978bb 100%);
	height: 10px;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#089df1', endColorstr='#0978bb', GradientType=0 );
    width: 100%;
}

.footer {
	background: #1e4164;
}

.footer-inner {
	color: #fff;
	min-height: 200px;
	padding: 15px 0;
}

.footer-box {
	float: left;
	line-height: 0;
	margin: 0 50px 0 0;
}

.footer-box img {
	margin: 0 5px 10px 0;
}

.fb-title {
	font-size: 13px;
	font-weight: 700;
	line-height: 120%;
	margin: 0 0 10px 0;
}

.fb-secureshopping {
	margin: 0;
	width: 280px;
}

.fb-secureshopping a {
	background: #fff;
	border-radius: 80px;
	display: block;
	float: left;
	height: 80px;
	margin: 0 20px 0 0;
	position: relative;
	right: 0;
	width: 80px;
}

.fb-secureshopping img {
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 74px;
	z-index: 1;
}

.fb-secureshopping p {
	font-size: 11px;
	line-height: 120%;
}

.footer-uvp {
	bottom: 15px;
	font-size: 11px;
	position: absolute;
	right: 0;
}

/* --- Media Queries --- */

@media screen and (max-width: 1000px) {
	
	.bm-info-buy {
		bottom: auto;
		margin: 20px 0 0 0;
		position: relative;
		right: auto;
		width: 202px;
	}
	
}

@media screen and (max-width: 900px) {
	
	.bm-info h1 {
	    max-width: none;
	    width: 100%;
	}
	
	.bm-info-producer {
	    margin: 10px 0 0 0;
	    max-width: none;
	    position: relative;
	    right: auto;
	    top: auto;
	    width: auto;
	}
	
}

@media screen and (max-width: 700px) {
	
	.bb-menu li {
		margin: 0 30px 0 0;
	}
	
	.bb-menu a {
		font-size: 14px;
	}
	
	.main-inner {
		padding: 10px 0;
	}
	
	.bm-images {
		float: none;
		max-width: none;
		width: 100%;
	}
	
	.bm-images h1,
	.pagination {
		display: block;
	}
	
	.bm-info {
		clear: both;
		float: none;
		margin: 0;
		max-width: none;
		padding: 20px 0 0 0;
		width: 100%;
	}
	
	.bm-info h1,
	.bm-info-producer,
	.bm-images-preview {
		display: none;
	}

}

@media screen and (max-width: 600px) {
	
	.fb-secureshopping {
		clear: both;
		float: none;
		padding: 20px 0;
	}
	
	.footer-uvp {
		bottom: auto;
		position: relative;
		right: auto;
	}	
		
}

@media screen and (max-width: 400px) {
	
	.bb-menu li {
		margin: 0 20px 0 0;
	}
	
	.bb-menu a {
		font-size: 13px;
	}
	
	.footer-box {
		float: none;
		margin: 0;
	}
	
}