﻿/*
Theme: Theme Machine Responsive
Author: Orchard Team modified by Planet Telex – http://www.orchardproject.net, http://www.planettelex.net
Copyright: 2012, Orchard. All Rights Reserved
Acknowledgments: Modifications to TheThemeMachine for an enhanced mobile/responsive experience included snippets from: 
HTML5 BP (github.com/h5bp/html5-boilerplate), 
Normalize (git.io/normalize),
1140 Grid System (cssgrid.net/)
*/


/*  Color Palette
**************************************************************

Background: #fff
Borders: #dbdbdb
Text: #434343
Secondary Text: #999999
Main Accent: #999
Links: #5f97af
*/

/* Reset
***************************************************************/

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

/* Remember focus styles! */
:focus { outline: 0; }

ol, ul { list-style: none; }

/* Tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* HTML 5 elements as block */  
article, aside, details, figcaption, figure, 
footer, header, hgroup, nav, section, summary { display: block; }

/* Embedded Content */
figure {margin: 0}
img, object, embed, video { max-width: 100%; _width: 100%; height: auto; } /* Fluid images */
img {border: 0;	-ms-interpolation-mode: bicubic} /* Improve IE's resizing of images */
svg:not(:root) {overflow: hidden} /* Correct IE9 overflow */
audio, canvas, video { display: inline-block; } /* Corrects `inline-block` display not defined in IE 8/9. ! normalize.css v2.0.1 | MIT License | git.io/normalize */
audio:not([controls]) { display: none; height: 0; } /* Prevents modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. ! normalize.css v2.0.1 | MIT License | git.io/normalize */

/* Links */
a:focus { outline: thin dotted; } /* Addresses `outline` inconsistency between Chrome and other browsers. */
a:active, a:hover { outline: 0; } /* Improves readability when focused and also mouse hovered in all browsers. */

/* Clearing Floats
***************************************************************/

.group:after 
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.zone:after, .widget-control:after /* .zone:after self clears every zone container - .widget-control:after self clears any floats used in a widget */
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/* dis 
    
    http://psdinhtml.com/px-to-em/
    
    10px 0.625em 62.5% 8pt
    11px 0.688em 68.8% 8pt
    12px 0.75em 75% 9pt    
    13px 0.813em 81.3% 10pt
    */

/* General (Base styling for ALL devices and resolutions)
***************************************************************/


/* Default font settings. 
The font-size 81.3% sets the base font to 13px 

Pixels     EMs         Percent Points
6px     0.462em     46.2%     5pt
7px     0.538em     53.8%     5pt
8px     0.615em     61.5%     6pt
9px     0.692em     69.2%     7pt
10px     0.769em     76.9%     8pt
11px     0.846em     84.6%     8pt
12px     0.923em     92.3%     9pt
13px     1em         100%     10pt
14px     1.077em     107.7%     11pt
15px     1.154em     115.4%     11pt
16px     1.231em     123.1%     12pt
17px     1.308em     130.8%     13pt
18px     1.385em     138.5%     14pt
19px     1.462em     146.2%     14pt
20px     1.538em     153.8%     15pt
21px     1.615em     161.5%     16pt
22px     1.692em     169.2%     17pt
23px     1.769em     176.9%     17pt
24px     1.846em     184.6%     18pt
28.8px  2.2152em
*/

/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom. !normalize.css v2.0.1 | MIT License | git.io/normalize
 */

html,p {
    font-family: 'Open Sans', sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
    font-weight:400;
    /*text-rendering: optimizeLegibility;*/
}

body  {
  line-height: 1.2em; 
  font-size: 81.3%; /* May need to adjust responsive navigation placement if you change this value */  /* changed from 81.3 to */
  
  color: #434343; 
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  /*text-rendering: optimizeLegibility;*/
  margin: 0 auto;
  font-weight:400;
  width: 95%;  
}

/* Headings */
h1,h2,h3,h4,h5,h6 { font-weight: normal; margin:.6em 0; font-family: 'Crimson Text', serif; font-weight:bold;/*text-rendering: optimizeLegibility;*/}

h1 { font-size: 1.846em; line-height:1.1em; }
h2 { font-size: 1.385em; line-height:1.1em;}
h3 { font-size: 1.385em; line-height:1.1em;}
h4 { font-size: 1.077em; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

/* Aside Headings */
aside h1 { font-size: 1.154em; }
aside h2 { font-size: 1.077em; }
aside h3 { font-size: 1em; }
aside h4 { font-size: 1em; }
aside h5 { font-size: 1em; }
aside h6 { font-size: 1em; }

/* Lists */
li ul, 
li ol       { margin:0 2.03125%; }
ul, ol      { margin: 1.5em 2.03125%; line-height: 1.385em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 2.03125%;}

/* Text elements */
p                       { margin: 0 0 1em; line-height: 1.385em; }
p img.left, 
p img[align="left"],
p img.right, 
p img[align="right"]    { display: block; float: none; margin: 0.923em auto; }

a:focus, 
a:hover     { text-decoration: underline; }
a           { color: #5f97af; text-decoration: none; }

blockquote  { margin: 0.923em 1.25%; color: #666; font-style: italic; }
b, strong   { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
mark        { background: #ff0; color: #000; }
sup, sub    { line-height: 0; }

abbr, abbr[title],
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 0.923em; font-style: italic; }
del         { color:#666; }

pre         { margin: 0.923em 0; white-space: pre; white-space: pre-wrap; word-wrap: break-word;}
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.462em; }



/* Forms
***************************************************************/

form              { margin: 0; padding: 0;}
legend            { font-size: 1.231em; font-weight: normal; border:none;}
fieldset          { padding:.4615em 0 0; margin:0 0 .923em 0; border: 0px solid #dbdbdb; }
label             { font-weight:normal; display:block; padding: 0 0 0.3em 0; }
label.forcheckbox { margin:0 0 0 .4em; display:inline; }

input[type="text"], input[type="password"] {
    display: block;
    width: 43.33333333333333%;
    padding: 0.4615em;
}

input[type="checkbox"] {
    margin:.2em 0 1.2em 0;
}

fieldset ol     { list-style-type:none; padding: 0; margin: 0; }
fieldset ol li  { margin: 0 0 .4615em 0; }

form.inline, form.inline fieldset { /* todo: (heskew) need something other than .inline ... */
    display:inline;
}

form.inline fieldset {
    margin:0;
}

input[type="checkbox"]:focus, input[type="radio"]:focus {
    outline:1px dotted #666d51;
}

input[readonly] {
    background-color: #EBEBE4;
    color: #545454;
}

legend span {
    font-weight:normal;
}
label span {
    font-weight:normal;
}
label input {
    vertical-align:text-top;
}
.hint {
    display:block;
    font-size: 0.846em;
    color:#999;
    margin-top: 3px;
    padding: .2307em;
}
/* todo: (heskew) try to get .text on stuff like .text-box */
select, textarea, input.text, input.textMedium, input.text-small, input.text-box {
    width: 96%;
    font-family:inherit;
    padding:3px;
    border:1px solid #bdbcbc;
    font-family:inherit;
    font-size:inherit;
}
input.text, input.textMedium, input.text-box {
    line-height:1.2em;
}
/*Are we using the two classes below?*/
input.text-small {
    width: 5.41666666666667%; 
}
input.textMedium {
    width: 35.20833333333333%;
}
select {
    padding:1px;	
}
select:focus, textarea:focus, input.text:focus, input.text-box:focus, input.text-small:focus, input.textMedium:focus  {
    border-color:#666d51;
}
input.check-box {
    margin-left:0;
    vertical-align:-.1em;
}
input.large.text, textarea, fieldset {
    clear:both;
}

textarea {
    min-height:8em;
}

/* Structure
***************************************************************/
#layout-wrapper { }

#layout-header, #layout-navigation, #layout-featured, #layout-before-main, #layout-main, #layout-footer, #layout-after-main, #layout-tripel {
    max-width:960px;
    margin:0 auto;
}

/* Navigation */
#layout-navigation {
    margin: -3.3em auto 0;
    display: block;
    border-bottom: none;
}

.lt-ie8 #layout-navigation { margin-top: -1em; } /* Fix IE7 responsive navigation positioning issue */

nav ul {
    position: relative;
    z-index: 9998;
    margin: 0px;
    padding: 0px;
    list-style: none;    
}

        nav ul li {
        display:block;
        margin:0 2px -1px 0;        
        border:1px solid #dbdbdb;
        background:none;
    } /* Responsive Changes*/

    nav > ul li.current {
        /* border-bottom: 1px solid #DBDBDB; */
        color: #467491;

    }
   
    nav li.last { margin-right: 2px; }
    
    nav ul li a {   
        display:block;
        padding:.5em 18px;        
        color: #333;
        font-size: 1.077em;
        text-decoration:none;
        line-height:24px;
    }

/* first level */
nav > ul > li { float:none; }
nav > ul > li > a { float:none; }
nav > ul > li:hover > ul { display:block; }
nav > ul > li:hover { }
    
/* second level */
nav > ul > li > ul { margin: 0 0px 0px -1px; padding:0px; display:none; position:relative; border: 1px solid #dbdbdb; border-width: 0 0 0 1px; width: 100%; } /* Responsive Changes */
nav > ul > li > ul > li { list-style-type:none; margin:0px; border: none;}
nav > ul > li > ul > li > a { display:block; text-decoration:none; padding-left: 1.5em; }
nav > ul > li > ul > li > a:before { content: "→ "; }
nav > ul > li > ul > li:hover > a { }

nav > ul > li > ul > li:hover > ul { display:block; }

/* third level */
nav > ul > li > ul > li > ul { margin: 0 ; padding:0px; display:none; position:relative; border: 1px solid #dbdbdb; border-width: 0; width: 100%; } /* Responsive Changes */
nav > ul > li > ul > li > ul > li { list-style-type:none; margin:0px; border: none;}
nav > ul > li > ul > li > ul > li > a { display:block; text-decoration:none; padding-left: 2.5em; }
nav > ul > li > ul > li > ul > li > a:before { content: "→ "; }
nav > ul > li > ul > li > ul > li:hover > a { }

/* deeper levels */
nav > ul > li > ul > li > ul ul { display:none; }

/* responsive navigation */
#nav-collapsed { /* wrapper for collapsed navigation in mobile/small tablets */
    position: relative;
    z-index: 9999;
    display: block;
    float: right;
    margin: -.3em 2px -2px 0;
    padding: .5em;
    border: 1px solid #dbdbdb; /* Change color as desired */
    background-color: #f1f1f1; /* Change color as desired */
    color: #888; /* "Menu" text for medium breakpoints */
    font-weight: bold;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
}
#nav-collapsed.is-active { /* Clicked state for navigation button */
    padding-bottom: 1.5em;
    background-color: #fff; /* Change color as desired */
    border-bottom: 1px solid #fff;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

/* These bars are added markup for styling purposed only (three span tags)
 * You should consider changing to a background img (svg preferably with !Modernizr.svg fallback) */
#nav-collapsed span.responsive-nav-bars {
    display: block;
    float: left;
    clear: both;
    margin: 1px auto;
    width: 20px;
    height: 3px;
    background-color: #888; /* change color as desired for the three "nav bars" when in default state */
}
#nav-collapsed.is-active span.responsive-nav-bars { background-color: #666; } /* Change color of three "nav bars" when active */
#nav-collapsed span.responsive-menu-text { display: none; } /* "Menu" text for medium breakpoints */

/* Duplicate main navigation in footer. 
 * Only needed if set in ResponsiveChanges.js */
.footer-menu { display: block!important; margin: 0!important; } 


/* Breadcrumb */
nav ul.breadcrumb 
{
    border:none !important;
    display: inline-block !important;    
    z-index: 9997 !important;
    font-size:0.9em;
}

    nav ul.breadcrumb li
    {
        border:none !important;
        background:none !important;
        display:block !important;
        float: left !important;
        margin:0 2px -1px 0 ;
    }

    nav ul.breadcrumb li:after
    {
        content: "/"
    }
    
    nav ul.breadcrumb li.last:after
    {
        content: ""
    }

        nav ul.breadcrumb li a 
        {
            padding:0 9px;
            display:block;
            float: left;
            color: #5F97AF;            
            font-size: 100%;
        }
        
        nav ul.breadcrumb li a:hover
        {
            text-decoration: underline;
        }
        
#layout-header {}
    #branding 
    {
        float: left; 
        width: 77%;
        /*font-family: 'Lobster', Tahoma, Arial, Helvetica, sans-serif;*/
        font-size: 1.5em;
        padding: 0;
        margin: 0;
        transition:all .2s linear; 
        -o-transition:all .2s linear; 
        -moz-transition:all .2s linear; 
        -webkit-transition:all .2s linear;
    }
    #branding a 
    {
        text-decoration:none;
        color: #434343;
    }
#layout-navigation {}
#layout-featured {}
#layout-before-main {}
#layout-main {}
    #aside-first {}
    #layout-content {}
        #messages {}
        #before-content {}
        #content {}
        #after-content {}
    #aside-second {}
#layout-after-main {}
#layout-tripel {}
    #tripel-first {}
    #tripel-second {}
    #tripel-third {}
#layout-footer {}
    #footer-quad {}
        #footer-quad-first {}
        #footer-quad-second {}
        #footer-quad-third {}        
        #footer-quad-forth {}
    #footer-sig {}
    
/* Zones */
.zone 
{
    padding: 1em; /* Zones variate on size so percentages are not ideal. */
    
    /* Enable this to see zone visualizations */ /* TMP TMP TODO TODO dis*/
    /*background-color: yellow;
    box-shadow:inset 0 0 1px purple;
    -moz-box-shadow:inset 0 0 1px purple;
    -webkit-box-shadow:inset 0 0 1px purple; 
    */
} 
.zone-header { padding: 2.307em 1em 2.307em; position: relative; }
.zone-navigation { padding: 0; }
.zone-navigation { padding: 1em; } /* Responsive Changes */
.zone-featured {}
.zone-before-main {}
.zone-aside-first {}
.zone-messages {}
.zone-before-content {}
.zone-content {}
.zone-after-content {}
.zone-aside-second {}
.zone-after-main {}
.zone-tripel-first {}
.zone-tripel-second {}
.zone-tripel-third {}
.zone-footer-quad-first {}
.zone-footer-quad-second {}
.zone-footer-quad-third {}
.zone-footer-quad-fourth {}
.zone-footer { color: #999999; }

/* Secondary Zones moved to 768px media query as this is when the multi-column layout begins..*/

/* Main
***************************************************************/

/* Content lists and details */
.content-description { font-size: 1.154em; }
.content-items { padding: 0; margin: 0; list-style: none; }
.content-items li { padding: 0; margin: 0; }
.content-items .content-item { border-top: 1px solid #dbdbdb; padding: .4615em 0 .4615em 0; }
.content-items .content-item header {}
.content-items .content-item header h1 { font-size: 1.846em; color:#434343; }
.content-items .content-item header h1 a { color: #434343; }
.content-items .content-item header h1 a:hover {}

/* Tags */
.tags { margin-top: .9230em;}
.tags a { background-color: #dbdbdb; padding: .2307em .4615em; color: #434343; }
.tags a:hover { background-color: #434343; color: #fff; }

/* Metadata */
.metadata { margin: 0 0 .9230em 0; color: #999; font-size: 0.846em; }
.metadata .published { display: inline; margin: 0 .4615em 0 0; }
.metadata .commentcount { display: inline; }
.meta {}

/* Comments */
#comments { margin: 1.846em 0 0 0; padding: 0; }
.comment-form { margin: 1.846em 0 0 0; padding: 0; }
.comments { margin: 0; padding: 0; list-style: none; }
.comments li { margin: .9230em 0 0 0; padding: 1.25%; border: 1px solid #dbdbdb; }
.comment { margin: 0; padding: 0; }
.comment h4 { font-size: 1.077em; }
.comment .who {}
.comment .what {}
.comment #add-comment {}
.comment-form #comment-by { font-size: 1.231em; font-weight: normal; margin: 0 0 1.2em 0; border:none; }
.comment-disabled {}
.comment-count { font-size: 1.231em; }

/* Confirmations */
.message, .validation-summary-errors { margin:.7692em 0 .3076em 0; padding: .41666666666667%; }
.messages a { font-weight:bold; }
.message-Information { background:#e6f1c9; /* green */ border:1px solid #cfe493; color:#062232; }
.message-Warning { background:#fdf5bc; /* yellow */ border:1px solid #ffea9b; }
.critical.message, .validation-summary-errors, .message-Error { background:#e68585; /* red */ border:1px solid #990808; color:#fff; }



/* Widgets
***************************************************************/
.widgets {}
.widget h1 { font-size: 1.077em; }

/* Edit Mode Widgets */
/* These are the edit controls that appear when you're logged-in */
.widget-control { position: relative; border: 1px dotted #5f97af; }
.widget-control .manage-actions { position:absolute; top: 0px; right: 0px; }
.widget-control .manage-actions a { display: block; background-color: #dbdbdb; color: #434343; padding: 3px 6px;  }
.widget-control .manage-actions a:hover { background-color: #434343; color: #fff; text-decoration: none; }

/* Content Mode */
.content-control { border: 1px dotted #5f97af; overflow:auto; position: relative; }
.content-control .manage-actions { position:absolute; top: 0px; right: 0px; }
.content-control .manage-actions a { display: block; background-color: #dbdbdb; color: #434343; padding: 3px 6px;  }
.content-control .manage-actions a:hover { background-color: #434343; color: #fff; text-decoration: none; }



/* Pager
***************************************************************/

.pager { list-style: none; padding: 0; margin: 12px 0 0 0; }
.pager li { float: left; padding: 0 12px 0 0; margin: 0; }
.pager a, .pager span { font-size: 1.077em; display: block; background-color: #dbdbdb; padding: 6px 6px; color: #434343;}
.pager a:hover { background-color: #434343; color: #fff; }
.pager span { background-color:inherit; }


/* Misc
***************************************************************/

.small      { font-size: 0.615em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.231em; line-height: 2.231em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

.credits { float: left; }
.user-display { float: left; padding: 0 1.25%; }
.user-display .welcome {}
.user-display .user-actions {}

.login-form { margin: 1.8461em 0 0 0; }



/* CSS 3 Enhancements 
***************************************************************/

input[type="submit"], input[type="button"], button, .button, .button:link, .button:visited {
    color:#333;
    background:#F5F5F5;
    background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#cbcbcb));
    background:-moz-linear-gradient(top , #F5F5F5, #cbcbcb);
    border:1px solid #999;
    cursor:pointer;
    margin:.2em 0 2em 0;
    padding:.3em 1.8em;
    text-align:center;
    text-align:left;

    border:none;
    margin:0;
    padding:0;
    text-decoration:underline;
   
}

input[type="submit"]:hover, input[type="button"]:hover,
input[type="submit"]:active, input[type="button"]:active,
input[type="submit"]:focus, input[type="button"]:focus,
button:hover, .button:hover,
button:active, .button:active,
button:focus, .button:focus {
    /*text-decoration:none; */
    background: #ebebeb;
    background: -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#ebebeb));
    background:-moz-linear-gradient(top , #e1e1e1, #ebebeb);
}


/*
 Media Queries
***************************************************************/

/* MOBILE PORTRAIT */
@media only screen and (min-width: 320px) {
body {
		
}
} /* end media query */




/* MOBILE LANDSCAPE */
@media only screen and (min-width: 480px) {
body {
		
}

/* Structure*/
#branding {
    font-size: 2em;
    transition:all .2s linear; 
    -o-transition:all .2s linear; 
    -moz-transition:all .2s linear; 
    -webkit-transition:all .2s linear;
}

/* Float Images */
p img.left, 
p img[align="left"]     { float: left; margin: 0.923em 0.923em 0.923em 0; }
p img.right, 
p img[align="right"]    { float: right; margin: 0.923em 0 0.923em 0.923em; }

} /* end media query */




/* SMALL TABLET */
@media only screen and (min-width: 600px) {
body 
{
		
}

/* Branding */
#branding {
    font-size: 2.9em;
    transition:all .2s linear; 
    -o-transition:all .2s linear; 
    -moz-transition:all .2s linear; 
    -webkit-transition:all .2s linear;
}

/* Navigation */
#nav-collapsed {
    width: 65px;
    margin-top: -1em;
    padding: 1.9em;
}
#nav-collapsed.is-active { padding-bottom: 3em; color: #666; }
#nav-collapsed span.responsive-menu-text {
    display: inline-block;
    padding-left: .5em;
    vertical-align: middle;
}

/* Forms */
select, textarea, input.text, input.textMedium, input.text-small, input.text-box { max-width: 65%;}

} /* end media query */




/* TABLET/NETBOOK (iPad and most Android Tablets in portrait) */
@media only screen and (min-width: 768px) { 
body {
}

/* Structure
***************************************************************/

/* Navigation */
#layout-navigation { margin-top: 0; }
.lt-ie8 #layout-navigation { margin-top: 2em; }
nav ul li { background:#f6f6f6; margin: 0 2px -1px 0; }
nav li.last { margin-right: 0; } 
nav ul li a { padding:0 8px; }
nav > ul li.current { } 
nav > ul li.dropdown:hover { background: #eee; }  /* level 1 hover */
nav > ul li.dropdown li.dropdown:hover { background: #eee; } 

 
/* first level */
nav > ul > li { float:left; }
nav > ul > li > a { float:left; } 
    
/* second level */
    nav > ul > li > ul
    {
        margin: 24px 0px 0px -1px;
        position: absolute;
        width: auto;
    }
.lt-ie8 nav > ul > li > ul { margin-left: -6.9em; }
nav > ul > li > ul > li > a { padding:0 18px; }
nav > ul > li > ul > li > a:before { content: ""; }

/* third level */
nav > ul > li > ul > li > ul { margin: -20px -1px 0px 90% ; position:absolute; }
nav > ul > li > ul > li > ul > li > a { padding:0 18px; }
nav > ul > li > ul > li > ul > li > a:before { content: ""; }

/* Hide duplicated navigation in footer
** Only needed if set in ResponsiveChanges.js */
.footer-menu { display: none!important; } 


/* Zones
***************************************************************/
.zone-navigation { margin-left: 1em; padding: 0; border-bottom: 1px solid #DBDBDB; }

/* Secondary Zones */

/* Aside Zones */
/* If zone 1 is on */
.aside-1 #layout-content { float: right; width: 62.5%; }
.aside-1 .aside-first { float: left; width: 37.5%; }

/* If zone 2 is on */
.aside-2 #layout-content { float: left; width: 62.5%; }
.aside-2 .aside-second { float: right; width: 37.5%; }

/* If zones 1, 2 are on */
.aside-12 #layout-content { width: 62.5%; }
.aside-12 .aside-first, .aside-12 .aside-second { width: 18.75%; }
.aside-12 .aside-first, .aside-12 .aside-second, .aside-12 #layout-content { float:left; }




/* ================================= */
/* DIS override */
/* ================================= */

/* Aside Zones */
/* If zone 1 is on */
.aside-1 #layout-content { float: right; width: 81.25%; }
.aside-1 .aside-first { float: left; width: 18.75%; }

/* If zone 2 is on */
.aside-2 #layout-content { float: left; width: 81.25%; }
.aside-2 .aside-second { float: right; width: 18.75%; }

/* If zones 1, 2 are on */
.aside-12 #layout-content { width: 62.5%; }
.aside-12 .aside-first, .aside-12 .aside-second { width: 18.75%; }
.aside-12 .aside-first, .aside-12 .aside-second, .aside-12 #layout-content { float:left; }

/* ================================= */






/* Tripel Zones*/
#layout-tripel > div { float:left; width: auto; }

/*2 zones on */
.tripel-12 #layout-tripel > div { width:50%; } /* If zones 1, 2 are on */
.tripel-23 #layout-tripel > div { width:50%; } /* If zones 2, 3 are on */
.tripel-13 #layout-tripel > div { width:50%; } /* If zones 1, 3 are on */

/*3 zones on */
.tripel-123 #layout-tripel > div { width:33.33333333333333%; } /* If zones 1, 2, 3 are on */

/* Quad Footer Zones */
#footer-quad > div { float:left; width:25%; }

/*1 zone on */
.split-1 #footer-quad-first { width:auto; } /* If zone 1 is on */
.split-2 #footer-quad-second { width:auto; } /* If zone 2 is on */
.split-3 #footer-quad-third { width:auto; } /* If zone 3 is on */
.split-4 #footer-quad-fourth { width:auto; } /* If zone 4 is on */

/*2 zones on */
.split-12 #footer-quad-first, .split-12 #footer-quad-second { width:50%; } /* If zones 1, 2 are on */
.split-13 #footer-quad-first, .split-13 #footer-quad-third { width:50%; } /* If zones 1, 3 are on */
.split-14 #footer-quad-first, .split-14 #footer-quad-fourth { width:50%; } /* If zones 1, 4 are on */
.split-23 #footer-quad-second, .split-23 #footer-quad-third { width:50%; } /* If zones 2, 3 are on */
.split-24 #footer-quad-second, .split-24 #footer-quad-fourth { width:50%; } /* If zones 2, 4 are on */
.split-34 #footer-quad-third, .split-34 #footer-quad-fourth { width:50%; } /* If zones 3, 4 are on */

/*3 zones on */
.split-234 #footer-quad-second { width:50%; } /* If zones 2, 3, 4 are on */
.split-134 #footer-quad-first { width:50%; } /* If zones 1, 3, 4 are on */
.split-124 #footer-quad-fourth { width:50%; } /* If zones 1, 2, 4 are on */
.split-123 #footer-quad-third { width:50%; } /* If zones 1, 2, 3 are on */

/*3 zones on - alternate layout*/
/*.split-123 #footer-quad-first, .split-123 #footer-quad-second, .split-123 #footer-quad-third { width:33.33333333333333%; }*/ /* If zones 1, 2, 3 are on */
/*.split-124 #footer-quad-first, .split-124 #footer-quad-second, .split-124 #footer-quad-fourth { width:33.33333333333333%; }*/ /* If zones 1, 2, 4 are on */
/*.split-134 #footer-quad-first, .split-134 #footer-quad-third, .split-134 #footer-quad-fourth { width:33.33333333333333%; }*/ /* If zones 1, 3, 4 are on */
/*.split-234 #footer-quad-second, .split-234 #footer-quad-third, .split-234 #footer-quad-fourth { width:33.33333333333333%; }*/ /* If zones 2, 3, 4 are on */
	
/*
GRID LAYOUT BEGINS HERE FOR USE 
WITHIN HTML WIDGET AREAS AND EDITOR IF ADDITIONAL COLUMNS/ROWS ARE
DESIRED
***************************************************************/
/* This is using the 1140 Grid System: http://cssgrid.net/ */
.row {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.row:after {
	content: ".";
	display: block;
	width: 100%;
	height: 0;
	visibility: hidden;
}
.onecol    { width: 4.85%;  } /* grid_1  */
.twocol    { width: 13.45%; } /* grid_2  */
.threecol  { width: 22.05%; } /* grid_3  */ 
.fourcol   { width: 30.75%; } /* grid_4  */
.fivecol   { width: 39.45%; } /* grid_5  */
.sixcol    { width: 48%;    } /* grid_6  */
.sevencol  { width: 56.75%; } /* grid_7  */
.eightcol  { width: 65.4%;  } /* grid_8  */
.ninecol   { width: 74.05%; } /* grid_9  */
.tencol    { width: 82.7%;  } /* grid_10 */
.elevencol { width: 91.35%; } /* grid_11 */
.twelvecol { width: 100%;   } /* grid_12 */
	
/* layout & column defaults */
.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol { 
	float: left; 
	position: relative;
	margin-right: 3.8%; 
}
	
/* adding float to large column */
.twelvecol {
	float: left;
	position: relative;
}
	
/* default styles & fixes */
.col-last { 
	margin-right: 0; 
	float: right;
}

} /* end media query */




/* LANDSCAPE TABLET/NETBOOK/LAPTOP */
@media only screen and (min-width: 1024px) { 
.layout-content {
	max-width: 1160px;
}
} /* end media query */




@media only screen and (min-width: 1280px) { 
/* DESKTOP */
body {

}
} /* end media query */




/* WIDESCREEN */
@media only screen and (min-width: 1400px) { 
body { font-size: 100%; } /* Increased legibility on large screens */
#layout-header, #layout-navigation,  #layout-featured, #layout-before-main, #layout-main, #layout-footer, #layout-after-main, #layout-tripel {
max-width: 1400px;
}

} /* end media query */




/* PRINT */
@media print {
* {background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important} /* Black prints faster */
a, a:visited {color: #444 !important; text-decoration: underline}
/*a[href]:after {content: " (" attr(href) ")"}*/
abbr[title]:after {content: " (" attr(title) ")"}
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {content: ""}  /* Don't print links for images, javascript or internal links */
pre, blockquote {border: 1px solid #999; page-break-inside: avoid; }
thead {display: table-header-group; } /* Repeat header row at top of each printed page */
tr, img {page-break-inside: avoid; }
img {max-width: 100% !important; }
@page {margin: 1cm;}
p, h2, h3 {orphans: 3; widows: 3}
h2, h3{page-break-after: avoid}
}











/* tag cloud */

ul.tagcloud { list-style: none; line-height:1.2em; }
ul.tagcloud a { text-decoration: none;}
li.tagCloud-tag { display: inline; }
.tagCloud-1 { font-size: 0.6em; }
.tagCloud-2 { font-size: 0.6em;}
.tagCloud-3 { font-size: 0.8em; }
.tagCloud-4 { font-size: 1em; }
.tagCloud-5 { font-size: 1em; font-weight:700; }
.tagCloud-6 { font-size: 1.1em; }
.tagCloud-7 { font-size: 1.2em; }
.tagCloud-8 { font-size: 1.2em;  font-weight:700;}
.tagCloud-9 { font-size: 1.4em; }
.tagCloud-10 { font-size: 1.6em;  }


li.tagCloud-tag.tagCloud-1
{
    display:none;
}


/*.aside-2 .aside-second { float: right; width: 10.5%; }*/


/* navigation */

nav ul.menu.menu-main-menu
{
    text-transform:uppercase;
}



nav ul li
{
    background-color: rgb(75,75,75);    
}
    



nav > ul li a:hover, /* level 1 hover */
nav > ul li ul li a:hover, /* level 2 hover ohne sub-level*/
nav > ul li.dropdown li.dropdown a:hover /* level 2 hover with sub-level*/
{         
    color:#467491;font-weight:normal;   
         
}


nav ul li
{
    margin-right: 0;
    /*border-color:red;*/
    border:0;
}



nav ul li a, nav ul li a:hover,          nav ul li.dropdown.current  ul li a
{
    color:white;    
    text-decoration: none;    
}


nav ul li.dropdown.current a, nav > ul li.current,nav > ul li.current a
{
    color: #9eb4c7;
}
    
/*
nav ul li.dropdown.current  ul li a
{
    color:white;
}
    */

nav ul li a:hover, nav ul li.dropdown.current  ul li a:hover
{
    color: #467491;
}

  
    



.zone-navigation
{
    margin-left:0;
}


#header
{
    margin: 1em 0;
}




.widget-tag-cloud header
{
    
}

/*.widget-tag-cloud header h1, .widget-LINKS h1, .widget-weiterePM h1*/
article.widget-aside-second h1
{
    font-family: 'Open Sans';
    /*text-rendering: optimizeLegibility;*/
    font-size: 1.1em;
    font-weight:600;
    background-color: rgb(75,75,75);    
    padding: 3px;
    color:white;    
    text-transform:uppercase;
    margin-bottom:0.75em;
    font-weight:normal;

}

.zone
{
    padding:0;
    padding-right:0.5em;
    padding-right:20px;
}

.widget-search-form 
{
    /*line-height:24px;*/
}


fieldset
{
    padding:0;
    margin:0;
}


/* nav spacing between menu items */

nav ul li a,
nav > ul > li > ul > li > a
{    
    padding: 0 7px;    
}



/* Tags */
.tags { margin:0;}

article.content-item header p.tags
{
    margin-bottom:0em;
}

.tags, .tags a
{
    color:gray;
}

.tags a { padding: .2307em .4615em; padding:0;color: #434343; text-decoration: underline; background-color:white;}
.tags a:hover { background-color: white; color: #000; }

ul.pmlist, ul.rswidgetlist
{
    list-style-type:none;
}

ul > li.pmlistitem, ul > li.rswidgetlistitem, ul.search-results.content-items > li
{
    margin-bottom:1em;
}

article.widget-aside-second > ul
{
    margin-top:0;
    /*margin-left:0;*/
    
}


nav > ul li.dropdown:hover { background: rgb(75,75,75); }  /* level 1 hover */
nav > ul li.dropdown li.dropdown:hover { background: rgb(75,75,75); } 



a
{
    color: black;
    text-decoration:underline;
}

/* ============================================================================== */
/* Listen von Content-Einträgen (Queries/Projections) */
/* ============================================================================== */

ul.listcontent > li.listitemcontent
{
    margin-bottom:2em;        
}

ul.listcontent
{
    list-style-type:none;
    margin-left:0;
}

.listcontent-date 
{
    color:red;
}

.listcontent-previewtext
{
    color:green;
}

.widget h1 { font-size: 1.308em; }

ul.tagcloud a
{
    text-decoration: none;
}


/* ============================================================================== */





article.widget-before-content.widget-menu-widget.widget header h1
{
    display: inline;    
}



.startmeldungimg
{
    float:left;
    
    
    width:165px; 
    width:37%; 
}

    .startmeldungimg img
    {
        display:block;
    }

.startmeldungtext
{
        
    
     
    margin-left:165px;    
    margin-left:40%;   
}


div.zone.zone-aside-first nav ul.menu
{
    z-index:800;
}
div.zone.zone-aside-first nav ul.menu li
{
    background-color:white;    
}

div.zone.zone-aside-first nav ul.menu li a
{
    color:black;
    text-decoration:underline;
    padding:0;
}

div.zone.zone-aside-first nav ul.menu li.current a
{
    color: black;
    text-decoration:none;
    font-weight:700;
}


nav > ul > li > ul > li > ul { width:auto;/*width: 300px;*/}

#projectsimageview
{
 
}

#projectthumbnails
{
 
}
.htmlWrapperContent {
    background-color: #94CCE7;
}



/* clear float left of image */
article.content-item.product:after, .listcontent li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


article.content-item.product, .productcartstuff
{
    max-width:750px;
}

.shoplistimgcontainer
{
    float:left;
    margin-right: 20px;
}

article.widget-before-content.widget-menu-widget.widget header h1
/*, article.widget-before-content.widget-menu-widget.widget nav ul, article.widget-before-content.widget-menu-widget.widget nav ul li
*/
{
    /*display:inline;*/
    float:left;
    margin:0;padding:0;margin-right:10px;
}

ul.breadcrumb
{
    line-height:1;
}

nav ul.breadcrumb li a {   
        display:block;
        padding:0;
        color: black;
        font-size: 1em;
        text-decoration:underline;
        line-height:1;
    }

/*
nav ul.breadcrumb li.last a
{
    text-decoration: none;
    cursor: default;
}
    */

nav ul.breadcrumb li
{
    margin: 0;
    padding:0;
}

article.widget-before-content.widget-menu-widget.widget header h1
{
    /* "sie sind hier" */   
    font-family: 'Open Sans', sans-serif;  
    /*text-rendering: optimizeLegibility;*/
    font-weight:400;
    font-size: 100%;
}
article.widget-before-content.widget-menu-widget.widget 
{    
    margin-bottom:1em;
}


#content .bodyWrapper
{
    /*margin-top:1em;    */
    max-width:700px; 
    max-width:640px; 
}

#content article.content-item.projekt > .bodyWrapper
{
    max-width:580px; 
}

#content ul.listcontent
{    
    max-width:900px; 
}




h2, .content-items .content-item header h2
{
    font-size:1.6em;
}






/* search box */


.submitLink {
     background:url(../img/search.gif) no-repeat;
     height:20px;     
     width:16px;
     background-position:center;
     border:none;
 }





#prodsearch 
{
    /*width:164px;*/
    height:22px;
    background-color:white;margin:0;padding:0;margin-top:6px; margin-bottom:6px;padding:2px;   
    margin:0;
    padding:0;
    border:solid 1px rgb(75, 75, 75);
    /*margin-right:30px;*/
}


.prodsearchinput
{
    width:145px;background-color:white;background-color:white;float:left;margin:0;padding:0px;    
    padding:3px;
    border:none;

}

.prodsearchbuttoncontainer
{
    float:left;width:15px;height:15px;background-color: white;display:block;padding-top:0px;padding-bottom:0px;
    width:0px;
}

.prodsearchbuttoncontainer img
{
    display:inline;margin:0;border:0;padding:0;
}

input[type="submit"].prodsearchinput, input[type="button"].prodsearchinput, button, .button, .button:link, .button:visited 
{    
    margin:0;
    padding:3px;
    padding:0;
    
}

.search-form button[type='submit']
{
    margin-left:-10px;
    margin-left:0px;
    margin-bottom:2px;
}



.widget-search-form
{
    float:none;
}

/*
div.zone.zone-navigation-search
{
    padding-right:0px;
}
    */


#prodsearchcontainer
{
    width:100%;
}

input[type="text"].prodsearchinput
{ 
    width:inherit;    
    padding:3px;
    padding-right:22px;
    width:70%;
}

@media only screen and (min-width: 1400px)
{
    input[type="text"].prodsearchinput
    {
        padding-right:10px;
        width:85%;
    }

    #content .bodyWrapper
    {
        max-width:780px;         
    }

}


/* Nav and Nav search zones (splittet nav zone! new!) */
.navmenucontainer
{
    width: 81.25%;    
    float: left;
}


.navsearchcontainer
{
    width: 18.75%; 
    float: left;
}

/*div.zone.zone-navigation*/
.layout-navigation-pure1
{ 
    width:100%;    
}

.zone.zone-navigation
{
       background-color:rgb(74,75,75);
       height:24px; /*otherwise auto 23 (1 too less) */
}


hr.ruler, hr.ruler2
{
    border-bottom-width:0px;border-top-width:1px;border-bottom-style:solid;border-top-style:solid;padding-top:4px;
    border-left:none;
    border-right:0;
    width: 100%;
    float:none; 
    display:block;
    clear:left;
    padding-right:0;margin-right:0;   
}

hr.ruler2
{
    padding-top:0;
}

hr.ruler:after, hr.ruler2:after,  .previewentrypara:after, ul.blog-posts.content-items li:after, ul.tagged-posts.content-items li:after, .imagegallerycontainer:after, .imagegallerycontainer:before, ul.search-results.content-items li:after
{
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
}

.imagegallerycontainer
{
    margin-top:2em;    
}

.zone-navigation
{
    border-bottom: 0;
}


.zone
{
    padding:0;
    margin-right:20px;
    /* use margin not padding since background visible also in padding but not in margin */
}

.attach-desc-zveen
{
    margin-bottom:0;
}

.attach-list-zveen-ul
{
    margin-bottom:2.5em;
}

.imagegalleryimgtext
{
    margin-top:0.5em;
    margin-bottom:1em;
    max-width:155px;
    font-size:0.8em;
    /*height:80px;*/
}




.previewentry 
{
}

.previewentryimgoutercontainer
{   
    float:left;
    width:20%;    
}

.previewentryimgcontainer 
{
    
    margin-right:20px;
    
}

.previewentrypara
{
    float:left;
    width:80%;
}

.previewentryparaheader
{
    font-size:0.9em;
    margin-bottom:0.5em;    
}

.previewentrypara h2
{
    margin-top:0;padding-top:0;
}

.previewentrytimestamp
{
    
    line-height:1em;
    margin-bottom:1em;
}

.previewentrypara p.tags
{
    
}

.previewentrypara p.tags spa
{
    }


ul.blog-posts.content-items li, ul.tagged-posts.content-items li
{
    margin-bottom:2.5em;
}

.newslettersubscr_pretext
{
    margin-bottom: 2em;
}


.validation-summary-errors
{
    margin-bottom:1.5em;
}

.content-items .content-item
{
    border:none;
}



.downloadwithpreviewentry
{
    margin-right:15px;float:left;margin-bottom:1em;
}

h2.downloads
{
    margin-top:1.5em;
    margin-bottom:0;
}

ul.downloadscontainer
{
    margin-top:0;
}

.imagegallerycontainer
{
    margin-bottom:2em;
}

#content div.bodyWrapper ul
{
    margin-top:0;
    padding-top:0;
}

#content div.bodyWrapper h3
{
    margin-top:2em;
}
/* p vor div.bodyWrapper ul sollte margin-bottom:0 haben
    to do
    */


.productcartstuff
{
    margin: 1em 0 2em 0;
}




h1
{
    /*font-size: 1.846em;*/
}

.content-item p.tags
{
    display: inline;
}


a:hover
{
    color: #467491 !important;
}

.contentinfo
{
    font-size:0.9em;
}

article.widget-aside-first.widget-menu-widget.widget nav ul li
{
    margin-bottom: 0.6em;
}

    article.widget-aside-first.widget-menu-widget.widget nav ul li a
    {
        line-height: 1.385em;
    }

.projectsimageview
{
    
}


.projectimagecontainer
{
    max-width: 1120px;
    margin-bottom:1em;
}







@media only screen and (max-width: 886px)
{
    input[type="text"].prodsearchinput
    {
        
        padding-right: 10px;
    }
}

/* MOBILE PORTRAIT */
@media only screen and (max-width: 767px) { /* not ipAD PORTRAIT quick fix 768->767 */
    .navsearchcontainer
    {
        width: 100%; 
        float: none;
        display:block;
        padding-right:0;    
        margin-top:40px;
    }


    input.prodsearchinput[type="text"]
    {
        width:90%;
    }

 
} /* end media query */

@media only screen and (max-width: 768px)
{
    nav ul.menu.menu-main-menu li a,
    .zone.zone-aside-first nav ul li a
    {
        font-size: 0.9em;
    }
}


@media only screen and (max-width: 334px) {

    input.prodsearchinput[type="text"]
    {
        width:80%;
    }

} /* end media query */



.shopwidgetentry
{
    margin-bottom:1.5em;

}

.shopwidgetentry input
{
    width: 60%;
}

/*.shopwidgetentry*/ button.addtocart-button
{                 
    background:url(../img/cart.png) no-repeat;
    height:20px;     
    width:30px;
    background-position:bottom;            
    padding-top:0px;       
    border:none;
}

.shopwidgetentry .previewentrypara
{
    float:none;
}


h1, h2, h3
{
    margin-bottom:0;
}

h1
{
    margin-top:1em;    
    margin-bottom:0.5em; /* NEU */
}

h2, h3
{
    margin-top: 1.5em;
}

#slides2container
{
    /*margin-top:1em;    */
}

.projectimagecontainer
{
    margin-bottom:1.5em;
}


nav  ul  li  ul li.dropdown a:after
{
    content: " →";
    float:right;   
}



nav  ul  li  ul li.dropdown ul li a:after
{
    content: "";
    float:none;
}

nav ul.menu.menu-main-menu
{
    white-space:nowrap;
}

fieldset.login-form.group legend
{
    margin-bottom:1em;
}



/*mailorderinputform*/
fieldset.mailorderfs 
{
  padding: 1em;  
  }
fieldset.mailorderfs label
{
  float:left;
  width:105px;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:left;  
}

fieldset.mailorderfs input
{
    float: left;
    margin-right:2em;
}



article.widget-aside-second.widget-shopping-cart-widget.widget ul
{    
    list-style-type:none;
}

article.widget-aside-second.widget-shopping-cart-widget.widget ul li
{
    margin-bottom:1em;
}

article.widget-aside-second.widget-shopping-cart-widget.widget .total
{
    margin-left:2.03%;
}

input[type="submit"]
{
background-color: transparent;
text-decoration: underline;
border: none;
color: black;
cursor: pointer;
padding:0;
}



.mailordersubmit input[type="submit"]
{
    font-size:1.2em;color:red;
}

h2.bildnachweis
{
    margin:0;padding:0;
    margin-bottom:1em;
    margin-top:1em;
}


article.shoppingcart
{
    margin-top:2em;
}

article.shoppingcart td, article.shoppingcart tr td
{
    padding-right: 10px;
    
}

    table.sctable { 
           border-collapse: separate;
           border-spacing: 0 0.5em;
           
}


article.shoppingcart thead tr td
{
    border-bottom:solid 1px black;
    font-weight:bold;
}

article.shoppingcart tfoot  tr td
{
    border-top:solid 1px black;
    font-weight:bold;
    padding-top:1em;
}

 

ul.checkout 
{
    list-style-type:none;
    margin-left:0;
    padding-left:0;
}

    ul.checkout li
    {
        margin-left: 0;
        padding-left:0;
    }


input[type="submit"], input[type="button"], button, .button, .button:link, .button:visited
{
    background: none;
}


    input[type="submit"]:hover, input[type="button"]:hover,
    input[type="submit"]:active, input[type="button"]:active,
    input[type="submit"]:focus, input[type="button"]:focus,
    /*
    button:hover, .button:hover,
    button:active, .button:active,
    button:focus, .button:focus
        */
    button.update-button
    {
           background: none;
           text-decoration:underline;
    }


button
{
    border-image-width:0;
}



.bildnachweis-lcol
{
    float:left; width:20%;margin-right:30px;
}

.bildnachweis-rcol
{
    float:left; 
    max-width:600px;
}

.bildnachweis-entry
{
    margin-bottom:1.5em;
}