/*
Theme Name: Jan Webmedien
Description: Child Theme for Jan Webmedien
Version: 4.9.8
Author: Jan Webmedien
Author URI: http://janwebmedien.ch
Tags: Geschaeftstheme
Text Domain: janwebmedien
Template: max-magazine
*/

/* MY CUSTOM STYLES
---------------------------------------------------- */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++
			TablePress
++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.tablepress .column-1 { 
	width: 150px; 
}

.tablepress .column-2 { 
	width: 76px; 
}

.tablepress tbody td {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 15px;
	font-weight: normal;
	background-color: #350100;
}

.tablepress td {
  border: 1px solid #928F8F !important;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++
			BODY
++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* HEADER */

/* 5. NAVIGATION MENU
* ================================================ */
#nav{
    clear: both;
}	
	
#nav select {
    display: none;
    z-index: 3000;
    position: relative;
    padding: 6px;
    font-size: 16px;
    border: 1px solid #ccc;
    height: 34px;	
	color:#555555;
	font-family:inherit;
}

#nav ul {
	z-index:99; 
	margin:0; 
	padding:0; 
	list-style:none;
	text-align:left;
	
}

#nav ul li{
	position: relative;
	display:block;
	float:left;
	margin:0;
	padding:0;
}

#nav ul li a{	
	display: block;
	float: left;
	position:relative; 
	font-size: 15px;
	font-weight:700;
	text-transform: Uppercase;
	padding:0 15px;
	height:40px;
	line-height:40px;
}


 /* 2. COMMON ELEMENTS
 * ================================================ */
h1, h2, h3, h4, h5, h6{
	font-family: Open Sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:700;
	line-height:1.4;
}

h1{
	font-size:20px;
}

h2{
	font-size:18px;
}

h3{
	font-size:16px;
}

h4{
	font-size:14px;
}

h5{
	font-size:13px;	
}


body{
	font-size: 16px; 
}
code, kbd {
	font: 13px Open Sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
}