html {
    overflow-y:scroll;
}

body {
	margin:0;
	padding:0;
	background-color:#fff;
	font-size: 100%;
	font-family: Arial,sans-serif;	
}

::-webkit-input-placeholder { 
  	font-size:0.9rem;
}
::-moz-placeholder { 
 	font-size:0.9rem;
}
:-ms-input-placeholder { 
  	font-size:0.9rem;
}
:-moz-placeholder { 
  	font-size:0.9rem;
}


.error404-bg {
	background:#262626 url('../images/404.jpg') top right no-repeat;
	background-size: contain;
}


.cb {
	clear: both;
}

#haendlersuche-map {
	display:block;
	position:fixed;
	z-index:1;
	width:100%;
	height:100%;
}



#output-panel-list {
	position: fixed;		
	box-sizing: border-box;
	width:340px;
	left:0;
	top:170px;
	bottom:108px;
	z-index: 99;
	/*overflow:hidden;*/
	display: flex;
	flex-direction: column;
	justify-content: space-between;		
}

#output-panel-moreinfo {
	position: fixed;		
	box-sizing: border-box;
	width:calc(100% - 400px);
	left:360px;
	top:170px;
	bottom:108px;
	z-index: 99;	
	display: flex;
	flex-direction: column;
	justify-content: space-between;	
	background-color:#fff;
	display:none;
	overflow:hidden;
}


.output-panel-list-404 {
	color:#fff;
	justify-content: unset !important;
}

.output-panel-list-404 h1 {
	font-size: 3rem;
	line-height: 3rem;
	margin: 0 0 10px 0;
	padding: 0;
	color: #fff;
	text-transform: uppercase;
}

.output-panel-ui-mobile {
	display: none;
}

.output-panel-list-dealers, .output-panel-list-product, .output-panel-list-disclaimer {
	background-color: #fff;
	-webkit-box-shadow: 0 0 15px -4px rgba(0,0,0,0.63);
	-moz-box-shadow: 0 0 15px -4px rgba(0,0,0,0.63);
	box-shadow: 0 0 15px -4px rgba(0,0,0,0.63);
	padding:10px;
	box-sizing: border-box;
}

.output-panel-list-dealers {
	padding:0;
}

.output-panel-list-disclaimer {
	margin-top:3px;
	padding: 12px 15px 12px 15px;
	box-sizing: border-box;
	font-size: 0.75rem;
	line-height: 1rem;
	z-index: 2;
}

.output-panel-list-dealers {
	overflow:auto;
}

.output-panel-list-product {
	padding:26px 10px 25px 80px;
	line-height: 20px;
	margin-bottom:3px;
}

.output-panel-list-product span {
	font-weight:bold;
	text-transform: uppercase;	
}

.output-panel-list-dealers > div {
	background-repeat: no-repeat;
	/*background-position: 3px 12px;*/
	border-bottom:1px solid #ccc;
	padding:20px 0 15px 50px;
	font-size: 0.9375rem;
	cursor: pointer;
	line-height: 1.5;
	background-color:#fff;
	background-size: 30px !important;
}

.output-panel-list-dealers > div h3, #mobile-one-dealer h3 {
	font-size: 1rem;
	font-weight: bold;
	margin: 0;
	line-height: 1rem;
}

h3.h3-mb {
	margin-bottom:5px !important;
}

.output-panel-icon-container {
	padding: 10px 0 0;
	display: flex;
	position: relative;
}

.output-panel-icon-container > a {
	display: inline-block;
	height: 24px;
	width: 24px;
	margin-right: 12px;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
}

.logo-output-div {
	display: flex;
	margin:-10px 11px 5px 0; 
	align-items: flex-end;
	justify-content: space-between;
}

.logo-output-innerdiv {
	border-left:1px solid #ccc;
	display: flex;
	justify-content: flex-end;
	background-color: #fff;
	flex:0 0 70px;
}

.output-panel-icon-container > .output-panel-icon-telefon {
	display: none;
}

.output-panel-icon-route {
	margin-left: auto;
}

.output-panel-telefon {
	display: flex;
	align-items: center;
	position: relative;
	right: 5px;
}



.search-panel {
	position: fixed;
	top: 83px;
	max-width:1360px;
	width:90%;
	left: 50%;
    transform: translateX(-50%);	
	z-index: 100;
	box-sizing: border-box;
	-webkit-box-shadow: 0 0 15px -4px rgba(0,0,0,0.63);
	-moz-box-shadow: 0 0 15px -4px rgba(0,0,0,0.63);
	box-shadow: 0 0 15px -4px rgba(0,0,0,0.63);		
	display: flex;
	flex-flow: row nowrap;
}

.search-panel-item {
	box-sizing: border-box;
	background-color: #fff;
	display: block;
	float: left;
	height:60px;
	background-color: #fff;
	position: relative;
}

.search-panel-item-country-dropdown {
	flex: 0 0 340px;
}

.search-panel-item-shop-dropdown {
	cursor: pointer;
	flex: 0 0 240px;
	background-image: url('../icons/icn_dropdown.svg');
	background-size: 16px;
	background-position: right 20px center;
	background-repeat: no-repeat;
	z-index: 2;
}

.search-panel-item-shop-dropdown {
	font-size: 1rem;
	text-transform: uppercase;
    font-weight: bold;
    box-sizing: border-box;
    padding: 19px 15px 15px 15px;
}

.search-panel-item:not(:last-child) {
	margin-right: 3px;
}

.search-panel-item.search-panel-item-shop-dropdown {
	margin-right: 0;
}

.search-panel-item-middle {	
	flex: 1 0 auto;
	box-sizing: border-box;
	position: relative;
}

.limit-panel {
	padding-right: 248px;
}

.search-panel-list {
	position: absolute;
	width:100%;	
	margin-top: 6px;
}



.search-panel-list a {
	display:block;
	padding:10px;
	-webkit-transition: all .3s ease;
  	-moz-transition: all .3s ease;
  	-o-transition: all .3s ease;
  	transition: all .3s ease;
  	overflow: hidden;
  	text-overflow: ellipsis;
    white-space: nowrap;
}

.search-panel-list a span {
	padding:0 37px 0 12px;
}

.search-panel-list a:last-child {
	padding-bottom:20px;
}

.search-panel-list a:first-child {
	padding-top:20px;
}

.shop-btn {
	position: absolute;
    right: 10px;
    top: 10px;
    bottom: 10px;
    color: #000;
    text-transform: uppercase;
    line-height: 38px;
    font-weight: bold;
    background-color: #fff;
    padding: 0 35px;
	border: 1px solid #000;
	transition: all .3s ease;
}

.shop-btn:hover {
	color: #fff;
	background-color: #000;
}

.shop-btn.shop-btn-aktion.casio-shop-mobile {
	bottom: auto;
}

.shop-btn.shop-btn-aktion.casio-shop-mobile span {
	background-color: #CC0F13;
	border-color: #CC0F13;
	color: #fff;
}

.shop-btn.shop-btn-aktion.casio-shop-mobile:hover span {
	background-color: #CC0F13;
}

#online-shops {
	display: none;
	background-color: #fff;
	box-shadow: 0 0 15px -4px rgba(0,0,0,0.63);
	position: fixed;
	z-index: 2;
	width: 240px;
}

.shop-item {
	border-top: 1px solid #e3e3e3;
	padding: 5px 30px;
	width: 100%;
	display: block;
}

.shop-close {
	display: none;
}

.div-freetext {
	background-color: #f0f0f0;
	padding: 5px;
	margin: 10px 12px 5px 0;
	line-height: 1.3;
	font-size: 0.8rem;
	font-weight: bold;
}



@media screen and (max-width: 1200px) {
	#online-shops {
		top: 1rem;
		left: 1rem;
		bottom: 1rem;
		right: 1rem;
		width: auto;
		z-index: 1000;
	}

	.shop-item {
		text-align: center;
	}

	.online-shops-mobile,
	.shop-btn.casio-shop-mobile {
		cursor: pointer;
		font-size: 0.75rem;
		padding: 14px;
		text-align: center;
		font-weight: bold;
		padding: 0.25rem;
	}

	.online-shops-mobile span,
	.shop-btn.casio-shop-mobile span {
		padding: 0.25rem;
		border: 1px solid #000;
		display: block;
		text-transform: uppercase;
	}

	.shop-btn {
		display: none;
	}

	.shop-btn.casio-shop-mobile {
		display: block;
		top: auto;
		right: auto;
		line-height: 1.5;
		border: none;
	}

	.aside-mobile {
		position: fixed;
		bottom: 75px;
		width: 115px;
		z-index: 99;
	}

	.aside-mobile > * {
		margin-bottom: 3px;
		width: 100%;
		background-color: #fff;
		box-shadow: 0 0 15px -4px rgba(0,0,0,0.16);
	}

	.shop-close {
		display: inline-block;
		position: absolute;
		cursor: pointer;
		top: -8px;
		right: -8px;
		width: 24px;
		height: 24px;
		border-radius: 50%;
		background-color: #fff;
		z-index: 10000;
		box-shadow: 0 1px 2px rgba(0,0,0, .32);
	}

	.shop-close::before, .shop-close::after {
		content: " ";
		height: 2px;
		width: 12px;
		background-color: #000;
		position: absolute;
		top: 11px;
		left: 6px;
	}

	.shop-close::before {
		transform: rotate(45deg);
	}
	.shop-close::after {
		transform: rotate(-45deg);
	}
}

.search-panel input[type="text"] {
	width: calc(100% - 70px);
	margin: 0;
	font-size: 1rem;	
	line-height: 1rem;
	height: auto;	
	font-weight: bold;
	padding: 15px;
	background-color: #fff !important;
}

.use-meinen-standort {
	display: inline-block;
	width: 60px;
	font-size: 1.2rem;
	text-align: center;
	border-right: 1px solid #e5e5e5;
	line-height: 3rem;
	margin-top: 6px;
}

#haendlersuche-select-landauswahl {
	width:100%;
	float:left;
	border:0;
	margin:0;
	height:auto;
	cursor:pointer;
	font-size:1rem;
	font-weight: bold;
	box-sizing: border-box;
	padding: 19px 15px 15px 15px;
	background-color:#fff !important;
	background-image: url('../icons/icn_dropdown.svg');
	background-size: 16px;
	background-position: right 20px center;
	background-repeat: no-repeat;
	outline:0 !important;
	margin-top: 2px;
}


.haendleraktiv {
	background-color:#f0f0f0 !important;
}

#mobile-sticky-anzahl, .output-panel-list-product-sticky {
	display: none;
}




.casio-branding-logo {
	position: fixed;
	top: 0;	
	background-color: #fff;
	z-index: 100;	
	-webkit-box-shadow: 0 0 15px -4px rgba(0,0,0,0.63);
	-moz-box-shadow: 0 0 15px -4px rgba(0,0,0,0.63);
	box-shadow: 0 0 15px -4px rgba(0,0,0,0.63);
	max-width: 1360px;
	width:90%;
	box-sizing: border-box;
	left:0;
	right:0;
	margin:0 auto;
	height:80px;	
}

.footer {
	position: fixed;
	bottom: 20px;	
	background-color: #fff;
	z-index: 100;	
	-webkit-box-shadow: 0 0 15px -4px rgba(0,0,0,0.63);
	-moz-box-shadow: 0 0 15px -4px rgba(0,0,0,0.63);
	box-shadow: 0 0 15px -4px rgba(0,0,0,0.63);
	max-width: 1360px;
	width:90%;
	box-sizing: border-box;
	left:0;
	right:0;
	margin:0 auto;
	height:50px;	
	display:flex;
	padding:17px 10px 0 20px;
	font-size: 0.875rem;
}

.footer div {
	flex-grow:1;
	font-size: 0.7rem;
}

.footer-links {
	text-align:right;
}

.footer-links a {
	margin-right:10px;
	font-size: 0.7rem;
}

.casio-branding-logo-text { 
	height:80px;
}

.casio-branding-logo-text-es {
	font-size: 2.5rem !important;
	line-height: 3.2rem !important;
}

@media screen and (max-width: 1200px) {
	.casio-branding-logo-text-es {
    	font-size: 1.5rem !important;
    	line-height: 1.2rem !important;
    }
}

@media screen and (max-width: 640px) {
	.casio-branding-logo-text-es {
    	font-size: 0.7rem !important;
    	line-height: 1.1rem !important;
	}
}


.mein-standort-a {
	background: url('../images/pins/mein-standort.png') no-repeat 20px 15px;
	display: block;
	height: 60px;
	padding: 17px 10px 0 60px;
	font-weight: bold;
	text-transform: uppercase;
	color: #e30613 !important;
}

.output-panel-list-dealers-anzahl {
	display:none;
}

.mobile-one-dealer-close {
	position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: bold;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
}

.distri-disclaimer {
	background-color:#e30613 !important;
	color:#fff;
	padding:10px !important;
	margin-top:10px;
}

.cwf {
	border: 1px dashed #000 !important;
	margin: 5px 0;
	background-color:#f0f0f0;
}

.cwf-line {
	border-bottom: 1px solid #ccc !important;
	padding: 1px 0 0px 0 !important;
	height: 1px;
}


.aktionsuhr {
	background: rgb(2,0,36);
	background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(235,208,127,1) 0%, rgba(249,241,216,1) 100%);
}

#disclaimer-aktion {
	background:#CC0F13 !important;
	color:#fff;
	padding:20px 10px;
	text-align: center;
	line-height: 1.3rem;
	cursor: default;
}

#disclaimer-aktion strong {
	text-transform: uppercase;
}

#disclaimer-aktion span {
	background:url('../images/pins/gshockaktion.png') top center no-repeat;
	background-size: contain;
	width:20px;
	height:15px;
	display:inline-block;
}

#disclaimer-aktion-nohit {
	background-color:#CC0F13 !important;
	color:#fff;
	padding:10px 20px;
}







.moreinfo-a {
	position: absolute;
	right: 12px;
	top: -24px;
	cursor:pointer;
	z-index:10;
}

.moreinfo-loader {
	position: absolute;
	top:calc(50% - 64px);
	left:calc(50% - 64px);
}





@media screen and (max-width: 1200px) {

	body {
		/* font-size: 16px; */
	}

	.casio-branding-logo {
		width:100%;
	}

	.output-panel-icon-container > .output-panel-icon-telefon {
		display: inline-block;
	}

	.search-panel {
		flex-flow: row wrap;
	}

	.search-panel-item:first-child {
		margin-bottom: 3px;
	}

	.search-panel-item-country-dropdown {
		flex: 0 0 100%;
	}

	.search-panel .search-panel-item-shop-dropdown {
		display: none;
	}

	#shop-btn {
		display: none;
	}

	.search-panel, .search-panel-list {
		width: 90%;
		left: 85px;
		max-width: inherit;
		transform: translateX(40px);
		width: calc(100% - 135px);
		top:9px;
	}

	.search-panel-list {
		left:17px;
		width: calc(100% - 17px);
		top:50px;
	}

	.search-panel input[type="text"] {
		max-width: 420px;
		width: calc(100% - 170px);
	}

	#mobile-sticky-anzahl, .output-panel-list-product-sticky {
		font-size: 0.75rem;
		display: block;
		box-sizing: border-box;
		padding:10px;
		text-align: center;
		line-height: 1.2;
		height:70px;
		box-shadow: 0 0 15px -4px rgba(0,0,0,0.16);	
		cursor:pointer;
	}

	#mobile-sticky-anzahl {
		padding: 14px;
		font-weight: bold;
	}

	#mobile-sticky-anzahl.has-aktion {
		height: 90px;
	}

	#mobile-sticky-anzahl b {
		font-size: 1.25rem;
	}

	.output-panel-list-product-sticky {
		height: auto;
		font-size: 0.6rem;
	}

	.output-panel-list-product-sticky img {
		max-width: 50px;
		display: block;
		margin: 0 auto;
		margin-bottom: 6px;
	}

	.output-panel-list-product-sticky span {
		font-weight: bold;
		font-size: 0.65rem;
		text-transform: uppercase;
	}

	#output-panel-list {
		top:100%;
		width: 100%;
		left:0;
		bottom:0;
	}

	.casio-branding-logo {
		height: 50px;
	}

	.casio-branding-logo-text {
		height: 50px;
	}

	.search-panel {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		left: 0;
		transform: translateX(0);
		top: 53px;
	}

	#haendlersuche-select-landauswahl {
		padding: 13px;
	}

	.search-panel-item {
		width: 100%;
		margin-bottom: 4px;
		height: 50px;
	}

	.search-panel-item-middle {
		margin: 0;
		background-color: transparent;
		display: flex;
	}

	.limit-panel {
		padding-right: 0;
	}

	.search-panel-item-middle #q {
		width: 100%;
		max-width: initial;
	}

	.use-meinen-standort {
		background-color: #fff;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		border: none;
		margin-right: 3px;
		margin-top: 0;
	}

	.search-panel-item-last {
		display: none;
	}

	.footer {		
		bottom: 0;
		padding: 5px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width:100%;
	}

	.footer > div {
		width: 100%;
		text-align: center;
		font-size: 0.75rem;	
		margin-bottom:3px;			
	}


	.footer-links a {
		display: inline-block;
		margin: 2px 10px;
		padding-bottom: 1px;		
	}


	.output-panel-list-dealers > div, #mobile-one-dealer {
		background-size: 30px;
		font-size: 0.75rem;
		padding-top: 11px;
		padding-left: 50px;
		line-height: 1.15;
		background-position: 3px 10px;
		background-color:#fff !important;
	}

	.output-panel-list-dealers > div h3, #mobile-one-dealer h3 {
		font-size: inherit;
		margin-bottom: 0;
		line-height: 1.15;
		font-weight: bold;
	}

	.output-panel-list-dealers {
		max-height: 80vh;
		-webkit-overflow-scrolling: touch;
		box-shadow: none;
	}

	.output-panel-list-disclaimer {
		font-size: 0.7rem;
    	line-height: 0.9rem;
	}


	.output-panel-mobile-close {
		height: 44px;
		width: 24px;
		cursor: pointer;
		position: relative;
		bottom: 10px;
		left: 10px;
	}

	.output-panel-mobile-close span {
		background-color: #000;
		height: 2px;
		width: 16px;
		position: absolute;
		top: 20px;
		left: 12px;
	}

	.output-panel-mobile-close span:first-child {
		transform: rotate(45deg);
	}

	.output-panel-mobile-close span:last-child {
		transform: rotate(-45deg);
	}

	.output-panel-list-dealers-anzahl {
		margin:10px 0 10px 10px;
		display: block;
		position:relative;
		font-weight: bold;
	}

	.output-panel-mobile-close {
		position: absolute;
    	left: calc(100% - 30px);
    	top: 0;
    	font-weight:bold;
    	cursor: pointer;
	}

	#mobile-one-dealer {		
		position:absolute;
		bottom:0;
		width: 100%;
		z-index: 3;
		padding:20px 20px 20px 70px;
		display: none;
		-webkit-box-shadow: 0px -5px 15px -4px rgba(0,0,0,0.63);
		-moz-box-shadow: 0px -5px 15px -4px rgba(0,0,0,0.63);
		box-shadow: 0px -5px 15px -4px rgba(0,0,0,0.63);		
	}

	#mobile-one-dealer .output-panel-icon-container a:last-child {
		margin-right: 0;
	}

	#haendlersuche-map {
		height:calc(100% - 50px);
	}

	.shop-btn {
		position: relative;
	}

}



@media screen and (max-width: 800px) {

	.output-panel-icon-container > a {
		display: inline-block;
		height: 34px;
		width: 34px;
		margin-right: 12px;
		background-repeat: no-repeat;
		background-size: contain;
	}
	.footer {
		height: 60px;
	}

	#haendlersuche-map {
		height:calc(100% - 60px);
	}

	.footer > div {		
		font-size: 0.6rem;	
		line-height: 0.6rem;			
	}


	.footer-links a {
		font-size: 0.6rem;	
	}

	.search-panel-list {
		left: 0;
    	width: 100%;        
    	transform: none;
	}

	#disclaimer-aktion {
		padding:10px;
	}
}