/* CSS Document */

/*
Theme Name: karismavital
Theme URI: http://www.karismavital.ch
Description: karismavital.ch V. 1.0
Author: trilogic.ch
Author URI: http://www.trilogic.ch
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}


/* trilogic CSS */

html, body {
  height: 100%;
  width: 100%;
}

body {
  background: white;
  color: #fff;
  font: 14px Arial, Verdana, sans, sans-serif;
  height: 100%;
  width: 100%;
}

/* AUFBAU */

#wrapper {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1000px;
  background-color: white;
}

#header {
  width: 230px;
  min-height: 840px;
  float: left;
}

#logo {
  width: 100%;
  padding-top: 30px;
}

#logo img {
  width: 190px;
  padding-left: 20px;
}

#logoclaim {
  width: 100%;
  padding-top: 10px;
}

#logoclaim p {
  text-transform: uppercase;
  color: #723688;
  font-weight: bold;
  padding-left: 20px;
  text-align: center;
}

#navimain {
  float: left;
  width: 100%;
}

#main {
  background-color: #723688;
  min-height: 880px;
  width: 100%;
  max-width: 770px;
  float: left;
}

#main .entry {
  padding: 20px 55px 40px 30px;
}

#footer {
  height: 30px;
  width: 100%;
  float: left;
  margin-top: -30px;
}

#footerlinks {
  background-color: #aa86b8;
  float: left;
  height: 30px;
  width: 230px;
}

#footerrechts {
  background-color: #4c1c62;
  float: left;
  height: 30px;
  width: 770px;
}

#footerlinks .textwidget {
  padding-left: 20px;
  padding-top: 6px;
}

#footerrechts p {
  padding-left: 20px;
  padding-top: 6px;
  text-transform: uppercase;
  padding-right: 20px;
}

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

a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 24px;
  padding-bottom: 24px;
  font-weight: normal;
  font-style: normal;
  color: white;
  color: rgba(255,254,255,0.6);
}

h2 {
  padding-bottom: 13px;
  font-weight: bold;
  font-size: 14px;
}

h1, h2, h3 {
  text-transform: uppercase;
}

p {
  padding-bottom: 20px;
  line-height: 1.4;
}

strong {
  font-weight: bold;
}

.entry ul {
  list-style-type: square;
  list-style-position: outside;
  margin-left: 18px;
}
.entry ul li {
  padding-bottom: 3px;
}

/* NAVIGATION */

#navimain ul {
  margin-left: 20px;
  margin-top: 10px;
}

#navimain ul li {
  padding-bottom: 7px;
  padding-top: 7px;
}

#navimain li a{
  color: #70207e;
}

#navimain li a:hover {
  text-decoration: none;
  color: black;
}

.current_page_item {
  font-weight: bold;
}

.current_page_parent {
  font-weight: normal!important;
}


.sub-menu {
  margin-left: 10px!important;
  margin-top: 7px!important;
  display: none;
}

.sub-menu li {
  padding-top: 0!important;
  margin-top: 0!important;
}

.current_page_parent .sub-menu {
  display: block;
}


/* INHALTE */

td {
  min-width: 80px;
  padding-right: 10px;
  vertical-align: top;
}

td strong {
  float: left;
}

.small {
  font-size: 11px;
}

.clear {
  clear: both;
}

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

#click-menu.overlay {
  margin-right: 10%;
}

#wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 770px;
}

#header, #main, #footer, #artikelbild {
  max-width: 770px;
  min-height: 0px;
}

#footer {
  background-color: #4c1c62;
}

#footerlinks {
  background-color: transparent;
}

#footerrechts {
  float: right;
  width: auto;
}

#footerrechts p {
  padding-bottom: 0;
}

#header {
  width: 100%;
}

#logo {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  text-align: center;
}

#logo img, #logoclaim p {
  padding-left: 0;
}

#main .entry {
  padding: 20px;
}

#artikelbild img {
  width: 100%;
  height: inherit;
}

#header {
  background-image: none;
}

#navimain {
  margin-bottom: 10px;
}

#footer {
  margin-top: 0;
}

iframe {
  width: 100%;
}



}


@media only screen and (max-width : 800px) {

#click-menu.overlay {
  margin-right: 0;
}

}
