/*
* template.css - main CSS
* (c) CHD - www.chd-it.de
* Author: Daniel Kloer
*/

/* ########## GENERAL ########## */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  color: #333333;
  font-family: 'opensans-regular', Verdana, Arial, Tahoma, sans-serif;
  font-size: 1em;
  text-align: center;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  background: silver url(../images/church-bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

img {
  border: 0px;
  margin: 0px 0px 0px 0px;
}

code {
  font-family: Courier, "Courier New", sans-serif !important;
  font-style: normal;
  font-size: 1.2em;
}

address {
  font-style: normal;
}

/* Lists */
ul {
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 12px;
  list-style: inside;
}

li {
  padding: 0px 0px 0px 0px;
  line-height: 1.8em;
}

/* Fonts */
@font-face {
    font-family: 'open_sanscondensed_light';
    src: url('../fonts/opensans-condlight-webfont.eot');
    src: url('../fonts/opensans-condlight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-condlight-webfont.woff') format('woff'),
         url('../fonts/opensans-condlight-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'opensans-regular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* alerts  */
.alert {
    display: block;
    margin: 10px 0px;
    padding: 10px;
    font-weight: bold;
}
.alert.success {
    background: lightgreen;
    border: 1px solid green;
}

/* Table */
table {
border: 0px;
border-spacing: 0px;
width: 100%;
}

th, td {
padding: 2px 5px 2px 0px;
margin: 0px 0px 0px 0px;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  font-family: 'open_sanscondensed_light', Arial, serif;
  font-weight: normal;
}

h1 {
  font-size: 2.6em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.8em;
}

h1#hiddenheader {
  display: none;
}


/* Links
 * defined in colortheme-xy.css */
a {
  color: #b66e20;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}


/* ########## LAYOUT ########## */

/* Title */
h1#hidden-title {
  display: none;
}

#title-outer {
  width: 100%;
  min-height: auto;
  background: transparent url(../images/bg-trans.png) repeat;
  box-shadow: 0 1px 3px rgba(0,0,0,0.69);
  text-align: left;
  padding: 0px;
  margin: 0px 0px 20px 0px;
}

#title-inner {
  max-width: 1024px;
  margin: 0 auto;
}

#title-inner img {
  width: 100%;
  height: auto;
}

#menu-outer {
  width: 100%;
  min-height: 44px;
  height: auto;
  background: transparent url(../images/bg-trans.png) repeat;
  box-shadow: 0 1px 3px rgba(0,0,0,0.69);
  text-align: left;
  padding: 0px;
  margin: 0px 0px 20px 0px;
}

#menu-inner {
  max-width: 960px;
  margin: 0 auto;
}

#menu-inner ul {
  list-style: none;
  font-family: 'open_sanscondensed_light', Arial, serif;
  font-size: 1.4em;
  padding: 0;
  margin: 0;
}

#menu-inner ul li a {
  background: none;
  display: inline;
  float: left;
  padding: 2px;
  margin: 0px 10px 0px 0px;
  text-transform: uppercase;
  text-shadow:  0px 1px 0px silver;
  transition: background 0.5s, text-shadow 0.5s;
}

#menu-inner ul li a:hover {
  text-shadow:  0px 0px 2px white, 0px 0px 2px white;
  text-decoration: none;
}

#content-outer {

}
#content-inner {
  line-height: 1.6em;
}


div.inner {
  max-width: 1024px;
  padding: 32px;
  margin: 0 auto;
  text-align: left;
}

/* ####### Content ###### */
div.clearboth {
  clear: both;
}

div.teaser {
  padding: 0px 32px;
  min-height: 200px;
}

div.teaser div#teaserbox {
  float: left;
  max-width: 600px;
  min-height: 306px;
  margin: 10px 0px 0px 40px;
  padding: 20px;
  line-height: 1.5em;
  background: rgba(255,255,255,0.82);
  text-shadow:  0px 1px 0px silver;
  box-shadow: 0 2px 5px rgba(0,0,0,0.69);
}

div.products {
  background: white;
  box-shadow: 0 0px 4px rgba(0,0,0,0.69);
  width: 100%;
  min-height: 200px;
}

div.contact {
  background: transparent url(../images/bg-contact.png) repeat;
  box-shadow: 0 1px 3px rgba(0,0,0,0.69);
}



div.imprint {
  background: #333333 url(../images/footer-bg.png) repeat;
  box-shadow: 0 0px 4px rgba(0,0,0,0.69);
  text-shadow: 0 4px 4px rgba(0,0,0,0.69);
  width: 100%;
  min-height: 200px;
  color: #cccccc;
}

div.imprint div.inner {
  background: transparent url(../images/linea-naturale-logo-bg.png) no-repeat left top;
  min-height: 450px;
}

div.imprint div#footerbox {
  max-width: 650px;
  padding: 83px 0 0 138px;
}

p.column2 {
  column-count: 2;
  -moz-column-count: 2;
}

p.column3 {
  column-count: 3;
  -moz-column-count: 3;
}

div.number {
  font-family: 'open_sanscondensed_light', Arial, serif;
  font-size: 2em;
  text-shadow: 0 1px 2px rgba(255,255,255,0.69);
  text-align: center;
  font-weight: bold;
  color: #b66e20;
}

/* ###### Custom CSS for modules and plugins ###### */
/* Fancybox Plugin - for Lightboxes !*/
img.polaroid {
  padding: 1px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
}


/* p01contact */

form#p01-contact1 div.label {
  width: 200px;
  display: block;
  float: left;
}

div.field label {
  width: 150px;
  float: left;
  font-weight: 600;
}

div.field {
  margin: 0px 0px 10px 0px;
}

form#p01-contact1 input {
  width: 400px;
  /* height: 25px; */
  border: none;
  box-shadow: 0 1px 3px rgba(0,0,0,0.69);
  font-family: 'opensans-regular', Verdana, Arial, Tahoma, sans-serif;
  font-size: 1.2em;
  padding: 4px;
  transition: box-shadow 0.5s;
}

form#p01-contact1 input.submit {      /* Button */
  padding: 4px 6px;
  width: 106px;
  height: 35px;
  float: none;
  background: #b66e20;
  color: white;
  font-size: 1em;
  border: 1px solid white;
  margin: 20px 0px 0px 440px;
}

form#p01-contact1 textarea {
  width: 400px;
  border: none;
  box-shadow: 0 1px 3px rgba(0,0,0,0.69);
  font-family: 'opensans-regular', Verdana, Arial, Tahoma, sans-serif;
  font-size: 1.2em;
  padding: 4px;
  transition: box-shadow 0.5s;
}

form#p01-contact1 input:hover,
form#p01-contact1 input:focus,
form#p01-contact1 textarea:hover,
form#p01-contact1 textarea:focus {
  box-shadow: 0 1px 9px rgba(0,0,0,0.69);
}

form#p01-contact1 div.captcha div.label {
  width: 200px;
  display: block;
  float: none;
}
