/*
Theme Name: vhz
Theme URI: http://www.hausarzt.ch
Author: eberle systems
Author URI: http://www.eberlesystems.ch/
Text Domain: vhz
*/

@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300|Roboto:400,700);

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
}

* {
  margin: 0; padding: 0;
}

b, strong {
  font-weight: 700;
  color: #003399;
}

body {
  font: 400 14px/1.6em Roboto, Arial, Helvetica sans-serif;
  color: #333;
}

h1, h2 {
  margin: 2em 0 1em;
  line-height: 1.2em;
  text-transform: uppercase;
  font: 300 14px 'Roboto Condensed', Arial, Helvetica sans-serif;
  color: #003399;
}

h1 {
  font-size: 24px;   
}

h2 {
  font-size: 18px;
}

h3 {
  margin: 2em 0 1em;
  font-size: 14px;
  line-height: 1.6em;
  font-weight: normal;
  color: #003399;
}

h1:first-child, h2:first-child, h3:first-child {
  margin-top: 0;
}           

p {
  margin-bottom: 1em;
  line-height: 1.6em; 
}

ol {
  margin: 0 0 0 10px; padding: 0 0 0 20px;
  list-style-type: decimal;
}

ul {
  margin: 0 0 1em 0; padding: 0 0 0 20px;
}

li {
  margin: 0; padding: 0;
  line-height: 1.6em;
}

ol li {
  margin-bottom: 1em;
}

table {
  margin-bottom: 0.5em;
  border-collapse: collapse;
  width: 100%;
}

th {
  padding: 30px 0 10px; margin: 0;
  line-height: 1.2em;
  text-align: left; vertical-align: top;
  text-transform: uppercase;
  font: 300 18px 'Roboto Condensed', Arial, Helvetica sans-serif;
  color: #003399;
  border-bottom: 1px solid #e6e6e6;
}

tr:first-child th {
  padding-top: 0;
}

td {
  padding: 5px 0 5px 20px; margin: 0;
  line-height: 1.6em;
  text-align: left; vertical-align: top;
  border-bottom: 1px solid #e6e6e6;
}

td:first-child {
  padding-left: 0;
}

dl {
  margin-bottom: 1em;
  line-height: 1.6em;
}

dt {
  float: left;
}

dd {
  margin-left: 140px;
  max-width: 300px;
}

a {
  text-decoration: none;
  color: #888;  
}

a:hover, a:hover h3 {  
  color: #003399;
}

a img {
  border: 0px;
}

img {
  max-width: 100%;
}

#content a:hover img {
  opacity: 0.7;
}

hr {
  margin-bottom: 20px;
  height: 1px;
  color: #ccc;
  background-color: #ccc;
}

/* Form */
form {
  margin-bottom: 1em;
}

fieldset {
  padding: 20px 30px;
  border: 1px solid #e4e4e4;
}

legend {
  padding: 0 10px;
  font: 300 18px 'Roboto Condensed', Arial, Helvetica sans-serif;
  color: #003399;
}

label {      
  color: #888;  
  font-size: 12px;
} 

input, textarea, select {
  padding: 2px; margin-bottom: 16px; 
  font: inherit;
  vertical-align: top;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}

input[type=text], input[type=password], textarea, select {
  width: 100%;
  border: 1px solid #ccc;
  outline: none;
  color: #333;
}

input[type=checkbox], input[type=radio] {
  margin: 4px 5px 8px 0;
}

input[type=submit], input[type=button], .button {
  padding: 6px 20px;
  line-height: 1.6em;
  background: transparent url(images/menu.jpg) repeat-x left bottom;
  border: 0;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  background: #003399;
  color: #fff;  
  text-decoration: none;
  font-size: 12px;
}

input[type=submit]:hover, input[type=button]:hover, .button:hover {
  background: #ccc;
  color: #fff;  
}

input[type=reset] {
  display: none;
}

input.error, textarea.error, select.error {
  border: 1px solid #706657;
  background: #ffbcbc;
}

input.checkform {
  display: none;
}

/*** Klassen ***/
.alignright {
  margin-left: 40px;
  float: right;
}

/*** Member ***/
.member-input {
  overflow: hidden;
}

.member-input p {
  float: left;
  width: 50%; 
  font-size: 12px;
}

.member-map {
  margin: 2em 0;
  height: 320px; width: 100%;
}

.member-map img {
  max-width: none;
}

.member {
  padding: 0.5em 10px;
  border-top: 1px solid #e4e4e4;
  cursor: pointer;
  line-height: 1.6em;
  clear: both;
  color: #888;
  overflow: hidden;
  display: none;
}

.member-list:hover {
  background: #FAFAFA;
  color: #333;
}

.member-list {
  display: block;
}

.member-list .member-content {
  display: none;
}

.member-detail {
  color: #333;
  background: #FAFAFA;
}

.member-detail .member-content {
  padding: 1em 0;
  display: block;
  clear: both;
}

.member-content label {  
  width: 47%; padding-right: 3%;
  float: left; 
  text-align: right;
  border-top: 1px dotted #e4e4e4;
}

.member-content div {
  margin-left: 50%;
  border-top: 1px dotted #e4e4e4;
}

.member span {
  width: 25%;
  display: block;
  float: left;
}

.inner {
  margin-left: 3%;
  width: 97%;
  max-width: 1120px;  
  float: right;
  position: relative;
}

/*** Objekte ***/
#body {
  background: #fff url(images/zuerich.jpg) no-repeat center top;
  background-attachment: fixed;
  overflow-y: scroll;
}

#body.admin-bar {
  background-position: center 32px;
}

#page {
  margin: 0 auto; 
  max-width: 1400px; min-width: 1000px;
  -moz-box-shadow: 2px 2px 5px 0px #ccc;
  -webkit-box-shadow: 2px 2px 5px 0px #ccc;
  box-shadow: 2px 2px 5px 0px #ccc;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

#header {
  min-height: 425px;
}

#logo img {
  position: absolute; top: 40px; left: 120px;    
}

#claim {
  position: absolute; top: 100px; left: 100px;
  width: 300px; height: 36px; 
}

#claim img {
  width: 300px; height: 36px; 
  display: none;
}

/*** Navigation ***/
#navigation {
  position: absolute; bottom: 0; left: 0; right: 0;
}

#navigation .menu {
  margin: 0; padding: 0;
  min-height: 42px;
  background: transparent url(images/blau70.png);
}

#navigation .menu li {
  margin: 0; padding: 0;
  list-style: none;
  position: relative;
}

#navigation .menu > li {
  float: left;
}

#navigation .menu a {
  margin: 0; padding: 10px 20px;
  display: block;
  text-decoration: none;
  border-right: 1px solid #E6E6E6;
  color: #fff;
}

#navigation .menu ul a {
  border: 0;
  border-top: 1px solid #E6E6E6;
}

#navigation .menu a:hover,
#navigation .menu .active a,
#navigation .menu .current-menu-item > a,
#navigation .menu .current-menu-ancestor > a,
#navigation .menu .current-page-ancestor > a,
#navigation .menu .current_page_parent > a {
  background: #fff url(images/bg-bottom.png) no-repeat bottom center;
  color: #003399;
}

#navigation .menu ul {
  margin: 0; padding: 0;
  width: 200px;
  position: absolute; bottom: 42px; left: 0;
  z-index: 20;
  display: none;
  background: transparent url(images/blau60.png);
  border-bottom: 1px solid #fff;
}

/*** Content ***/
#container {
  overflow: hidden;
  background: #fff;
}

#content {
  padding: 30px 0 30px 30px;
  width: 660px; 
  position: relative;
  float: left;
}

#content img {
  margin-top: 5px;
}

#content .post, #content .page {
  margin: 0 30px 30px 0;
}

.archive #content .post {  
  width: 300px;
  float: left;
  -moz-box-shadow: 0px 0px 5px 0px #ccc;
  -webkit-box-shadow: 0px 0px 5px 0px #ccc;
  box-shadow: 0px 0px 5px 0px #ccc;
}

.archive #content .post .button {
  margin-left: -20px; padding: 6px 20px;
  border-radius: 0 3px 3px 0;
}

/*** Post ***/
.entry-header h2 {
  padding: 20px 20px 0;
}

.entry-summary {
  margin: 0 20px 20px;
}

.entry-meta {
  padding: 10px 20px; margin-top: 3em;
  font-size: 12px;
  background: #f0f0f0;
  border: 1px solid #efefef;
}

.more {
  margin-top: 2em;
}

.archive .more .button {
  margin-left: -20px;
  border-radius: 0 3px 3px 0;
}

/*** Sidebar ***/
#sidebar {
  margin: 30px 0; padding-left: 30px;
  width: 220px;
  float: left;
  border-left: 1px solid #e6e6e6;
}

.home #sidebar {
  width: auto;
  border: 0;
}

#sidebar .widget {
  margin-top: 30px;
  width: 100%;
}

#sidebar .widget:first-child {
  margin-top: 0;
}

.home #sidebar .widget {
  margin: 0 30px 30px 0;
  width: auto;
  float: left;
}

#sidebar .widget ul {
  margin: 0; padding: 0;
  list-style: none;
}

#sidebar .widget li {
  padding: 0.5em 0;
  border-top: 1px solid #e6e6e6;
}

#footer {
  margin: 0 auto; padding: 30px 0;
  max-width: 1400px; min-width: 1000px;
  font-size: 12px;
  overflow: hidden;
  color: #888;
  background: #fff;
}

#footer .widget {
  margin: 0 0 30px 30px;
  width: auto; min-width: 200px;
  float: left;
}

#footer .widget_nav_menu {
  overflow: hidden;
  float: none;  
  clear: both;  
}

#footer .widget h3 {
  border-bottom: 1px solid #e4e4e4;
}

#footer .menu {
  padding: 0;
}

#footer .menu > li {
  margin-right: 30px; 
  float: left;
  list-style: none;  
}

#copyright {
  margin-left: 30px;
  clear: both;
}
