﻿/*
Theme Name: Urs Feller
Theme URI: http://ursfeller.ch
Author: Peter Janser
Author URI: http://janser-it.ch
Description: Das Template wurde speziell für Worpress aus dem Joomla Template umgeschrieben.
Version: 1.0
*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  width: 100%;
  height: 100%;
  margin: 0;
}
body {
  padding: 5px 0;
  background-color: #DEB154;
  background-image: url('images/page-bgtexture.jpg');
  background-repeat: no-repeat;
  overflow-y: auto;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 12px;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
input {
  max-width: 100%;
}
main {
  position: relative;
  width: 100%;
  border-radius: 10px;
  border: 3px solid #D8BE61;
}
@media all and (min-width: 768px) {
  main {
    width: 890px;
    margin: 0 auto;
  }
}
.colored-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #f0ede1;
  opacity: 0.4;
  z-index: -1;
}
.content {
  padding: 10px;
}
.banner {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.banner .logo {
  display: block;
  min-width: 100%;
  min-height: 165px;
}
.banner .banner-text {
  position: absolute;
  top: 30%;
  right: 30px;
  min-width: 50%;
  font-size: 14px;
}
.banner .banner-text h1,
.banner .banner-text p {
  margin: 0;
}
.banner .banner-text h1 {
  margin-bottom: 0.2em;
  font-size: 130%;
  font-weight: normal;
  font-family: "Papirus", "Arial", "Helvetica", sans-serif;
}
.nav {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
  white-space: nowrap;
  background-color: #343932;
}
.nav li {
  display: inline-block;
  min-width: 70px;
  margin: 0;
  padding: 0;
}
.nav li + li {
  margin-left: -0.25em;
}
.nav li a {
  display: inline-block;
  padding: 0 2em;
  line-height: 23px;
  color: #D2D6D1;
  text-decoration: none;
}
.nav li a:hover,
.nav li a:focus {
  color: black;
  background-color: #B3911A;
}
.content-inner {
  padding: 10px;
  overflow: hidden;
}
.sidebar {
  width: 100%;
}
@media all and (min-width: 768px) {
  .sidebar {
    width: 29%;
    padding-right: 20px;
    float: left;
    overflow: hidden;
  }
}
.block {
  margin-bottom: 5px;
  padding: 7px;
  background-color: #F3F1E7;
  border: 1px solid #ccc;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.block .block-header {
  margin-bottom: 7px;
  padding: 7px;
  font-weight: bold;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-image: url('images/blockheader.png');
}
.block .block-header:before {
  content: "";
  position: relative;
  top: 2px;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 7px;
  margin-right: 9px;
  background-image: url('images/blockheadericon.png');
}
.block .block-content {
  padding: 8px;
}
.menu li a {
  position: relative;
  display: inline-block;
  padding: 0.25em 0 0 13px;
  color: #6D6237;
}
.menu li a:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  display: inline-block;
  width: 7px;
  height: 1em;
  background-image: url('images/blockcontentbullets.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.menu li a:hover,
.menu li a:focus {
  color: #BB991B;
}
.content-page {
  width: 100%;
}
@media all and (min-width: 768px) {
  .content-page {
    width: 71%;
    overflow: hidden;
  }
}
.content-page a {
  color: #887A44;
  text-decoration: underline;
}
.content-page a:hover,
.content-page a:focus {
  color: #B3911A;
  text-decoration: none;
}
.content-page h1,
.content-page h2,
.content-page h3,
.content-page h4 {
  font-weight: normal;
}
.content-page h3 {
  font-size: 18px;
}
.content-page h5 {
  font-size: 14px;
  font-weight: bold;
}
.content-page ul,
.content-page ol {
  margin: 1em 0 1em 2em;
  padding: 0;
}
.content-page ul > li,
.content-page ol > li {
  background-image: url('images/PostBullets.png');
  background-repeat: no-repeat;
  padding-left: 13px;
}
.alignleft,
.alignright {
  max-width: 100%;
}
.alignright {
  float: right;
  margin-left: 10px;
}
.alignleft {
  float: left;
  margin-right: 10px;
}
.article-image-right {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}
.inner-footer {
  padding: 0.8em;
  font-size: 11px;
  text-align: center;
  background-color: #d4ccaa;
}
footer {
  margin: 1em 0;
  text-align: center;
  font-size: 10px;
  color: #887A44;
}
footer a {
  color: inherit;
}