
/* =============================================================================
   Fonts
   ========================================================================== */


@import url(//fonts.googleapis.com/css?family=Oxygen+Mono|Monofett|Press+Start+2P);
@import url(//fonts.googleapis.com/css?family=Varela+Round);

/* @import url(slimbox.css); */

/*****************************************
 * RCH Version 2018
 *****************************************/

html, body, div, span, object, iframe, select, option,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 14px;

font-family: 'Roboto' /*'Oxygen Mono'*/, Helvetica, Arial, sans-serif;

line-height: 1.8em;
color:#686260;
  /* vertical-align: baseline; */
}

h1 { font-family: 'Varela Round'; font-size: 24pt; text-transform:uppercase; color:#654; text-align: center; margin-bottom:1em;margin-top:2em; }

h2 { font-family: 'Varela Round'; font-size: 18pt; text-transform:uppercase; color:#222; text-align: left; margin-bottom:1em; }


body {
	margin:0;
	padding:0;
	/* background: #eee;*/
}

pre { font-family: Menlo; 
line-height: 1.4em;
font-size: 0.8em;
}

#wrapper {
	/*background-color: #ffffff;
	 -webkit-border-radius:10px;*/
	height: auto;
	width: 1200px;
	margin: 0px auto;
	overflow: auto;
	padding:10px;
}

.wide { width: auto !important; }

div.wide img { width:20%; min-width: 240px; }

#header {
	height: 72px;
/*	margin-top: 100px; */
	margin-bottom:20px;
	text-align:center;
}

#header.haible {
    height: 150px /* auto */;
}

#mainmenu {
/*
	position: absolute;
	top: 5px;
*/
    margin-top:16px;
}


ul.menu {
    /* position: absolute;
    top: 65px;
    left: 0; */
    list-style-type: none;
    margin: 0; /* 60px 0 0 200px*/;
    padding: 0;
    /* background-color:#ff7700; */
    
    /* border-bottom: 4px double #CCC; */
   float:right;
   text-align:right;
}

ul.menu li {

    /* float: left; */
   display:inline-block;
   margin: 2px 10px;
   font-size: 14px;
}

/*ul.menu li:hover { background-color:#666; color:#fff;} */
ul.menu li a,
ul.menu li em {
    color:#666;
    padding:8px 8px 4px 8px;

    text-transform:uppercase;
}

ul.menu li a:hover,
ul.menu li em {

  text-decoration: none;
  font-style: inherit;
  border-bottom: 4px #666 solid;
}

.left { float:left; }

#random_logo {
/*
    margin-top:30px;
    margin-left: auto;
    margin-right: auto;
*/
	width: 498px;
	height: 40px;
	background: url("/img/randomsource_logo_desat.png");

    /* font-family: 'Press Start 2P', cursive;

	position: absolute;
	top: 10px;
	 */
	}

#random_logo a { font-family: 'Monofett', sans-serif; font-size:64px; color:#cc2200 }
#random_logo a:hover {text-decoration:none; color:#ff8800; }

#haible_logo {

    width: 319px;
    height: 101px;
    background: url("http://jhaible.net/JHAIBLE_logo.png");
    margin-left:auto;
    margin-right:auto;
    }



cite { color:#665544; }

hr {

    margin-top: 2em;
    margin-bottom: 2em;
    width: 400px;
    border-style: none;
    border-bottom: 1px dotted #ccc;
    clear:both;
}

#cartlink {
    position: absolute;
    top: 30px;
    width: 1192px;
    text-align: right;
}

.hidden { display:none; } /* shipping_opts */

div.preview { margin: 40px 0px; }

div.preview img {margin-right: 30px}

div.serge { border-radius: 60px; padding:10px; width:400px; color:#0066ff;  }
 img.serge { border-radius: 50px; width:300px; height:300px  }
 img.hip { border-radius: 0px;  }

p { margin-bottom:6pt; }

input[type="image"] { background-color:#666666; padding:3px 8px; border-radius:4px; 
    display: inline-block;
    vertical-align: middle;
}

input[type="image"]:hover { background-color:#ff8800;  }

#menu2 a {
	font-size: 14px;
	color: #666;

	font-weight: normal;
	/*margin: 0px 10px;*/
	padding: 1px 8px;
}

#menu2 a:hover { background-color:#999; color:#fff; text-decoration:none  }

#footer { font-size:10px; margin-top:20px; color:#666; text-align: center; }

#social { position:absolute; top:0; right: 10%; padding:3px }
#social div { float:right; }
#social form { width: 350px; padding-top:5px }
#social input { border: 0px none; }
#social input[type="image"] { background-color:transparent; vertical-align:text-bottom }
#social a { margin-right:10px }
#social img { vertical-align:text-top; }

#shop p { margin-bottom: 1em; }

a {
	text-decoration: none;
}


a:link, a:visited, a:active {
	/* color:#cc0033; */
	/*color:#3360bb; */
	/* color:#334f77; */
	color: #993300;
	/* font-weight: bold; */
}

a:hover { text-decoration: underline;  }
/*
p, p ul, p li, p a {

	padding: 0px;
}
*/
.clear {
	clear: both;
}

/* .indent { padding-left: 20px; }*/

ul.reset {
    padding: 0 40px;
    margin:1em auto;
}
ul.reset li{
    padding-left: 0px;
}

div.gfx { text-align:center; margin: 20px 0; }
div.gfx img { max-height:440px;}

div.module {
    clear:both;
    max-width: 1600px;
}
div.module-gfx {
    float: left;
    margin: 20px 40px 20px 0;
    max-width: 510px;
}
div.module-gfx img { max-width: 510px; /* 50% */  }



div.module-text { padding:20px; margin-left: 540px; /* 10px mehr als div.module-gfx img { max-width } ! */ }
div.module-text p { color: #666; }

.kit-content {
    background-color:#faf9f5;
    padding: 8px 30px;
    width: 500px;
/*    margin-left: 10px; */
}

.kit-content ul { padding-left:20px; margin: 1em auto; }
.kit-content select { background-color:#e9e8e4; /* margin: 0px 0 10px -2px;*/ }

#minicart-sh-lbl { position: absolute; right: 20px; }
#PPMiniCart .minicart-attributes li:after {
    content: "" !important;
}

/**************************** MOBILE VERSION **********************/

@media only screen and (max-width: 1200px /*1024px*/) {

#wrapper {
  /*background-color: #ffffff;
   -webkit-border-radius:10px;*/
  height: auto;
  width: 90%;
}  

ul.menu {
/*   float:right; */
   text-align:center;
   height:auto;
   margin-bottom: 20px;
}

ul.menu li {

   font-size: 16px;
}

div.module-gfx {
    float:none;
}

div.module-text { margin-left: 0px; }


}

/********************************************************************/    

#contact table { padding: 10px 250px; }

#contact input[type="text"],
#contact textarea
 { padding: 4px; width:500px; background-color:#f0f0f0; border: 0px none; margin: 4px; font:inherit; }

#contact input[type="submit"] {
background-color: #ff8800;
padding: 3px 8px 1px 8px;
border-radius: 4px;
font: inherit;
border: 0px none;
color: #ffffff;
margin-top: 10px;
}

#contact input[type="submit"]:hover { background-color: #cc4400; }

div.news {
width: 550px;
padding: 20px;
float: left;
background-color: #f6f5f3; /*#f3f3f3*/;
border-radius: 6px;
margin-bottom: 20px;
}

div.left {margin-right: 20px;}

div.news img { border-radius:15px; max-width:100% }
div.news h2  {margin-bottom:0.1em; font-size:17pt; }

div.docs { margin: 10px 0px; }
div.docs a { background-color: #A8311A;
color: #fff;
padding: 4px 10px;
border-radius: 6px; }

div.docs a:hover { background-color: #662200;
color: #fff;
text-decoration:none;
}

div.module-doc {
    margin: 20px 150px;
}

div.docs div {
    margin: 20px;
}

div.warning { background-color:#eeeeee; padding:20px; border-radius:30px; margin-bottom:30px; }

p.warning { padding:10px; text-align:center;}

div.module strong { /*color:#880044;*/ }

div.panels h2 { margin-top:1.5em; }

/* HAIBLE */
div.legacy { text-align:center; margin:30px; }
div.legacy a {background-color: #f6f5f3; color:#449933; padding:10px 20px; border-radius: 10px; }
div.legacy a:hover {background-color: #449933; color:#ffffff; text-decoration:none; }

table.pro-liste {
    width: 100%;

}

table.pro-liste td {padding:5px; border-bottom: 1px solid #ccc;
}

table.pro-liste td:last-child {border: 0px none;}
table.pro-liste td:first-child {min-width:300px;}
table.pro-liste td:nth-child(2) {min-width:50px;}

table.pro-liste tr:last-child td {border: 0px none;}

#PPMiniCart form { max-height: none !important; }

table.team  td { padding: 30px; width:50%; }
table.team h2 {text-align: center;}

div.pr { padding:20px; text-align:justify;margin-bottom:5%;}
h2.pr { padding: 0 20px 0 20px; }
div.pr em, div.pr strong { color: #900300; font-weight:bold; }
div.pr p, div.pr em, div.pr strong {font-size:1.1em ; }

#uploadzone { 

  border-style: dotted;
  border-width: 10px;
  min-width: 400px;
  min-height: 200px;
  border-color: #999999;
padding:20px;
 }

#drop-area {
  border: 2px dashed #ccc;
  border-radius: 20px;
  width: 480px;
  margin: 50px auto;
  padding: 20px;
}
#drop-area.highlight {
  border-color: purple;
}

/* 2019 FLEX TEST */
.flex-container {
  display: flex;
  flex-wrap: wrap; /* Standardwert = nowrap */
/*  justify-content : center; */
  justify-content : space-between;
  margin: 0 -10px;
}

.flex-item {
  background-color: #fefefe;
  flex-basis: 400px;
  flex-grow: 1;
  flex-shrink: 1;
/*  padding-left: 10px;
  padding-right: 10px; */
  max-width: 590px;
  max-height:600px;
  margin: 10px;
  text-align: center;
}

.x4 {
  max-width: 380px;
}

.flex-item a:hover {text-decoration: none; color:#660000; }

.flex-item img { height:80%; /* width: 100%;*/ object-fit: cover };
h2.c { text-align: center }

div.inside {padding:10px; display: table;
   width: 100%;
 }

#bomlist td {
    height: 40px;
}

tr.ignore td {

    color:#999999;
    font-style: italic;
}

tr.omit td, tr.omit td b, tr.omit td span {

    color:#aa9988;
    font-style: italic;
}

div.inside  form { 
  /* margin-left: 20%; */ 
  text-align:center; 
}

div.inside table { 
  margin-left: auto; 
  margin-right: auto; 
}

h3 { 
  font-family: 'Varela Round';
  text-align: center;
font-size: 16pt;
line-height: 1.3em;
text-transform: uppercase;  }

h3:hover { text-decoration: none; color:#440000; }

div.module ul { padding: revert; margin-bottom:20px }

.content-row {
clear: both;
padding: 5vw 8vw 5vw 8vw;
position: relative;
overflow: hidden;
font-size: 120%;
}

.content-row.vertical-align {
display: table;
width: 100%;
}

/* Buchungen: */;

.mono, td.mono b {
font-family: Andale Mono, Lucida Sans,monospace !important;
}

table.mono {
  border-collapse: collapse;
}

table.mono td, table.mono th {
  border: 1px solid #dddddd;
  padding: 4px 8px;
}

table.mono td:nth-child(6) {min-width:50px; text-align: right;}

table.mono tbody td, table.mono tbody th, table.mono b, table.mono li { font-family: "Andale Mono"; important! }

table.mono tbody tr.ignore td { color:#c0d2dd; important! }
table.mono tbody tr.warn td { color:#cc0000; important! }
table.mono tbody tr.ok td { color:#444444; /*important!*/ }


table.mono tbody td.zahl { text-align:right; padding-right:10px; }
table.mono tbody td.minus { color: #cc0000; }


