:root{
	--bordercol:#ccc;
	--headercol:#444;
    --accent: #AD9346;
	--border: #ccc;
    --lightborder: #dedede;
}
html, body{
	height:100%;
}
body{
	background-color:#efefef;
	box-sizing:border-box;
	font-family:Calibri, Candara, Arial, Helvetica, sans-serif;
	color:#333;
}
a{
	text-decoration:none;
	color:#333;
}
p {
	margin:0px;
	line-height:1.4em;
}
div {
    overflow: hidden;
}
table{
	border-collapse:collapse;
}
#body{
	max-width:1280px;
	border:1px solid var(--bordercol);
	margin:0px auto 10px auto;
	min-height:calc(100% - 60px);
	position:relative;
	background-color:#fff;
	box-shadow:3px 3px 10px rgba(0,0,0,0.3);
}
#corona{
    text-align: center;
    background: #666;
    color: white;
    padding: 5px;
    width:calc(100% - 10px);
}
#corona a{
    color: white !important;
    width: 100% !important;
    text-align: center;
}
ol li {
    margin-bottom: 12px;
}
#body h1{
	margin:0px 0px 20px 0px;
	padding:0px;
	text-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}
#head{
	border-bottom:1px solid var(--bordercol);	
}
#service{
	font-size:0.9em;
	color:#fff;
	border-bottom:1px solid var(--bordercol);
	background:#444;
}
#service div p{
	display:inline-block;
	padding:3px;
	padding-right:6px;
	margin:3px;
	border-right:2px inset var(--bordercol);
}
#service div a{
	color:#fff;
}
#flaggen{
	position:absolute;
	right:0px;
	top:3px;
}
#flaggen a{
	padding:3px;
}
#head{
	padding:0px;
	position:relative;
	height:100px;
}
#logos{
	height:100%;
	bottom:0px;
}
#logos a:first-child{
	position:absolute;
	bottom:-4px;
}
#logos a:last-child {
    display:inline-block;
    width:85px;
    height:54px;
    position:absolute;
    bottom:0px;
    background-image:url("https://www.uhren4you.de/picto/warenkorb.jpg");
    background-position:center bottom;
    background-repeat:no-repeat;
    text-align:center;
    padding-left:3px;
    color:#666;
    right:5px;
    font-size:12px;
	font-weight:700;
}
#logos a:last-child b{
    color: #2d5fb0;
	margin-right:3px;
    font-size:20px;
}
#logos a.trusted{
    position: absolute;
    right: 100px;
    bottom: 0px;
}
#logomenu{
	font-size:0.9em;
	position:absolute;
	right:0px;
	top:3px;
}
#logomenu a{	
	color:#666;
	padding:3px;
	padding-left:9px;
	margin:3px;
	border-left:2px solid var(--bordercol);
}
#logomenu a:first-child{
	border:0px none;
}
div#suche {
    position: absolute;
    display: inline-block;
    bottom:25px;
    left:60%;
	width:35%;
	max-width:450px;
	margin-left:-15%;
	font-size:1.3em;
}
#suche b{
	display:inline-block;
	margin-right:10px;
	color:var(--headercol);	
}
#suche input {
    width:calc(100% - 150px);
    border:1px solid var(--bordercol);
    padding:3px;
	background:white;
	box-shadow:1px 1px 3px 0px rgba(0,0,0,0.1) inset;
}
#suche input.lupe {
    background-image:url("https://www.uhren4you.de/picto/lupe.gif");
    background-position:center;
    background-repeat:no-repeat;
    display:inline-block;
    width:25px;
    height:20px;
    border:none;
	cursor:pointer;
	box-shadow:none;
}
#topmenu{
	border-bottom:1px solid var(--bordercol);
	position:relative;
	height:30px;
	padding-top:2px;
	padding-bottom:5px;
	background:#eee;
	/*background-image: url('https://www.uhren4you.de/picto/menu.png');*/
	background-repeat: repeat-x;
	background-color: #ad9346;
	background-image:linear-gradient(to top, #75642e, #ad9346, #d2c59b);
}
@media all and (max-width: 1190px) {
	#topmenu{
		height:60px;
	}
}
#topmenu, .mainlink{
    overflow: visible;
}
#topmenu div.mainlink{
	float:left;
}
.menuplus, .menuminus{
	color: white;
	float: left;
	margin-top:3px;
	font-size: 1.2em;
	text-shadow: 1px 1px 3px black;
	cursor: pointer;
	margin-right:0px;
	margin-left:10px;
}
.menuplus::before{
	content: "►";
}
.menuminus::before{
	content: "▼";
}
.hover {
	text-decoration: underline;
	text-shadow: 2px 2px 4px black;
}
/*#topmenu .hover {
	background-color:#2d5fb0 !important;
}*/
#topmenu div.mainlink > a{
    display:inline-block;
    font-size:1.1em;
    font-weight:700;
    text-align:center;
    vertical-align:top;
    color:#fff;
    height:20px;
    padding:4px 15px;
}
#topmenu div.aktuell > a{
	border-top-radius: 3px;
	box-shadow: 1px -1px 2px 0px rgba(0,0,0,0.2);
    padding:4px 14px;
	background:white;
	border:1px solid var(--bordercol);
	border-bottom:0px none;
    color:#333;
}
#topmenu div.mainlink div.conti{
	position:absolute;
	left:0px;
	top:30px;
	min-height:50px;
	width:100%;
	display:none;
	border-bottom: 2px solid var(--bordercol);
	background:white;
	padding-bottom:30px;
	z-index: 1000000;
}
div.mnu_box {
	padding:0px;
}
.mnu_box div {
    display: inline-block;
    position: static;
    float: left;
    min-width: 170px;
	text-align:left;
	margin-left:6px;
}
.mnu_box div, .mnu_prev {
	width:calc(20% - 6px);
}
.mnu_box_marken div{
	width:calc(16% - 6px) !important;
}
div.mnu_box div.mnu_h, div.mnu_box_marken div.mnu_h{
	width:100% !important;
    margin:10px 0px;
    padding: 0px 0px 0px 25px;
    font-weight: 700;
    float: none;
	color:var(--headercol);
	border-top:1px solid  var(--bordercol);
}
div.mnu_box div.mnu_h:first-child, div.mnu_box_marken div.mnu_h:first-child{
	border-top:0px none;
}
#mnu_sale .mnu_h{
	color: #CC0000 !important;
}
.mnu_box div a {
	display:block;
	text-decoration:none;
	padding: 3px 0px 3px 20px;
	margin-right:5px;
	color:black;
	font-weight:400;
}
.mnu_box div a:hover {
    background-color:#2d5fb0;
    color:#fff !important;
	box-shadow:2px 2px 4px 0px rgba(0,0,0,0.1);
	z-index:10000000;
}
.mnu_box div a:visited {
    color: #333;
}
.mnu_box div b {
	display:inline-block;
	float:right;
	color:white;
	padding-right:10px;
	font-size:1.2em;
	margin-top:-4px;
	font-weight:700;
}
.mnu_box span.alpha {
	margin:0px 20px -18px 0px;
	font-weight:700;
	font-size:10px;
	display:block;
	text-align:left;
	padding:0px 5px 5px 0px;
	color:#2d5fb0;
}
.mnu_box span.alpha:first-child {
	border-top:0px none;
	margin-top:0px;
}
.mnu_box span.mnu_hide {
	display:none;
}
.mnu_prev {
	z-index:200000;
	display:none;
	box-shadow:3px 3px 6px rgba(0,0,0,0.3);
	font-size:0.9em;
	background:rgba(0,0,0,0.1);
	padding:0px;
}
.mnu_prev div {
	background-color:white;
	width:100%;
	margin:0px;
	margin-top:22px;
}
.mnu_sale {
	font-weight:700;
}
a.mnu_sale:first-child {
	margin-top:10px;
	color:#CC0000;
}
#breadcrumb {
	padding:6px 20px;
	width:100%;
}
#breadcrumb a, #breadcrumb span {
	float:left;
	margin-right:6px;
	text-transform:lowercase;
}
#breadcrumb a:after {
	content:" > ";
}
#breadcrumb a:last-child:after {
	content:"";
}

div#seite {
	float:left;
	width:220px;
	box-shadow:2px 2px 8px 0px rgba(0,0,0,0.1);
}
div#seitenlisten, div#filtermenu, div#seitenlisten_filter {
	width:calc(100% - 2px);
}
div#seitenlisten, div#seitenlisten_filter {
	border:1px solid var(--bordercol);
	border-bottom:0px none;
	min-height:6px;
	background-color:#eee;
	padding-bottom: 10px;
}
div#filtermenu {
	border:1px solid var(--bordercol);
	border-top:0px none;
	z-index: 20000;
}
#seitenlisten p, #filtermenu p, #seitenlisten_filter p {
	padding:5px 10px;
	font-weight:700;
	background-repeat:no-repeat;
	background-position:top right;
	color:#333;
}
#seitenlisten a {
	display:block;
	padding:0px 3px 3px 15px;
	font-weight:500;
}
#seitenlisten a:hover {
	text-decoration:underline;
}
#seitenlisten div, #seitenlisten_filter div {
	overflow:auto;
	max-height:280px;
	/*/border:1px solid var(--bordercol);/*/
	border-top:0px;
	margin-bottom:0px;
}
#filtermenu a, #seitenlisten_filter a {
	display:block;
	margin-bottom:3px;
	padding:3px;
	padding-top:0px;
}
div.scroll div {
	padding:3px;
}
div.scroll div input {
    margin:7px 3px 0px 3px;
	float:left;
}
#seitenlisten_filter a, #seitenlisten_filter div.scroll div{
	font-weight:700;
}
#filtermenu p.pclosed {
	background-image:url("https://www.uhren4you.de/picto/seitenmenuup.png");
}
#filtermenu p.popen {
	background-image:url("https://www.uhren4you.de/picto/seitenmenudown.png");
}
#filtermenu div.wrap {
	border-top:1px solid var(--bordercol);
	height:30px;
	margin-bottom:0px;
}
#filtermenu div.wrapopen {
	border-top:1px solid var(--bordercol);
	/*/height:100%;/*/
	margin-bottom:0px;
}
#filtermenu div.wrapopen img{
	display:block;
	margin:auto;
}
#filtermenu div.scroll, #seitenlisten_filter div.scroll {
	max-height:200px;
	overflow:auto;
	padding:5px;
}
#filtermenu input, #seitenlisten_filter input {
	margin-right:5px;
	padding-top:5px;
}
#filtermenu input.vonbis{
	width:38px;
	height:12px;
	padding:3px 1px;
	margin:0px 5px;
	text-align:right;
	border:1px solid var(--bordercol);
	border-radius:3px;
}
#filtermenu select.vonbis {
	margin:0px 5px;
	width:50px;
	padding:1px 3px 1px 0px;
	text-align:center;
	border:1px solid var(--bordercol);
	border-radius:2px;
}
#filtermenu a.vonbis {
	margin:5px 0px 5px 5px;
}

iframe#adwords{
	height:0px !important;
	width:0px !important;
}
div#seitenzahlen, div#seitenzahlenunten  {
	border:0px;
	padding:20px 10px 15px 0px;
}
div#seitenzahlenunten {
	display:block;
	float:none;
	margin-top:20px;
	width:100%;
}
#seitenzahlen a, #seitenzahlenunten a, #seitenzahlen input, #seitenzahlenunten input {
	border:1px solid #999;
	background-image:url("verlauf.jpg");
	display:inline-block;
	width:25px;
	height:19px;
	margin-bottom:2px;
	margin-right:10px;
	padding:4px 2px 5px 2px;
	text-align:center;
	vertical-align:middle;
	border-radius:4px;
	float:left;
	cursor:pointer;
	box-shadow:2px 2px 8px 0px rgba(0,0,0,0.1);
}
#seitenzahlen input, #seitenzahlenunten input {
	width:32px;
	height:30px;
	padding:0px;
	padding-bottom: 2px;
}
#seitenzahlen .aktuelle, #seitenzahlenunten .aktuelle {
	border:1px solid var(--bordercol);
	background-image:none;
	font-weight:700;
	background-color:white;
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1) inset;
}
#seitenzahlen b, #seitenzahlenunten b {
	margin-right:7px;
	color:#aaa;
	display:inline-block;
	float:left;
}
#seitenzahlen select {
	width:160px;
	border:1px solid #999;
	border-radius:2px;
	padding:2px;
	float:right;
	box-shadow: 2px 2px 4px 1px rgba(0,0,0,0.1);
}
#cookie{
    position:fixed;
    left:0px;
    bottom:0px;
    width: 100%;
    text-align: left;
    padding: 15px;
    padding-bottom:0px;
    background: rgba(0,0,0,0.7);
    box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
	border-top: 1px solid var(--accent);
    color:white;
    z-index: 2000000;
    box-sizing: border-box;
}
#cookie div.first{
	display: flex;
	max-width: 1200px;
	margin: auto;
}
#cookie div.first p{
    margin: 0px;
}
#cookie div.first p:last-child{
	width: 200px;
}
@media all and (max-width: 1400px) {
    #cookie div.first p:last-child{
        margin-right: 80px;
    }
}
#cookie div, #cookie p{
	max-width: 1200px;
	min-width: 200px;
	margin: 10px auto;
}
#cookie p{
	line-height: 1.3em;
	font-size: 0.9em;
}
#cookie a, #cookie h3{
    color:white;
}
#cookie a{
	text-decoration: underline;
	cursor: pointer;
}
#cookie a.order, #cookie a.ablehnen{
	width: 130px;
	height: 35px;
	margin: 0px auto 6px auto;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
	display:block;
    font-size: 1em;
    padding-top: 10px;
    border-radius: 4px;
    box-sizing: border-box;
}
#cookie a.order{
    background-image: linear-gradient(to top,#c60,#d83,#eb5);
}
#cookie a.ablehnen{
    background-image: linear-gradient(to top,#666,#888,#bbb);
}
#cookie div.detail{
	display: none;
	background: #333;
    padding-bottom:5px;
    border-radius: 6px;
    border: 1px solid #999;
}
#cookie div.detail h3 {
    padding: 0px 20px;
}
#cookie div.detail p {
    margin:15px;
}
#cookie .weniger{
	display: inline-block;
	float: right;
	font-size: 0.8em;
	font-weight: 700;
}

/*Übersichtsseiten und ähnliche Produkt */
#inhalt{
	margin-bottom:20px;
	overflow:visible;
}
#logo{
	padding:0px 20px;
	overflow:visible;
	width:calc(100% - 260px);
	float:right;
}
#langtext{
	padding:20px;
	text-align:justify;
	float:right;
}
#langtext p{
	margin-bottom: 20px;
}
#langtext a, #untentext a{
	text-decoration:underline;
}
#langtext li a, #untentext li a{
	line-height: 2em;
}
#logo iframe,  .banner{
	display:block;
    overflow: hidden;
    width:100%;
	padding: 20px calc(50% - 380px);
	background: #eee;
	margin: 20px auto;
	border:0px none;
	border: 1px solid var(--bordercol);
	box-sizing: border-box;
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1) inset;
}
#banner, #banner_neu{
	display:block;
    overflow: hidden;
    width:100%;
	margin: 20px auto;
	box-sizing: border-box;
	border: 1px solid var(--bordercol);
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
}
#banner_oben{
	margin-top: 0px auto 20px auto;
	position: relative;
	box-sizing: border-box;
}
#banner_oben h1{
	position: absolute;
	top:20px;
	right: 20px;
	font-size:2.6em;
	text-align: right;
	text-shadow: 1px 2px 6px black;
	color:white;
}
#banner_oben img{
	border: 1px solid var(--bordercol);
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
	width:100%;
	display:block;
}
.top {
	background-color:#b7d3e8;
}
.banner{
	margin-bottom:0px;
}
#banner img{
	width:calc(100% - 0px);
	margin:0px;
	display:block;
	/* max-width:1080px;
	box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.1);*/
}
#banner_neu img{
	width:100%;
	display:block;
}
#logo iframe{
	height:318px;
}
#logo div.numlogo {
    display: inline-block;
    margin: 8px 0px 0px 20px;
    font-size: 1.1em;
    font-weight: 700;
}
a.alle {
	color: #FFF;
	background-image: url('https://www.uhren4you.de/picto/bestellen.gif');
	background-repeat: repeat-x;
	border: 1px solid #666;
	border-radius: 4px;
	font-weight: 700;
	padding:10px;
	margin-top:10px;
	margin-right:30px;
	float:right;
}
a.alle:hover {
	background-image:url("https://www.uhren4you.de/picto/bestellenhover.gif");
	background-position:bottom;
}
#seitenmenutext{
	text-align:justify;
	line-height:1.25em;
}
.inlineblock100{
	display:inline-block;
	width:100%;
	padding:10px 0px;
}
h2.inlineblock100{
	border-top:1px solid var(--bordercol);
}
img.logo{
	display:block;
	margin:auto;
	padding-bottom:30px;
}
div.produkt {
	float:left;
	text-align:center;
	padding:0px;
	padding:20px 0px 20px 0px;
	margin-bottom:30px;
	width:calc(25% - 1px);
	line-height:1.2em;
	position:relative;
	height:460px;
	box-sizing: border-box;
}
div.produkt:hover {
	border:1px solid var(--bordercol);
	box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.1);
	overflow:visible;
	z-index:1000000;
	padding-top:19px;
	background:#efefef;
}
div.produkt:hover, div.produkt:hover .appendix, div.produkt:hover div.blende {
	background:#f0f0f0;
}
div.produkt div.infowrap{
	max-width: 193px;
	display: inline-block;
	width: 100%;
}
div.produkt .tricolor {
	max-width: 193px;
	display: inline-block;
	width: 100%;
	padding:0px;
	height:22px;
}
div.produkt .preise {
	margin:6px 0px;
	padding-bottom:12px;
}
div.produkt div.tricolor + a{
	height:270px;
	display:block;
}
div.produkt a img{
	padding:15px;
	background:white;
	max-height:240px;
	border:1px solid white;
	width: calc(100% - 33px);
	max-width: 160px;
}
div.produkt a img.logo{
	width:120px;
}
div.produkt:hover a img{
	border:1px solid var(--bordercol);
	box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.2);
}
div.produkt .sale, div.produkt .neu, div.produkt .sofort  {
	display:inline-block;
	width:33%;
	color:white;
	font-size:0.8em;
	font-weight:700;
	opacity: 0.9;
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.3) inset;
}
div.produkt .sale {
	background-color:#FF3366;
}
div.produkt .neu {
	background-color:#36F;
}
div.produkt .sofort {
	background-color:#393;
}
div.produkt .hersteller, div.produkt .gender, div.produkt .preis, div.produkt .unser, div.produkt .uvp  {
	display:block;
	margin:5px 0px;
	height:16px;
}
div.produkt .gender{
	height:40px;
	margin:0px;
	font-size:1em;
	line-height:1.3em;
}
div.produkt .hersteller {
	font-size:1.1em;
	font-weight:700;
	color:#666;
	margin:5px 0px;
}
div.produkt .hersteller small {
	font-weight:300;
}
div.produkt .unser {
	color:#AD9346;
	font-style:normal;
	font-size:0.9em;
}
div.produkt .uvp {
	text-decoration:line-through;
	color:#2D5FB0;
}
div.produkt .preis {
	font-size:1.1em;
	font-weight:700;
	margin-left:12px;
}
div.produkt div.appendix{
	width:calc(100% + 2px);
	border:1px solid var(--bordercol);
	box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.1);
	border-top:0px none;
	margin-top:-6px;
	padding-top:6px;
	padding-bottom:15px;
	margin-left:-1px;
	background-color:white;
	position:relative;
	min-height: 115px;
	box-sizing: border-box;
}
div.produkt div.appendix div{
	max-width: 193px;
	display: inline-block;
	text-align:left;
	width:100%;
}
div.produkt div.blende{
	position:absolute;
	background:white;
	height:10px;
	bottom:6px;
	width:100%;
}
div.produkt .appendix img{
	height:60px;
	width:auto;
	float:left;
	margin-top:25px;
	margin-right: 6px;
	padding: 0px;
	border: 1px solid var(--bordercol);
	box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.1);
	cursor:pointer;
}
div.produkt .submitmerkzettel{
	color:#2D5FB0;
	border:0px none;
	font-size:2.5em;
	float:right;
	text-shadow:0px 0px 6px rgba(0,0,0,0.65);
	cursor:pointer;
	margin-top:25px;
}
#vorschau_leiste {
    border-bottom: 1px solid #ddd;
    margin-bottom: 8px;
    padding-bottom: 8px;
}
#vorschau_leiste img, #vorschau_leiste a{
	float:right;
}
#vorschau img {
    width: 60px;
    margin-bottom: 5px;
    border: 0px none;
}
.vorschau_img {
    width: 220px;
    float: right;
}
.vorschau_img img {
    max-width: 200px !important;
    max-height: 500px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
    border: 0px none !important;
}
#foot{
	background:#ccc;
	display:inline-block;
	padding:20px 40px;
	border-top:2px solid var(--bordercol);
	margin-bottom: -5px;
}
#foot div {
	display:inherit;
}
#foot a:hover{
	text-decoration:underline;
}
#foot p{
	font-weight:700;
}
#foot_laden_karte{
	width: 471px;
	float:right;
	background-color:#666;
	border-radius:10px;
	border:3px solid #666;
	margin-top: 30px;
}
#foot_laden_karte img{
	border-radius:10px;
}
#foot_laden_karte p, #foot_laden_karte a{
	text-align:center;
	color:white;
	cursor:pointer;
}
#foot_laden_karte p{
	margin:6px;
}
#foot_laden_karte p small{
	text-decoration:underline;
	margin-left:10px;
}
#foot_copyr {
	margin-top:30px;
	color:#333;
	float:left;
	line-height:1.4em;
	font-size:0.8em;
}
#foot_copyr a, #foot_copyr a img{
	height:40px;
	width:40px;
	margin-right:10px;
	float:left;
	border-radius:4px;
}
#foot_copyr a img:hover, #session_last a img:hover, #foot_siegel a img:hover{
	box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
}
#foot_copyr b{
	margin:20px 0px;
	display:block;
	font-size:1.2em;
}
#session_last p {
	border:0px none;
	color:#333;
}
#session_last {
	width:100%;
}
#session_last img, #varianten img{
	max-height:75px;
	margin:10px 10px 10px 0px;
	box-shadow:2px 2px 6px 0px rgba(0,0,0,0.1);
}
#foot_siegel{
	float:right;
}
#foot_siegel a{
	display:inline-block;
	float:right;
	margin:0px 0px 0px 10px;
}
#foot_zahlarten {
	margin-bottom:30px;
}
#foot_info div{
	border-left:1px solid #888;
	padding:10px 20px;
	display:block;
	width:230px;
	height:110px;
	float:left;
	line-height:0.9em;
}
#foot_info div a{
	color:#333;
	display:inline-block;
	width:100%;
	margin-bottom:16px;
}
#foot_info div a:last-child{
	margin-bottom:0px;
}
#foot_info p{
	margin:0px;
	font-size:1.1em;
	padding:0px 0px 20px 0px;
}
#foot_info div img{
	margin-top:10px;
}
#foot_info .versand{
	border: 1px solid #666;
	border-radius: 4px;
	height: 40px;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
    margin-right:10px;
}
#foot_zahlarten span {
	display:block;
	margin-bottom:20px;
	padding-right: 20px;
}
#foot_zahlarten div {
	background-image:url("https://www.uhren4you.de/picto/zahlarten.png");
	background-repeat:no-repeat;
	height:60px !important;
	width:150px;
	border-radius:4px;
	background-color:white;
	margin-right:2%;
	margin-bottom:20px;
}
.cccback {
    background-color:transparent !important;
}
.noback {
    background-image: none !important;
}
#foot_zahlarten div:last-child {
	margin-right:0px;
}
#foot_zahlarten #amazon {
	background-position:47px 5px;
}
#foot_zahlarten #paypal {
	background-position:-385px 5px;
}
#foot_zahlarten #mastercard {
	background-position: -73px 5px;
}
#foot_zahlarten #visa {
	background-position:-214px 5px;
}
#foot_zahlarten #sofort {
	background-position:-556px 5px;
}
#foot_zahlarten #amaerican {
	background-position:-697px 5px;
}
#foot_zahlarten #maestro {
	background-position:-822px 5px;
}
#foot_zahlarten #masterpass {
	background-position:-972px 5px;
}
#foot_zahlarten #diners {
	background-position:-1114px 5px;
}
/* Kontaktsetie */
#kontakt{
	box-sizing:border-box;
	margin: 6px 20px 20px 20px;
	min-height: 300px;
	border-radius: 6px;
	box-shadow: 5px 5px 6px 0px rgba(30,30,30,0.2);
	width: calc(100% - 40px);
	border: 1px solid var(--bordercol);
}
#adresse{
	max-width: calc(75% - 180px);
	margin: 20px 50px 20px 30px;
	padding: 0px 60px 0px 0px !important;
	float: left;
	border-right: 1px solid #ddd;
	min-height:620px;
	min-width:50%;
}
#adresse+div{
	margin:20px 0px 0px 0px;
	padding: 0px;
}
#adresse+div div{
	padding:3px 0px;
	font-size:1.2em;
}
#adresse+div div b{
	font-size:0.8em;
}
#adresse+div div:first-child{
	margin-top:5px;
	padding-bottom: 0px;
}
#adresse+div div div {
	display:block !important;
	text-align:left;
	padding:4px 0px;	
}
#adresse input, #adresse textarea {
	width: calc(100% - 16px);
	padding:4px;
}
#adresse select{
	width:370px;
	padding:4px;
}
#adresse div.tabelle div div:first-child {
	min-width:130px;
	padding:6px;
}
#senden {
	margin: 20px auto;
	color: #fff;
	background-image: url("https://www.uhren4you.de/picto/bestellen.png");
	background-repeat: repeat-x;
	border: 1px solid #666;
	border-radius: 4px;
	font-weight: 700;
	height: 40px;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
	cursor: pointer;
	width:100% !important;
	max-width:240px;
	display:block;
}
#socialcontact {
	margin: 20px 0px 0px -10px;
	padding: 0px;
	float: left;
}
#socialcontact a img, #socialcontact img {
	height: 40px;
	width: auto;
	min-width: 40px !important;
	display: block;
	margin: 5px 10px 5px 0px;
	padding: 0px !important;
	float: left;
	border-radius: 4px;
}
#kontakt #adresse h2{
	margin-bottom:10px;
}
#kontakt #nachricht{
	padding: 10px;
	border: 2px solid #ddd;
	background-color: #eee;
	border-radius: 6px;
	margin:20px 0px;
	line-height:1.6em;
}
#kontakt #nachricht h3{
	margin-bottom:10px;
}
#kontakt #nachricht+div, #kontakt #nachricht+div div{
	font-size:1.1em;
	padding-left: 0px !important;
}
#varianten img, #session_last img {
    height:75px;
	width:50px;
	float:left;
    border: 2px solid white;
}
#varianten img.current {
    border: 2px solid #AD9346;
}
#prev {
    margin: auto;
    border: 1px solid #999;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
#prev, #prev_wir {
    z-index: 2000000;
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    margin: -100px 0px 0px -50px;
    overflow: visible;
    border: 2px solid #ccc;
    border-radius: 10px;
    padding: 14px;
    background-color: white;
}
#close_prev {
    width: 20px;
    height: 20px !important;
    position: absolute !important;
    top: 10px;
    right: 10px;
    cursor: pointer;
    background-image: url("https://www.uhren4you.de/picto/close_prev.png");
}
#main_img_prev, #main_img_hidden, #main_img_garantie{
	visibility:hidden;
	display:none;
}
/* Vorschau Übersichtsseiten*/
#ambi_img {
    visibility: hidden;
    position: absolute;
    top: 130px;
    left: 220px;
    margin: auto;
	margin-right: auto;
	margin-left: auto;
    height: 10%;
}
#ambi_txt {
    visibility: hidden;
    width: 190px;
    height: 30px;
    background-color: #eee;
    color: #fff;
    font-weight: 700;
    text-shadow: 1px 1px 4px #333;
    margin: -10px 0px 0px 10px;
    padding: 20px 0px 0px 10px;
}
#main_img {
    background-color: #eee;
}
div#vorschau {
    width: 90px;
    max-height: 400px;
    overflow-y: auto;
    float: left;
    margin: 20px 10px 10px 10px;
}
.vorschau_img {
    width: 220px;
    margin-top: 30px;
    float: right;
}
.vorschau_img img {
    max-width: 200px !important;
    max-height: 700px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
    border: 0px none !important;
}
#prev {
    margin: auto;
    border: 1px solid #999;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
#prev, #prev_wir {
    z-index: 2000000;
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    margin: -100px 0px 0px -50px;
    overflow: visible;
    border: 2px solid #ccc;
    border-radius: 10px;
    padding: 14px;
    background-color: white;
}
#neuesjahr {
    z-index: 100000000;
    position: relative;
    margin-top:-2px;
    color: #fff;
    /*background-color: #7f0504;*/
   	background-color: white;
    width:100%;
    text-align: center;
    display: block;
    font-size: 1.4em;
	background-image:url("https://www.uhren4you.de/picto/xmastree.jpg");
	line-height:1.5em;
}
#neuesjahr div{
	padding:10px 0px;
    background-image: url('https://www.uhren4you.de/picto/schnee1.png'),url('https://www.uhren4you.de/picto/schnee2.png'),url('https://www.uhren4you.de/picto/schnee3.png');
	animation: schnee 25s linear infinite;
}
#neuesjahr p span{
	font-variant:small-caps;
}
#neuesjahr p b:first-child{
	letter-spacing:0.2em;
}
#neuesjahr div p{
    display: inline;
	width:100%;
}
#weihnachten_top{
	background-color: #15273a;
	height: 120px;
	box-sizing: border-box;
    background-image: url('https://www.uhren4you.de/picto/schnee1.png'),url('https://www.uhren4you.de/picto/schnee2.png'),url('https://www.uhren4you.de/picto/schnee3.png');
	animation: schnee 25s linear infinite;
	position: relative;
}
#weihnachten_top > div{
	color:white;
	width: 60%;
	height: 100%;   
	float: left;
}
#weihnachten_top > div a{
	color:white;
	text-decoration: underline;
}
#weihnachten_top > div:first-child{
	background-image:url("https://www.uhren4you.de/picto/weihnachten_top.jpg");
	background-repeat: no-repeat;
	background-position: left;
    width: 40%;
}
#weihnachten_top > div:first-child div{
	font-size: 1.9em;
	float: right;
	text-align: center;
	margin: 20px 20%;
	text-shadow: 0px 0px 9px white;
	text-shadow: 0px 0px 2px black;
}
#weihnachten_top > div:last-child{
	background-image:url("https://www.uhren4you.de/picto/weihnachten_top_right.jpg");
	background-repeat: no-repeat;
	background-position: right;
}
#weihnachten_top > div:last-child div:first-child{
	font-size: 1.6em;
	text-align: left;
	margin: 19px;
	line-height: 1.6em;
	text-shadow: 0px 0px 2px black;
}
#weihnachten_top > div:last-child .exit{
	position: absolute;
	top:25px;
	right:3px;
	cursor: pointer;
	opacity: 0.7;
}
#weihnachten_top > div:last-child .sternchen{
	position: absolute;
	bottom:3px;
	right:3px;
}
#weihnachten_top > div:last-child .exit img{
	height: 13px;
	margin-bottom: -2px;
}
@media all and (max-width: 1000px) {
	#weihnachten_top > div:first-child{
		width: 40% !important;
	}
	#weihnachten_top > div:first-child div{
		font-size: 1.9em;
		margin: 20px 15%;
	}
	#weihnachten_top > div:last-child{
		width: 60% !important;
	}
	#weihnachten_top > div:last-child div:first-child{
		font-size: 1.5em;
		margin: 15px;
		line-height: 1.7em;
	}
}
@media all and (max-width: 800px) {
	#weihnachten_top > div:first-child div{
		font-size: 1.5em;
		margin: 20px 15%;
	}
	#weihnachten_top > div:last-child div:first-child{
		font-size: 1.1em;
		margin: 15px;
		line-height: 1.5em;
	}
	#weihnachten_top{
		height: 100px;
	}
}
/*#neuesjahr div p:first-child {
    float: left;
    margin-left: 30px;
}
#neuesjahr div p:last-child {
    float: right;
    margin-right: 30px;
}
#neuesjahr div p b {
    margin: 20px;
}*/
#logo h1{
	padding:0px !important;
}
#body div.inline, #body div.full {
    display: inline-block;
    overflow: hidden;
    padding: 0px 20px;
    margin-bottom: 20px;
}
#body div.inline {
	width: calc(50% - 50px);
	vertical-align:top;
}
#body div.inline h2, #body div.inline h3, #body div.full h2, #body div.full h3{
	margin-top:0px;
}
#body div.inline p + h2, #body div.inline p + h3, #body div.full p + h2, #body div.full p + h3{
	margin-top:10px;
}

#body div.inline h3{
	margin-bottom:10px;
}
#body div.inline h1{
	margin-left:0px;
	padding:0px !important;
}
/* Wir Seite */
#wir_entree{
	margin-bottom:20px;
}
#wir_entree #banner p{
	margin:20px;
	font-weight:700;
}
#wir_vorschau{
	background-color:#333;
	display:block;
	padding:10px;
}
#wir_vorschau div{
	padding:0px !important;
	height:130px;
	overflow:hidden;
	margin-bottom:10px;
}
#wir_vorschau div:first-child, #wir_vorschau div:last-child{
	height:260px;
}
#wir_vorschau div:last-child{
	margin-bottom:0px;
}
#wir_vorschau img{
	display:inline-block;
	width:233px;
	float:left;
	margin:0px;
	margin-right:10px;
	cursor:pointer;
}
#wir_vorschau img:last-child{
	margin-right:0px;
}
#wasserdicht{
	margin:20px auto;
}
#wasserdicht td{
	border:1px solid var(--bordercol);
	padding:6px;
	text-align:center;
}
#wasserdicht td:first-child{
	text-align:right;
	width:200px;
}
/* Wunschzettel */
#warenkorb{
	margin:20px auto;
	max-width:1000px;
}
.wk{
	border:1px solid var(--bordercol);
	padding:20px;
	margin:10px;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
}
.wk:last-child{
	margin-bottom:20px;
}
.wk img{
    float: left;
    display: inline-block;
    margin:20px;
}
.wk table {
    float: right;
	margin-right:20px;
}
.berechnen{
	color: #fff;
	background-image: url("https://www.uhren4you.de/picto/bestellen.png");
	background-repeat: repeat-x;
	border: 1px solid #666;
	border-radius: 4px;
	font-weight: 700;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
	cursor: pointer;
	margin:10px 0px 0px 0px;
	width: 140px !important;
	float: right;
	text-align:center;
	padding:6px;
}
.loeschen{
	background-image: url("https://www.uhren4you.de/picto/weitereinkaufen.gif");
}
#foot_zahlarten{
	width:100%;
}
/* showroom */
#ambiente, #thumbswrap {
	display:inline-block;
	height:690px;
	margin:0px;
	background: linear-gradient(rgba(250,250,250,1) 0%, rgba(218,218,218,1) 100%);
}
#ambiente {
	float:left;
	margin-right:10px;
	width:470px;
}
#ambiente.simulator {
	width:450px;
	margin-right:0px;
}
#ambiente iframe{
	width:100%;
	height:100%;
	border:0px none;
}
#thumbswrap{
	width: calc(100% - 452px);
	position: relative;
}
#thumbswrap select{
	margin:20px 0px 6px 0px;
	padding:2px;
	width:250px;
	font-size:1em;
}
#thumbs {
	height:616px;
	overflow-y: scroll;
	box-shadow: 2px 2px 20px rgba(0,0,0,0.4) inset;
}
#thumbs span{
	display:inline-block;
	width:120px;
	text-align:center;
	margin:3px;
	padding-bottom:10px;
	border:1px solid #ccc;;
	background-color:#fff;
}
#thumbs span img{
	cursor:pointer;
	max-width:120px;
	padding-bottom:10px;
}
#thumbs span img:hover {
	box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.2), 0px 6px 10px 0 rgba(0, 0, 0, 0.19);	
}
#simkategorie {
    position: absolute;
    top: 0px;
    right: 20px;
}
#simlink {
    position:absolute;
    top:17px;
    left:calc(50% - 90px);
    display: inline-block;
}
#simlink a {
    display: inline-block;
    background-color: #aaa;
    text-align: center;
    font-size: 1em;
    border: 1px solid #999;
    padding: 5px 8px;
    border-radius: 4px;
    background-image: url("https://www.uhren4you.de/picto/verlauf.jpg");
    background-repeat: repeat-x;
}
#showroom{
	display: block;
	margin: auto;
	max-width: 990px;
	margin-top:20px;
	margin-bottom:40px;
	padding:0px;
	box-shadow:2px 2px 8px 0px rgba(0,0,0,0.1);
	background: linear-gradient(rgba(250,250,250,1) 0%, rgba(218,218,218,1) 100%);
	border:1px solid var(--bordercol);
	position:relative;
}
#pkfirst, #linkfirst {
    visibility: hidden;
}
/* Ambiente Button in Seitenmenu */
.goldtxt {
    color: #AD9346;
    text-shadow: 1px 1px 4px #fff;
    font-size: 1.2em;
	text-align:center;
}
.greywhite {
    background-image: url("https://www.uhren4you.de/ambiente/ambiente_bckg.png");
    background-position: center;
    opacity: 0.8;
}
.schnee div p small, .schnee div p small b {
    font-size: 0.85em !important;
    color: white !important;
    line-height: 1.3em;
}
/* Überschriften h1 auf Topebene */
.pleft20{
	padding-left:20px !important;
}
/* Grosshandelsseite */
#kontaktanfrage input, #kontaktanfrage textarea{
	display:block;
	margin:10px;
	margin-left:0px;
	width:calc(100% - 20px);
	max-height:180px;
	padding:3px;
}
.imgborder{
	border:1px solid #ccc;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
}
#atomuhr img{
	margin:0px auto 20px auto;
	display:block;
}
#atomuhr p{
	margin-bottom:10px;
	line-height:1.4em;
}
#blogspot {
	display:block;
	width:80%;
	box-sizing: border-box;
	border:1px solid var(--bordercol);
	box-shadow:2px 2px 8px 0px rgba(0,0,0,0.1);
	margin-bottom:20px;
	min-height:700px;
	padding:0px 20px;
	margin:auto;
}
#blogspot div{
	margin:20px 0px;
}
#blogspot img{
	max-width:226px;
	width:25%;
}
#blogspecial {
	border:1px solid var(--bordercol);
	box-shadow:2px 2px 8px 0px rgba(0,0,0,0.1);
	padding:0px 20px;
}
#blogspecial h3, #blogspot h3{
	text-align:left;
	font-size:1.8em;
}
#blogspot img, #blogspecial img{
	border-radius:6px;
	border:1px solid var(--bordercol);
}
#blogspecial img{
	width:75%;
	margin-bottom:20px;
}
#blogspot div.vorschau img{
	max-height:360px;
	max-width:580px;
	width:60%;
}
#blogspot span {
	width:71%;
}
#blogspecial span {
	width:22%;
}
#blogspot span, #blogspecial span {
	display:inline-block;
	float:right;
}
#blogspot div.vorschau span{
	width:35%;
}
#blogspot a, #blogspecial a {
	font-size:1.2em;
	color:#2d5fb0;
	margin:0px 0px 8px 0px;
	text-decoration:none;
	word-wrap:break-word;
}
a.mehrlesen{
	display:block;
	font-size:1em !important;
	font-weight: 600;
    line-height: 1.7em;
}
#blogspot a:hover {
	text-decoration:underline;
}
#blogspot .weiter{
	bottom: 10px;
	right: 10px;
	display: inline-block;
	position: absolute;
}
#blogspot small, #blogspecial small {
	font-size:0.75em;
	display:block;
	margin: 2px 0px 8px 0px;
	color:var(--headercol);
}
#blogspot small a {
	color:var(--headercol);
}
#untentext{
	margin:20px;
	margin-left:-200px;
}
.paypalbtn {
	background-image:url("https://www.uhren4you.de/picto/checkout-logo-large-de.png") !important;
	background-position:center !important;
	background-repeat:no-repeat !important;
	height:36px !important;
	background-color:#ffc439;
	margin:20px 0px 12px 40px !important;
	max-width:178px;
}
.paypalbtn_d {
	background-image:url("https://www.uhren4you.de/picto/checkout-logo-large-de.png") !important;
}
.paypalbtn_e {
	background-image:url("https://www.uhren4you.de/picto/checkout-logo-large-en.png") !important;
}
.paypalbtn_f {
	background-image:url("https://www.uhren4you.de/picto/checkout-logo-large-fr.png") !important;
}
.paypalbtn_i {
	background-image:url("https://www.uhren4you.de/picto/checkout-logo-large-it.png") !important;
}
.paypalbtn_p {
	background-image:url("https://www.uhren4you.de/picto/checkout-logo-large-pl.png") !important;
}
.paypalbtn_r {
	background-image:url("https://www.uhren4you.de/picto/checkout-logo-large-es.png") !important;
}
.paypalbtn_s {
	background-image:url("https://www.uhren4you.de/picto/checkout-logo-large-se.png") !important;
}
#AmazonPayButton, #AmazonPayButton img {
	max-width: 178px;
}
#AmazonPayButton{
	margin-left: 40px;
}
/*/ Stundenschlag /*/
iframe#analog{
	height: 300px;
	width: 300px;
	display: block;
	margin: auto;
	margin-bottom: auto;
	margin-bottom: 30px;
}
div#chimes div{
	margin:10px 0px;
	cursor:pointer;
	display:inline-block;
	width:130px;
	border:1px solid #999;
	border-radius:4px;
	padding:10px;
	margin-right:20px;
	box-shadow:3px 3px 6px rgba(0,0,0,0.3);
	text-align:center;
}
div#chimes div b{
	display:inline-block;
	float:left;
	color:#999;
	margin-left:5px;
	margin-top:-2px;
	font-weight:bold;
	font-size:1.1em;
}
@keyframes schnee{0%{background-position:0px 0px,0px 0px,0px 0px}100%{background-position:500px 1000px,400px 400px,300px 300px}}