@font-face {
  font-family: 'Roboto';
  font-display: swap;
  unicode-range: U+000-5FF;
  src: url('roboto.woff2') format('woff2');
}

@font-face {
  font-family: 'Kalam';
  font-display: swap;
  unicode-range: U+000-5FF;
  src: local('Kalam'), url('kalam.woff2') format('woff2');
}

html, body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

body {
	font-family:'Roboto', sans-serif;
	color:#606060;
	background-color:#285838;
	line-height:26px;
	word-wrap: break-word;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

h1, h2, h3, h4, h5, h6, input, select {
	font-family:'Roboto', sans-serif;
	text-align:center;
	hyphens:none;
	-moz-hyphens: none;
	-o-hyphens: none;
	-webkit-hyphens: none;
	-ms-hyphens: none;
}

h1 {
	font-size:6vw;
	line-height:7vw;
	color:#1c6F3e;
	color:#285838;
	color:#506050;
	opacity:0.9;
	text-shadow: 2px 2px 2px #A0A0A0;
}

h2 {
	font-size:18px;
	line-height:30px;
}

h3 {
	font-size:16px;
	margin-bottom:10px;
}

h4 {
	font-size:20px;
	font-weight:normal;
	margin-bottom:10px;
}

hr{
		border: 1px solid #A0A0A0;
		margin: 8px 0 8px 0;
}


hr.notlast:last-of-type{
	display:none;
}


a {
	color:#0000FF;
	text-decoration:none;
}

a:hover div:not(.image), a:hover span {
	background-color:#C0C0B0;
}


a:hover{
	text-decoration:none;
}

a:visited {
	color:#0000FF;
}


li {
	margin-bottom:10px;
}

ol>li {
	margin-top:40px;
}


header #header1 {
	grid-area:header;
	display:grid;
	width:100%;
	height:85px;
	grid-template-columns:50px 1fr 185px 1fr 50px;
}

header #header2 {
	grid-area:header;
	display:none;
	width:100%;
	height:85px;
	grid-template-columns:50px 1fr 315px 1fr 50px;
}

header #header5 {
	grid-area:header;
	display:none;
	width:100%;
	height:130px;
	grid-template-columns:50px 1fr 450px 1fr 450px 1fr 50px;
}

header #header1 img, header #header2 img, header #header5 img {
	width:100%;
	height:inherit;
}

header .advertise {
	font-family:Kalam;
	font-size:22px;
	/*font-weight:bold;*/
	width:432px;
	color:#ffffff;
	opacity:0;
	animation:fadeIn ease-in 1;
	animation-delay: 1s;
	animation-fill-mode:forwards;
	animation-duration:0.5s;
}

@keyframes fadeIn {
	from {opacity:0;}
	to {opacity:0.5;}
}

.handscript {
	text-align:left;
	font-family:Kalam;
	font-size:22px;
	color:#000000;
	opacity:0.5;
	hyphens: none;
	-moz-hyphens: none;
	-o-hyphens: none;
	-webkit-hyphens: none;
	-ms-hyphens: none;
}

header #header2 .advertise {
	position:absolute;top:77px;
	text-align:left;
}

header #header5 .advertise {
	position:absolute;top:123px;left:12px;
	text-align:right;
}


#center {
	width:100%;
	max-width:1200px;
	display:grid;
	margin:20px auto 0 auto;
	grid-template-rows:1fr;
	grid-template-columns:1fr;
	grid-template-areas:"header" "content" "navh" "navv" "footer";
}

#dsc {
	height:38px;
	display:flex;
	align-items:center;
	justify-content:space-between;
}


#search {
	display:flex;
	justify-content:space-between;
	width:50%;font-family:Arial;
	font-weight:bold;
}

#search form {
	width:90%;
}

#search input {
	border:none;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	background-color:transparent;
	opacity:0;
}

#search a {
	margin:4px 4px 0 0;
}

#search img {
	width:24px;
	height:26px;
}

.foundin {
}

.foundin + ul {
	font-family:Arial;
	font-size:12px;
}


nav {
	font-family:Arial;
	color:#0000FF;
	font-size:12px;
	letter-spacing:1px;
	hyphens:none;
	-moz-hyphens: none;
	-o-hyphens: none;
	-webkit-hyphens: none;
	-ms-hyphens: none;
}

nav#navh{
	grid-area:navh;
	display:none;
	z-index:2;
	background-color:#E0E0D0;
	border-top: 1px solid black;
	min-height:20px;
	padding:7px 0 7px 4px; 
}

nav#navh div{
	display:inline-block;
	padding:0 7px 0 7px;
}

nav#navv{
	grid-area:navv;
	z-index:1;
	padding:10px 15px 10px 15px;
	background-color:#E0E0D0;
	border-left: 1px solid black;
	border-right:1px solid #808080;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	text-align:center;
}
nav#navv div{
		margin:20px 0 20px 0;
}

nav .navself {
	color:#FF0000;
}

nav .delimiter {
	color:#606060;
}


main {
	grid-area:content;
	z-index:3;
	background-color:#F0F0E0;
	border-bottom: 1px solid black;
	text-align:center;
}

main.pad {
	padding:0 20px 20px 20px;
}

main #datetime {
	font-family:Arial;
	font-size:10px;
}

main #cartbutton {
	text-align:right;
}
main #cartbutton img{
	height:24px;
	width:24px;
	margin-top:6px;
}

main #maintitles {
	max-width:600px;
	margin: 0 auto 0 auto;
}

main #maintitles h1{
	margin-top:0;
	margin-bottom:0;
}


footer {
	grid-area:footer;
	text-align:center;
	color:#D0D0D0;
}



.plain {
	text-align:left;
	max-width:750px;
	margin:20px auto 0 auto;
}

.child {
	display:inline-grid;
	/* grid-template-rows:1fr 1fr 1fr; */
	grid-template-columns:1fr;
	grid-template-areas:"top" "image" "bottom";
	width:200px;
	/* height:400px; */
	background-color:#FFFFFF;
	padding:10px 15px 10px 15px;
	margin: 10px;
}

.child  .top {
	grid-area:top;
	text-align:center;
	align-self:start;
	hyphens:none;
	-moz-hyphens: none;
	-o-hyphens: none;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	margin-bottom:10px;
}

.child  .image {
	grid-area:image;
	align-self:center;
}

.child  .bottom {
	grid-area:bottom;
	text-align:left;
	font-family:Arial;
	font-size:13px;
	line-height:20px;
	align-self:end;
}

.detail .name {
	font-size:18px;
	font-weight:bold;
	margin-top: 20px;
    text-align: center;
	text-decoration:underline;
}
.detail hr {
	border: 1px dashed #C0C0C0;
}

.detail hr:first-child {
	border: 1px solid #A0A0A0;
}
 
.detail .accessory {
	display:flex;
}

.detail .accessory .description {
	margin:20px 20px 0 0;
}

.error {
	background-color:#FFE0E0;
	text-align:center;
	padding:20px;
}


div.list {
	display:inline-block;
	background:#FFFFFF;
	vertical-align:top;
	margin:10px;
	width:250px;
}

div.list div.description {
	line-height: 20px;
	font-size:12px;
}

#product {
	display:inline-grid;
	min-width:70%;
	text-align:center;
	grid-template-areas:"image" "right" "details";
}

#product #layers>div.header {
	background-color:#F0F0F0;
	font-size:14px;
	letter-spacing:1px;
	font-weight:bold;
	line-height:18px;
	margin-bottom:6px;
	padding: 5px 0 5px 0;
}

#product #layers .property {
	background-color:#F0F0F0;
	font-size:13px;
	text-align:center;
	margin-bottom:6px;
}

#product  #layers .description  {
	line-height:15px;
	font-size:11px;
	text-align:left;
	padding:5px;
}

#product  #layers .description  .header {
	font-size:13px;
	text-align:center;
	font-weight:bold;
	text-decoration:underline;
	margin-bottom:6px;
}


#product .property {
	display:grid;
	grid-template-areas:"label select" ;
	grid-template-columns:3fr 2fr;
	padding:0px 5px 10px 5px;
}

#product .property label {
	grid-area:label;
}

#product .property select {
	grid-area:select;
	font-size:12px;
}

#product .image {
	grid-area:image;
	justify-self:center;
	padding:1vw 1vw 0 1vw;
	margin:auto;
}

#qproduct #mainimage {
	object-fit:contain;
	max-height:100%;
}

#product #details  {
	grid-area:details;
	/* max-width:700px; */
	text-align:left;
	padding:10px 3vw 0 3vw;
}

#product #details #description {
	/* max-width:500px; */
}

#product #rightwrap {
	grid-area:right;
	text-align:center;
	background-color:#E0E0D0;
	border-radius:0 8px 8px 0;
	padding:0 7px 0 7px;	
}


#product  #priceinfo>table{
	width:100%;
	padding:3px;
	font-size:11px;
}

#product #priceinfo tr{
	line-height:18px;
	vertical-align:middle;
	margin-bottom:6px;
}

#product  #price {
	font-size:16px;
	font-weight:bold;
}

#product  .sku {
	padding-top:15px;
}


#product .sku,
#product .brand,
#product .availability,
#product .incart,
#product .mwst ,
#product .shipping {
	font-size:13px;
}

#product .shipping {
	line-height:15px;
}


#product #cart {
	font-size:11px;
}


#product #cart form{
	display:inline;
}

#product #cart input{
	display:inline;
	margin:0;
	border:1px solid #A0A0A0;
	text-align:center;
}

#selectattribs input[type=submit], #inputqty input[type=submit] {
	width:100%;
	font-size:13px;
	color:#606060;
	background: #F0F0F0;
	border:0;
	margin:0;
	padding:5px;
}

#product .selattr{
	border:1px solid #A0A0A0;
}


#cart input {
	border:1px solid #A0A0A0;
}

#cart tr th {
	hyphens:none; }
#cart th:nth-child(1),
#cart th:nth-child(2) {
	text-align:center; }
#cart th:nth-child(3) {
	text-align:left; }
#cart th:nth-child(4),
#cart th:nth-child(5) {
	text-align:right; padding:5px 15px 15px 0; }

#cart tr th:nth-child(1),
#cart tr th:nth-child(2),
#cart tr th:nth-child(3) {
	padding:5px 0 15px 0; }

#cart tr th:nth-child(1) {
	width:60px; }
#cart tr th:nth-child(2) {
	width:50px; }
#cart tr th:nth-child(3) {
	min-width:100px; }
#cart tr th:nth-child(4),
#cart tr th:nth-child(5) {
	width:80px; }

#cart tr.item td {
	vertical-align:top;line-height:18px;padding:0px 5px 20px 0;
}
#cart td:nth-child(1),
#cart td:nth-child(2) {
	text-align:center;
}
#cart td:nth-child(3) {
	text-align:left;
}
#cart td:nth-child(4),
#cart td:nth-child(5) {
	text-align:right; }

#cart .posttext {
	font-size:11px;
	line-height:16px; }




@media only screen and (min-width:520px){
	header #header1 {display:none;}
	header #header2 {display:grid;}	
	header #header5 {display:none;}

	nav#navh{
		display:inline;
	}

	#product {
		grid-template-columns:1fr 150px;
		grid-template-areas:"image right" "details right";
	}

	#product .property {
		grid-template-areas:"label" "select" ;
		grid-template-columns:1fr;
	}


}

@media only screen and (min-width:720px){

	h1 {
		font-size:4vw;
		line-height:5vw;
	}
	
	h2 {
		font-size:2vw;
	}
	
	#center {
		grid-template-rows:auto auto 1fr auto;
		grid-template-columns:180px 1fr;
		grid-template-areas:"header header" "navv navh" "navv content" "footer footer";
	}
	
	/* main,nav#navh,nav#navv {
		box-shadow: 8px 8px 10px #404040;
	}*/
	
}

@media only screen and (min-width:1000px){

	h1 {
		font-size:3vw;
		line-height:4vw;
	}
	
	h2 {
		font-size:2vw;
	}
	
	header #header1 {display:none;}
	header #header2 {display:none;}
	header #header5 {display:grid;}
	
	#center {
		grid-template-rows:auto auto 1fr auto;
		grid-template-areas:"header header" "navv navh" "navv content" "footer footer";
	}
	main,nav#navh,nav#navv {
		box-shadow: 8px 8px 10px #404040;
	}
}

@media only screen and (min-width:1220px){

	nav#navv {	
		border-radius:10px 0 0 10px;
		line-height:20px;
	}
	nav#navh {	
		border-radius:0 10px 0 0;
	}
	main {	
		border-radius:0 0 10px 0;
	}
	h1 {
		font-size:40px;
		line-height:50px;
	}

	h2 {
		font-size:24px;
	}
}

@media print {
		#center {
		grid-template-areas:"content";
	}

  nav,header,footer {
    display: none;
  } 

	#product {
		grid-template-columns:1fr 150px;
		grid-template-areas:"image right" "details right";
	}

	}

img.gallery {
	line-height:0;
	border:10px solid #FFFF;
	margin:5px;
	vertical-align:top;
}


figure {
	margin:10px;
	padding:0;
}

figure.image img {
	border-radius: 6px;
	max-width:100%;
}

figure.image figcaption {
	font-size: 11px;
	text-align: center;
	font-style: italic;
	line-height:14px;
}

#specs {
	padding:0px;
	margin:20px auto 0 auto;
	background-color:#F8F8F0;
	border-spacing: 0;
	/*
	min-width:200px;
	max-width:500px;
	*/
	width:100%;
	border-collapse: separate;
}

#specs  tr{
	background-color:#F0F0E0;
	line-height: 25px;
	font-size: 13px;
}

#specs  tr:nth-child(2n) {
	background-color:#E0E0D0;
}

#specs  td.name{
	text-align:left;
	padding: 5px 5px 5px 10px;
}

#specs  td.value{
	text-align:right;
	padding: 5px 10px 5px 5px;
}



#address {
	text-align:center;
}

#billto, #shipto {
	display:inline-block;
	vertical-align:top;
	width:260px;
	margin-bottom:30px;
	margin:0 15px 0 15px;
}

#billto>*, #shipto>* {
	box-sizing: border-box;
	text-align:left;
	font-size:16px;
	line-height:22px;
	border:0;
	padding:5px;
	margin:2px;
}


input[type=text] {
	border:1px solid #A0A0A0;
}

input[type=submit] {
	background-color:#1c6F3e;
	color:#FFFFFF;
	font-size:14px;
	padding:10px;
	margin: 10px;
}

input[type=submit]:hover{
	background: #50A070;
}


input[type="radio"] {
    width: 18px;
    height: 18px;
    margin-right: 8px;
	vertical-align:text-bottom;
    cursor: default;
}



h3.payment,h3.shipment  {
	text-align:left;
}

.info {
	margin-left:30px;
}

::placeholder {
	color:#000000;
	font-size:12px;
}


#payment, #shipment {
	margin: 0 8px 0 116px; display:flex; justify-content:space-between}


#product, #billto, #shipto, #payments, #shipments, #cart:not([noframe]), #order, .submit1 input, .child, div.list{
	border:2px solid #A0A0A0;
	border-radius:8px;
	box-shadow: 5px 5px 5px #808080;
}

#product, #payments, #shipments, #cart, #order {
	background-color:#FFFFFF;
}

#billto,#shipto,#payments,#shipments,#specs {
	margin-bottom:25px;;
}

#payments,#shipments,#order {
	padding:0 15px 20px 20px;
}

#cart {
	padding:5px 10px 10px 10px;
}

#product,#payments,#shipments, #cart, #order {
	font-size:16px;
	text-align:left;
}

#payments,#shipments {
	max-width:450px;
}

#product, #payments,#shipments,#cart, #order {
	margin:0 auto 20px auto;
}

#cart, #order {
	max-width:650px;
	text-align:left;
}

.downloadlink {
	width: inherit;
	display:flex;
	align-items:center;
}

.downloadlink .pre{
	white-space:nowrap;
}


.downloadlink img{
	width:60px;
	height:60px;
	margin-left:10px;
	margin-right:10px;
}

.small{
	font-family:Arial;
	font-size:10px;
	line-height:12px;
}

.incvat {
  font-size:12px;
  font-weight:normal;
}

.submit1 {
	text-align:center;
}
.submit1 input {
	background-color:#1c6F3e;
	color:#FFFFFF;
	font-size:14px;
	letter-spacing:1px;
	padding:10px;
	margin:10px;
}

.submit1 input:hover {
	background: #50A070;
}


.ordererror {
	color:#FF0000;
	background-color:#FFE0E0;
	display:inline-block;
	font-weight:bold;
	padding:20px;
	margin-bottom:30px;
}

.keyno {width:80px;}
.iban {width:180px; }
.getaddress {line-height:21px;}
.subtext {font-family:Tahoma,Verdana,Arial,sans-serif; font-size:11px; line-height:18px; }

ul.procon {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

ul.procon li {
  padding-left: 27px;
  text-indent: -27px;
}

 ul.procon li.plus:before  {
  content: "+";
	color:green;
	font-weight:bold;
	font-size:250%;
	position: relative;
	line-height:0;
	vertical-align:baseline;
	bottom:-0.2em;
	padding-right: 6px;
}

 ul.procon li.minus:before  {
  content: "-";
	color:red;
	font-weight:bold;
	font-size:250%;
	position: relative;
	line-height:0;
	vertical-align:baseline;
	bottom:-0.2em;
	padding-left: 2px;
	padding-right: 8px;
}

.daily_rate {
	font-style: italic;
	text-decoration:underline;
}

#ratings>div{
	font-weight:bold;
}

.rating .comment {
	text-align:left;
	font-family:Kalam;
	font-size:22px;
	color:#0000E0;
}

.rating .author, .rating .stars {
	text-align:left;
	font-family:Arial;
	font-size:12px;
}
