@charset "UTF-8";

body {
	margin:0;
	padding:0;
	background:#fff;
}

img{
	border:0;
	vertical-align: bottom;
}

/*-------------------
wrapper
--------------------*/

#wrapper {
	width:100%;
}

/*-------------------
logo
--------------------*/

#logo {
	width:100%;
}
#logo img{
	width:100%;
	height: auto;
}

/*-------------------
watch
--------------------*/

#watch {
	width:100%;
}
#watch img{
	width:100%;
	height: auto;
}

/*-------------------
lineup
--------------------*/

#lineup {
	width:100%;
	text-align: center;
}
#lineup img{
	width:100%;
	height: auto;
}
#lineup img.manual{
	width:60%;
	height: auto;
	margin-bottom:200px;
}




/*-------------------
フッター周り
--------------------*/

#lang{
	position: fixed;
	bottom:30px;
	left:0;
	width:100%;
	height:25px;
	line-height:25px;
	font-size:11px;
	font-weight: normal;
	text-align: center;
	color:#fff;
	background-color:#eb719f;
	z-index:9999;
	}
#lang img{
	margin-top:5px;
	}

#copyright{
	position: fixed;
	bottom:-2px;
	left:0;
	width:100%;
	height:32px;
	line-height:30px;
	font-size:9px;
	font-weight: normal;
	text-align: center;
	color:#fff;
	background-color:#eb719f;
	z-index:9999;
	}


/*-------------------
onlineshop
--------------------*/

#link{
	position: absolute;
	width: 100%;
	margin:0 auto;
	z-index:1000;
	text-align: center;
	background-color:#eb719f;
	padding: 5px 0;
	display:block;
	position: fixed;
	bottom:50px;
	left: 0;
	}

.online{
	width:150px;
	height:30px;
	}

#buy{
	width:100%;
	background-color: #eb719f;
	text-align: center;
	padding-top:13px;
	padding-bottom:13px;
	color:#fff;

	position: relative;
}

#buy .headline{
	width: 100%;
}

#buy .headline h2{
	text-transform: uppercase;
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 22px;
}

#buy .table{
	display: table;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	left:0px;
	right:0px;
}

#buy .table .row{
	display: row;
}

#buy .table .row .text{
	display:table-cell;
	text-align: left;
	font-weight: 400;
	font-size: 12px;
	line-height: 22px;
	padding-left: 10px;
	max-width: 580px;
	padding-right: 20px;
}

#buy .table .row .linkList{
	display:table-cell;
	text-align: right;
	padding-right: 10px;
}

#buy .table .row .linkList a{
	color:#fff;
	font-weight: 400;
	font-size: 18px;
	line-height: 35px;
	text-transform: lowercase;
	text-decoration: none;
	background:url('../images/pfeil.png') no-repeat 100% 1px;
	background-size: 12px 19px;
	padding-right:26px;
	text-align: right;
}

#haendlersuche{
	width:100%;
	background-color: #f4eaf3;
	text-align: center;
	padding-top:41px;
	position: absolute;
	height: 1000px;
}

#haendlersuche h2{
	text-transform: uppercase;
	font-size: 28px;
	font-weight: 400;
}

#haendlersuche #map {
	height: 350px;
	width: 90%;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 45px;
}

#haendlersuche #result{
	max-width:1052px;
	width:90%;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	overflow:hidden;
	position: relative;
}

#haendlersuche #resultHolder{
	width:9999px;
	height:255px;
}

#haendlersuche #resultHolder .resultElement{
	float: left;
	width: 1052px;
	text-align: left;
	padding-bottom: 67px;
}

#haendlersuche #resultHolder .resultElement .haendler{
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	vertical-align: top;
	padding-right: 42px;
	max-width: 220px;
}

#haendlersuche #resultHolder .resultElement .haendler {
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	vertical-align: top;
	padding-right: 22px;
	max-width: 150px;
}

#haendlersuche #resultHolder .resultElement .haendler a {
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	vertical-align: top;
	padding-right: 22px;
	max-width: 150px;
	text-decoration: none;
}

#haendlersuche #resultHolder .resultElement .haendler a:hover{
	color:#eb719f;
}

#haendlersuche #resultHolder .resultElement .haendler a h3 {
	margin:0px;
	padding: 0px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
}
#haendlersuche #resultHolder .resultElement .haendler a .badge {
	background-color: #000;
	color: #fff;
	border-radius: 20px;
	width:40px;
	height:40px;
	font-size: 18px;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	padding-top: 8px;
	margin-bottom: 26px;
}

#haendlersuche #resultHolder .resultElement .red a{
	color:#eb719f;

}

#haendlersuche #resultHolder .resultElement .red a h3{

}

#haendlersuche #resultHolder .resultElement .red a .badge {
	background-color: #eb719f;
}



#haendlersuche .formHolder{
	text-align: left;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
	margin-bottom: 25px;
	width: 90%;
}

@media screen {
	#haendlersuche .formHolder #ort {
		font-size: 18px;
		width: 100%;
		max-width: 493px;
		border: 0px;
		border-bottom: 3px solid #000;
		padding: 10px 0px 10px 20px;
		margin-right: 15px;
		box-sizing: border-box;
		margin-bottom: 20px;
		-webkit-appearance: none;
		border-radius: 0;
	}
}

@media screen and (min-width : 568px) {
	#haendlersuche .formHolder #ort {
		font-size: 18px;
		width: 60%;
		max-width: 310px;
		border: 0px;
		border-bottom: 3px solid #000;
		padding: 10px 0px 10px 20px;
		margin-right: 15px;
		box-sizing: border-box;
		margin-bottom: 20px;
		-webkit-appearance: none;
		border-radius: 0;
	}
}

#haendlersuche .formHolder input[type="radio"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	width: 40px;
	height: 40px;
	background: url(../images/radio_lo.png) left center no-repeat;
	background-size: 40px;
	margin-right: 10px;
	vertical-align: middle;
	display: none;
	opacity: 0;
}

#haendlersuche .formHolder input[type="radio"]:checked {
	background: url(../images/radio_hi.png) left center no-repeat;
	display: none;
	opacity: 0;
}

#haendlersuche .formHolder label{
	font-size: 18px;
	margin-right: 1px;
	margin-bottom: 10px;
}

#haendlersuche .formHolder input[type="radio"] + label::before{
	content: ' ';
	background: url(../images/radio_lo.png) left center no-repeat;
	background-size: 40px;
	margin-right: 10px;
	vertical-align: middle;
	display: inline-block;
	width:40px;
	height:40px;
}

#haendlersuche .formHolder input[type="radio"]:checked + label::before{
	content: ' ';
	background: url(../images/radio_hi.png) left center no-repeat;
	background-size: 40px;
	margin-right: 10px;
	vertical-align: middle;
	display: inline-block;
	width:40px;
	height:40px;
}


#haendlersuche .formHolder button{
	border:0;
	background-color: #eb719f;
	color:#fff;
	text-transform: uppercase;
	font-size: 15px;
	padding: 10px 20px;
	height: 50px;
	border-radius: 3px;
	cursor: pointer;
	margin-bottom: 20px;
	float:right;
}

@media screen and (min-width : 568px) {
	#haendlersuche .formHolder button {
		border:0;
		background-color: #eb719f;
		color:#fff;
		text-transform: uppercase;
		font-size: 15px;
		padding: 10px 20px;
		height: 50px;
		border-radius: 3px;
		cursor: pointer;
		margin-bottom: 20px;
		float: none;
	}
}

#haendlersuche #result .haendler {
	display: inline-block;
	text-align: left;
}

*:focus {
	outline: none;
}

#haendlersuche #result #next{
	top: 210px;
	position: absolute;
	right: 10px;
	display: none;
}

.ui-autocomplete {
	border-radius: 0px;
	font-size: 15px;
	font-family: Anton;
}
.ui-autocomplete.source:hover {
	border-radius: 0px;
	font-size: 15px;

}

.ui-menu .ui-menu-item a{
	font-size: 15px;

	border-radius: 0px;
}

.ui-menu-item{
	font-size: 15px;

	border-radius: 0px;
}


#link p.suche01{
	font-size: 15px;
	text-transform: uppercase;
	color:#fff;
	display: inline-block;
	padding: 5px 20px;
	width: 130px;
	max-height: 20px;
	background: #eb719f;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	margin: 0;
}

#link a:hover p.suche01{
	background: #999;
