@import url(reset.css); /* Reset CSS */

/* COLORS ----------------------------------------------------------------
    
    Red: #b80432, rgb(184,4,50)
    Headlines, Lines, Quotes, Special Paragraphs
    
    Green: #5e710c, rgb(94,113,12)
    Navigation Background, Quotes, Special Paragraphs
    
    Green dark: #4e6325, rgb(78,99,37)
    Text Footer
    
    Brown: #986044, rgb(152,96,68)
    Body Text
    
    Beige: #f9f8e8, rgb(249,248,232)
    Background
    
    Beige dark: #ece5d2, rgb(236,229,210)
    Background, Footer
*/

/* BODY ------------------------------------------------------------------ */

body {
    color: #996043;
    background: #f9f8e8;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 87.5%;
    line-height: 1.5;
}

/* HEADINGS ------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
    font-family: Palatino, Georgia, Times, "Times New Roman", serif;
    font-weight: normal;
    text-shadow: 0 2px 5px rgba(0,0,0,0.25);
    color: #b80432;
    clear: both;
}

h1 { font-size: 33px; line-height: 1.1; margin-bottom: 20px; }
h2 { font-size: 24px; line-height: 1.1; margin-bottom: 20px; }
h3 { font-size: 18px; line-height: 1.1; margin-bottom: 0.5em; }
h4 { font-size: 14px; line-height: 1.1; letter-spacing: 1px; margin-bottom: 0.3em; }

/* TYPOGRAPHY ----------------------------------------------------------- */

p { margin-bottom: 1.5em; }

.intro p {
    color: #4e6325;
    font-family: Palatino, Georgia, Times, "Times New Roman", serif;
    font-weight: normal;
    text-shadow: 0 2px 5px rgba(0,0,0,0.25);
    font-size: 18px;
    line-height: 1.1;
}

blockquote {
    color: #b80432;
    font-family: Palatino, Georgia, Times, "Times New Roman", serif;
    font-weight: normal;
    font-style: italic;
    text-shadow: 0 2px 5px rgba(0,0,0,0.25);
    font-size: 18px;
    line-height: 1.1;
    margin: 1.5em;
}

blockquote.pull-quote {
    margin: 1.5em 0;
    width: 680px;
    font-size: 30px;
    position: relative;
    left: -140px;
}

strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }
sup, sub { line-height: 0; }
abbr { border-bottom: 1px dotted #986044; cursor: help; }

li ul, li ol { margin: 0; }
ul, ol { margin: 1.5em 0; }
ul { list-style-type: square; }
ol { list-style-type: decimal; }

ins { text-decoration: underline; }
del { text-decoration: line-through; }

hr { clear: both; visibility: hidden; }

/* LINKS ---------------------------------------------------------------- */

a:link { color: #5e710c; text-decoration: underline; font-weight: bold; }
a:visited { color: #5e710c; text-decoration: underline; font-weight: bold; }

a:hover { color: #b80432; }
a:focus { color: #b80432; }
a:active { color: #b80432; }

h1 a:link, h1 a:visited,
h2 a:link, h2 a:visited,
h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited { text-decoration: none; font-weight: normal; }

/* IMAGES & VIDEOS ------------------------------------------------------ */

img {
    border: 1px solid #b80432;
    box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    -khtml-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    -o-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
}

.noborder img, .noborder {
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -khtml-box-shadow: none;
    -o-box-shadow: none;
}

.lmargin .image_container {
    position: relative;
    clear: both;
    float: right;
    left: -585px;
    top: -44px;
    margin-left: -585px;
}

.fullsize img {
    position: relative;
    clear: both;
    left: -335px;
    margin-right: -335px;
}  

.caption {
    font-size: 11px;
    width: auto;
}

/* INNER FADE ----------------------------------------------------------- */

#vorteile {
    color: #4e6325;
    font-family: Palatino, Georgia, Times, "Times New Roman", serif;
    font-weight: normal;
    text-shadow: 0 2px 5px rgba(0,0,0,0.25);
    font-size: 18px;
    line-height: 1.1;
    list-style: none;
}

/* PRODUCTS HOMEPAGE ---------------------------------------------------- */

.products img {
    float: left;
    margin: 0 10px 10px 0;
}

/* FORMS ---------------------------------------------------------------- */

label {
    font-weight: bold;
    display: block;
}

.checkbox_container label { display: inline; }
.checkbox_container span { display: block; }

fieldset {
    border: 1px solid #b80432;
    box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    -khtml-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    -o-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    margin-bottom: 30px;
    background: #fff;
    position: relative;
}

legend {
    box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    -khtml-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    -o-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    font-family: Palatino, Georgia, Times, "Times New Roman", serif;
    font-weight: bold;
    background: #b80432;
    color: #fff;
    position: absolute;
    top: -10px;
    left: 10px;
    padding: 2px 5px;
}

fieldset div { margin: 15px; }
fieldset legend + div { margin-top: 30px; }
.submit_container { margin-top: -15px; }

input[type="text"], textarea {
    width: 99%;
    padding: 5px 3px;
    color: #000;
    background: #ece5d2;
    border: 1px solid #d1cbba;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

textarea { height: 200px; }

/* Scalable Button */
.awesome, .awesome:visited {
    background: #5e710c url(img/button-overlay.png) repeat-x;
    border: 0;
    display: inline-block;
    padding: 5px 10px 6px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -khtml-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -o-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor: pointer;
}
 
.awesome:hover { background-color: #4e6325; color: #fff; }
.awesome:active { margin-top: 1px; }

/* TABLES --------------------------------------------------------------- */

table {
    border: 1px solid #b80432;
    box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    -khtml-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    -o-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    margin-bottom: 1.5em;
    width: 100%;
    background: #fff;
    padding: 15px;
    border-collapse: separate;
}

th, tfoot td {
    font-family: Palatino, Georgia, Times, "Times New Roman", serif;
    font-weight: bold;
    color: #000;
    background: #ece5d2;
    text-align: left;
    padding: 5px 10px;
}

td { padding: 3px 10px; }
tbody td { border-bottom: 1px solid #ece5d2; }
tr.odd td { background: #f9f8e8 }
tfoot td { font-style: italic; }

/* LAYOUT --------------------------------------------------------------- */

#page {
    width: 880px;
    margin: 0 auto;
    overflow: hidden;
}

#branding { clear: both; }

#branding h1 {
    width: 297px;
    height: 163px;
    margin-bottom: 30px;
    background: url(img/logo.png) no-repeat center 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    -khtml-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    -o-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
}

#branding h1 a {
    display: block;
    width: 300px;
    height: 165px;
    text-indent: -10000px;
}

#main {
    width: 545px;
    float: right;
    margin: 40px 0 40px 0;
}

#side {
    width: 300px;
    float: left;
    margin: 40px 0 40px 0;
}

#footer {
    clear: both;
    padding: 50px 0;
    background: #ece5d2;
    color: #4e6325;
    text-align: center;
    border-top: 4px solid #c1022c;
}

#footer p { line-height: 1.2; margin: 0; }
#footer a {
    color: #4e6325;
    font-weight: normal;
    text-decoration: none;
}

#footer a:hover { text-decoration: underline; }

/* HOMEPAGE ------------------------------------------------------------- */

#slideshow, #slideshow-en {
    margin-bottom: 30px;
    clear: both;
    height: 300px;
    width: 555px;
}

#qualitaetssiegel-homepage { margin-bottom: 20px; }

/* NEUIGKEITEN ---------------------------------------------------------- */

.date { margin-top: -20px; font-size: 11px; }
.news a { text-decoration: none; }
#neuigkeiten { background: #ece5d2; padding: 15px; }

/* KONTAKT -------------------------------------------------------------- */

#map {
    width: 296px;
    height: 400px;
    border: 1px solid #b80432;
    box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    -khtml-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    -o-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
}

#map img {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -khtml-box-shadow: none;
    -o-box-shadow: none;
    border: 0;
}

#map a.terms-of-use-link { 
    color: #000 !important;
    font-weight: normal;
    text-decoration: none;
}

/* PAGINATION ----------------------------------------------------------- */ 

.pagination p { margin-bottom: 5px; color: #4e6325; }

.pagination ul {
    background: #5e710c;
    color: #fff;
    float: left;
    height: 30px;
    line-height: 30px;
    list-style: none;
    font-family: Palatino, Georgia, Times, "Times New Roman", serif;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    -khtml-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    -o-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
}

.pagination li { float: left; }
.pagination li .current {
    display: block;
    background: #ece5d2;
    color: #000;
    padding: 0 7px;
}

.pagination a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 0 7px;
}

.pagination a:hover { background: #4f5f0a; color: #fff; }

/* GALERIE -------------------------------------------------------------- */

.galerie img { float: left; }

.ce_gallery table {
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -khtml-box-shadow: none;
    -o-box-shadow: none;
    margin-bottom: 1.5em;
    background: transparent;
}

.ce_gallery tbody td { border: 0; }

/* NAVIGATION ----------------------------------------------------------- */

#nav {
    background: #5e710c;
    float: left;
    width: 539px;
    margin-bottom: 15px;
    height: 30px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    -khtml-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    -o-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
}

#nav ul {
    list-style: none;
    font-family: Palatino, Georgia, Times, "Times New Roman", serif;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin: 0;
}

#nav li {
    float: left;
    padding: 0;
}

#nav li span.active, #nav a.trail {
    display: block;
    background: #ece5d2;
    color: #000;
    padding: 0 10px;
    line-height: 30px;
    height: 30px;
}

#nav a {
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 0 10px;
    line-height: 30px;
    height: 30px;
}

#nav a:hover {
    background: #4f5f0a;
    color: #fff;
}

#nav ul li ul {
    position: absolute;
    background: #70870e;
    box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    -khtml-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    -o-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    width: 140px;
    left: -999em;
    z-index: 10000;
}

#nav ul ul li { float: none; }
#nav ul li ul ul { margin: -30px 0 0 140px; }

#nav ul li:hover ul, #nav ul li ul li:hover ul,
#nav ul li.sfhover ul, #nav ul li ul li.sfhover ul {
    left: auto;
}

#nav ul li:hover ul ul,
#nav ul li.sfhover ul ul {
    left: -999em;
}

#nav .invisible,
#footer .invisible { display: none; }

/* SPRACHWECHSEL -------------------------------------------------------- */

#sprachwechsel ul { float: right; margin: 0 5px 10px 0; list-style: none; }
#sprachwechsel li { display: inline; }
