/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select::-ms-expand {
    display: none;
}

img.pwVisIcon {
	position:relative;
	left:-1.5rem;
	vertical-align: middle;
	cursor: pointer;
}

a.cart {
	background:url(/images/icon_cart.gif) no-repeat;
	padding-left:1.375rem;
}

/* ************************************************ */
/*      SELECT 									 */
/* ************************************************ */


/* ************************************************ */
/*      INFO BOX									 */
/* ************************************************ */
/* http://www.selfhtml5.org/2012-css3/10-praktische-css3-div-boxen-designs/ */

div.boxinfo {
	background-color: #FDFDEF;
  border: 0.0625rem solid #EBE9C5;
  border-radius: 0.25rem;
  padding: 0.625rem;
  margin-bottom:0.625rem;
  margin-top:0.625rem;
  border-radius: 0.25rem;
}
div.box-ok, div.box-error, div.box-exclamation {
	background-color: #FDFDEF;
  border: 0.0625rem solid #EBE9C5;
  border-radius: 0.25rem ;
  padding: 0.75rem 0.625rem 0.75rem 3.438rem;
  margin-bottom:0.625rem;
  margin-top:0.625rem;
  background-repeat: no-repeat;
  background-position: 0.625rem 0.6875rem;
  line-height:1.6em;
  min-height:2.0em;
  border-radius: 0.25rem;
}

div.box-ok {
  background-image: url('/images/icon-ok.png');
}

div.box-error {
  background-image: url('/images/icon-error.png');
}

div.box-exclamation {
  background-image: url('/images/icon-valid.png');
}

div.box-exclamation > span {
	display: table-cell;
	vertical-align: middle;
	min-height: 3em;
}

div.boxbasic {
	background: #f5f5f5;
	border: 0.0625rem solid #e5e5e5;
	padding: 0.625rem;
	padding-left: 0.9375rem;
	margin-top:0.625rem;
	margin-bottom:0.9375rem;

	border-radius: 0.25rem;
}
div.boxbasic,
div.boxbasic li,
div.boxbasic a {
	font-size:0.875rem;
}

/* ************************************************ */
/*      DIV with 3 images in a row									 */
/* ************************************************ */

#homeawards div,
#homescreenshots div {
	width:100%;
	text-align:center;
}

#homeawards a,
#homescreenshots a {
	width:32%;
	display: inline-block;
}

#homeawards img,
#homescreenshots img {
	vertical-align:middle;
  max-width: 100%;
  height: auto;
}

#homeawards img {
  padding-left: 0.25rem;
}


/* ************************************************ */
/* AWARD MULTI COLUMN 																		*/
/* ************************************************ */

div.awardmulticol  {
	xxwidth:100%;
	xxborder:0.0625rem solid black;
}

div.awardmulticol div {
	float: left;
	width:11.875rem;
	height:10rem;
  display: flex;
  justify-content: center;
  align-items: center;
}


/* ************************************************ */
/* DOWNLOAD 						 													*/
/* ************************************************ */

table.download {
	width:100%;
	border: 0.0625rem solid #dddddd;
	xxborder-collapse:collapse;
	padding:0;
	xxline-height:1.375rem;
}

table.download > thead > tr > th {
	font-weight: bold;
	font-size:0.875rem;
	background-color:#e9e9e9;
	border-bottom:0.0625rem solid #dddddd;
	letter-spacing:0.0625rem;
}

table.download > tbody > tr:last-child > td {
	border:0;
}

table.download tr td:first-child {
	width: 25%;
	border-right:0;
}

table.download tr:hover td {
	xxbackground-color:#f5f5f5;
}

table.download td img.clean {
	margin-left:0.9375rem;
	vertical-align:top;
}

table.download td img.bit3264 {
	margin-top:0.1875rem;
	margin-right:0.625rem;
}

table.download td img.secure {
	float:left;
	margin-right:0.625rem;
	width:1.5rem;
	height:1.5rem;
}


table.download td ul {
	margin:0;
	padding:0;
}

table.download td img.winlogo {
	vertical-align:middle;
}

table.download td img.filetype {
	vertical-align:middle;
}

table.download td {
	vertical-align:top;
	padding: 0.375rem;
	background-color: #fffefe;
	border-bottom:0.0625rem dashed #dddddd;
	background-color:#fbfbfb;
}

a.download {
	display: inline-block;
	background: #e9e9e9 url(/images/dl.png) 0.5625rem 0.4375rem no-repeat;
	border-radius: 0.1875rem;
	text-decoration: none;
	text-align: right;
	padding: 0.125rem 0.625rem 0.0625rem 1.5625rem;
	margin: 0.5rem 0.375rem 0.625rem 0;
	font-size:0.688rem;
	color: black;
	border: 0.0625rem solid #d9d9d9;
	outline: 0 none;
	cursor: pointer;
	text-transform:uppercase;
	letter-spacing: 0.0625rem;
}

a.download:visited,
a.download:link{
	text-decoration: none;
	xxcolor: d9d9d9;
	color: black;
}
a.download:hover {
	background-color: #f5f5f5;
	text-decoration: none;
	color: black;
}
a.download:active {
	background-color: #e9e9e9;
	text-decoration: none;
	color: black;
}

img.dll {
	padding-bottom:0.1875rem;
}

#file-info {
	margin-top:2.5rem;
}

#file-info h4 {
	margin-top:0.9375rem;
	margin-bottom:0.1875rem;
}


/* ************************************************ */
/* PRESSE 						 													*/
/* ************************************************ */

div.presse {
	width:100%;
	padding-top:1.25rem;
	margin-bottom:1.25rem;
	xxborder:0.0625rem solid black;
}

div.presse img.presse {
	xxfloat:left;
	xxmargin-bottom:1.25rem;
	xxmargin-right:2.813rem;
	xxpadding-top:0.9375rem;
}

div.presse h4 {
	padding-bottom:1.25rem;
}

div.presse table {
	xxborder:0.0625rem solid black;
	width:auto;
}
div.presse table td:nth-child(1) {
	padding-right:2.5rem;
	xxborder:0.0625rem solid black;
}

div.presse table td:nth-child(2) {
	padding-top:1.5625rem;
	padding-right:3.125rem;
  xxwidth: 0.0625rem;
  xxwhite-space: nowrap;	
  xxborder:0.0625rem solid black;
}

div.presse table td:nth-child(3) {
	padding-top:1.5625rem;
  xxwidth: 0.0625rem;
  xxwhite-space: nowrap;
  xxborder:0.0625rem solid black;
}
/* ************************************************ */
/* SCREENSHOTS		 */
/* ************************************************ */


#screenshots2 {
	xxtext-align:center;
}

div.sspic {
	text-align:center;
	width: 60%;
	padding-bottom:2.5rem;
}

div.sspic img {
	padding-top:0.625rem;
	max-width: 100%;
}



/* ************************************************ */
/*      NEWS									 */
/* ************************************************ */

#news table {
	border:0;
}

#news tr td {
	vertical-align:top;
	font-weight:normal;
	padding-bottom:0.5rem;
	line-height:1.125rem;
	padding-right:1.25rem;
	border:0;
}


#news tr td td {
	vvertical-align:top;
	ffont-weight:normal;
	fpadding-bottom:0.5rem;
	fline-height:1.125rem;
}


/* ************************************************ */
/*      DONATE									 */
/* ************************************************ */


#donate input[type="text"] {
	text-align:right;
}


/* ************************************************ */
/* PROMO SEITEN 						 													*/
/* ************************************************ */


#downloadlink {
 text-align:center;
 padding-top:1.875rem;
}

#downloadlink a {
	font-size: 1rem;
	ttext-transform:uppercase;
}

/* ************************************************ */
/* BESTELLEN 						 													*/
/* ************************************************ */

table.order {
	border-radius: 0.3125rem 0.3125rem 0rem 0rem;
	width:100%;
	border: 0.0625rem solid #dddddd;
	bborder-collapse:collapse;
	padding:0;
	line-height:1.375rem;
}

/* HEADER */

table.order th {
	padding:0.375rem;
	font-size:0.75rem;
	ccolor:#444;
	font-weight:normal;
	bbackground-color: #e6e6e6;
	text-transform:uppercase;
	text-align:left;
}

table.order td {
	padding: 0.375rem;
	background-color: #fffefe;
	border-bottom:0.0625rem solid #dddddd;
	border-right:0.0625rem solid #dddddd;
}

table.order tr:last-child td {
	border-bottom:0;
}

table.order tr td:last-child {
	border-right:0;
}

table.order th:nth-child(3),
table.order th:nth-child(4),
table.order td:nth-child(3),
table.order td:nth-child(4) {
	text-align:center;
}



table.preise th,
table.preise td {
	text-align: center;
	width: 25%;
}

/* ************************************************ */
/* LOGIN 		*/
/* ************************************************ */

#login  {
	margin-bottom:2.5rem;
}

#login h4,input {
	padding-top:0;
	margin-bottom:0.3125rem;
}

#login input:nth-of-type(2){
	margin-bottom:1.125rem;
}


#login input[type="submit"] {
	 margin-top:1.5625rem;
}

/* ************************************************ */
/* PRODUKTE 						 													*/
/* ************************************************ */

#products h2:first-child {
	margin-top:0;
}

#products div {
	display: inline-block;
	margin-bottom:3.125rem;
}


#products h2 {
	padding-bottom:0.625rem;
	clear:both;
}

#products p {
	padding-top:1.25rem;
	padding-bottom:1.875rem;
	text-align : justify;
}

#products a img {
	float:left;
	margin-right:0.625rem;
}

#products a.button {
	margin-right:0.625rem;
	margin-bottom:0.625rem;
}


/* ************************************************ */
/*      promo 									 */
/* ************************************************ */

img.gfs {
	float:left;
	padding-right:1.5625rem;
	padding-bottom:0.3125rem;
}

/* ************************************************ */
/*      news 									 */
/* ************************************************ */

img.newsfeed {
	float:left;
	padding-right:0.9375rem;
	padding-top:0.3125rem;
}

/* ************************************************ */
/*      PREISE */
/* ************************************************ */

#currency-selector {
	ffloat:right;
	fpadding-bottom:0.3125rem;
}

/* ************************************************ */
/*      MANUAL 									 */
/* ************************************************ */

#content div.manualheader {
	font-size:0.75rem;
	margin-bottom:0.9375rem;
}

#content div.manualheader a {
	font-size:0.75rem;
	font-weight: normal;
	color:DarkSlateBlue;
}