/*! normalize.css 2011-10-24T11:29 UTC - http://github.com/necolas/normalize.css */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
        display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
*/

audio,
canvas,
video {
        display: inline-block;
        *display: inline;
        *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
*/

audio:not([controls]) {
        display: none;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
*/

[hidden] {
        display: none;
}


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Keeps page centred in all browsers regardless of content height
 * 3. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
*/

html {
        font-size: 100%; /* 1 */
        overflow-y: scroll; /* 2 */
        -webkit-text-size-adjust: 100%; /* 3 */
        -ms-text-size-adjust: 100%; /* 3 */
}

/*
 * Addresses margins handled incorrectly in IE6/7
*/

body {
        margin: 0;
}

/* 
 * Addresses font-family inconsistency between 'textarea' and other form elements.
*/

body,
button,
input,
select,
textarea {
        font-family: sans-serif;
}


/* =============================================================================
   Links
   ========================================================================== */

/*
 * Addresses outline displayed oddly in Chrome
*/

a:focus {
        outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
*/

a:hover,
a:active {
        outline: 0;
}


/* =============================================================================
   Typography
   ========================================================================== */

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
*/

abbr[title] {
        border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3/4, S4/5, Chrome
*/

b, 
strong { 
        /*    font-weight: bold; */
}

blockquote {
        margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
*/

dfn {
        font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
*/

mark {
        background: #ff0;
        color: #000;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
*/

pre,
code,
kbd,
samp {
        font-family: monospace, serif;
        _font-family: 'courier new', monospace;
        font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
*/

pre {
        white-space: pre;
        white-space: pre-wrap;
        word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
*/

/* 1 */

q {
        quotes: none;
}

/* 2 */

q:before,
q:after {
        content: '';
        content: none;
}

small {
        font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
*/

sub,
sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline;
}

sup {
        top: -0.5em;
}

sub {
        bottom: -0.25em;
}


/* =============================================================================
   Lists
   ========================================================================== */

ul,
ol {
        margin: 1em 0;
        padding: 0 0 0 0px;

}

dd {
        margin: 0 0 0 40px;
}

nav ul,
nav ol {
        list-style: none;
        list-style-image: none;
}


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
*/

img {
        border: 0; /* 1 */
        -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9 
*/

svg:not(:root) {
        overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
*/

figure {
        margin: 0;
}


/* =============================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE6/7
*/

form {
        margin: 0;
}

/*
 * Define consistent border, margin, and padding
*/

fieldset {
        border: 1px solid #c0c0c0;
        margin: 0 2px;
        padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects alignment displayed oddly in IE6/7
*/

legend {
        border: 0; /* 1 */
        *margin-left: -7px; /* 2 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3/4, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
*/

button,
input,
select,
textarea {
        font-size: 100%; /* 1 */
        margin: 0; /* 2 */
        vertical-align: baseline; /* 3 */
        *vertical-align: middle; /* 3 */
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
*/

button,
input {
        line-height: normal; /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Corrects inner spacing displayed oddly in IE7 without effecting normal text inputs
 *    Known issue: inner spacing remains in IE6
*/

button,
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
        cursor: pointer; /* 1 */
        -webkit-appearance: button; /* 2 */
        *overflow: visible;  /* 3 */
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Addresses excess padding in IE8/9
*/

input[type="checkbox"],
input[type="radio"] {
        box-sizing: border-box; /* 1 */
        padding: 0; /* 2 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof)
*/

input[type="search"] {
        -webkit-appearance: textfield; /* 1 */
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box; /* 2 */
        box-sizing: content-box;
}

/*
 * Corrects inner padding displayed oddly in S5, Chrome on OSX
*/

input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
}

/*
 * Corrects inner padding and border displayed oddly in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
*/

button::-moz-focus-inner,
input::-moz-focus-inner {
        border: 0;
        padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
*/

textarea {
        overflow: auto; /* 1 */
        vertical-align: top; /* 2 */
}


/* =============================================================================
   Tables
   ========================================================================== */

/* 
 * Remove most spacing between table cells
*/

table {
        border-collapse: collapse;
        border-spacing: 0;
}

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- 

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, 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 {
        border: 0;
        font-family: inherit;
        font-size: 100%;
        font-style: inherit;
        font-weight: inherit;
        margin: 0;
        outline: 0;
        padding: 0;
        vertical-align: baseline;
}
:focus {
        outline: 0;
}
body {
        background: #fff;
        line-height: 1;
}
ol, ul {
        list-style: none;
}
table {
        border-collapse: separate;
        border-spacing: 0;
}
caption, th, td {
        font-weight: normal;
        text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
        content: "";
}
blockquote, q {
        quotes: "" "";
}
a img {
        border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
        display: block;

}
 Reset Ende */




/* Standard */
html {
        font-size: 100%; /* 1 */
        overflow-y: scroll; /* 2 */
        -webkit-text-size-adjust: 100%; /* 3 */
        -ms-text-size-adjust: 100%; /* 3 */
}

body {
        background: #fff;
        font-family: Arial, Helvetica, sans-serif;
        min-width: 960px;
        font: 13px/1.5 Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;
}

p {
        margin-top: 5px;
        margin-bottom: 1.625em;
}
strong {
        color: #e2001a;
}

br.dirtyLittleTrick {
        clear: both;
        display: block;
        height: 1px;
        margin: -1px 0 0 0
}

/* Use this br class to clear your floated columns */
.aligncenter {
        display: block;
        margin: 0 auto;
        background-color: #F6F6F6;
        border: 1px solid #EFEFEF;
        padding: 5px 5px;
}

.alignleft {
        float: left;
        background-color: #F6F6F6;
        border: 1px solid #EFEFEF;
        margin: 0 15px 15px 0;
        padding: 5px 5px;
}
.alignright {
        float: right;
        background-color: #F6F6F6;
        border: 1px solid #EFEFEF;
        margin: 0 0 15px 15px;
        padding: 5px 5px;
}


.fb-login-span {
        background: url("../img/fb_login.png") no-repeat scroll 0 0 transparent;
        border: 1px solid #1A356E;
        color: white;
        display: inline-block;
        line-height: 20px;
        padding-left: 25px;
        padding-right: 4px;
        text-decoration: none;
        height:20px;
        font-family: Arial,Verdana,'Trebuchet MS',Helvetica;
        font-size:11px;
        overflow:hidden;
}
#fb-login-cont{
        width:22px; height:22px; overflow: hidden;
}

#side-badges {
        background: url("//d34wpjv4rf3nwa.cloudfront.net/2011071300/public/themes/version1/gui/side-badges.png") no-repeat scroll 0 0 transparent;
        height: 173px;
        position: fixed;
        right: 0;
        top: 219px;
        width: 25px;
        z-index: 10000;
}

.side-badge a {
        display: block;
        width: 25px;
}


a.icon {
        padding-left: 20px;
        display: inline-block;
        line-height: 18px;
        padding-right: 20px;
}

a.star {
        background: url(../img/bullet_star.png) no-repeat;
}

.heart {
        background: url(../img/heart.png) no-repeat;
}

.loading {
        background: url(../img/loading.gif) no-repeat;
}

.iLikeThis {
        display: inline;
}

.iLikeThis .counter {
        background: url(../img/heart_2.png) center left no-repeat;
        padding: 0 0 0 20px;
        font-weight: bold;
        margin-left: 5px;
}

.iLikeThis .counter a {
        cursor: pointer;
        color: #000;
        z-index: 10;
}
.iLikeThis .counter a.image {
        background: url(../img/add_1.png) center right no-repeat;
        padding: 0 20px 0 0;
}
.iLikeThis .counter a.loading {
        background: url(../img/loading.gif) center right no-repeat;
        padding: 0 20px 0 0;
}

div.dark_square .pp_close {
        width: 85px;
}

/* Links */
a {
        color: #e2001a;
        text-decoration: none;
}
a:hover {
        background-color: #e2001a;
        color: #ffffff;
}
a:focus,
a:active
{
}

h1, h2, h3, h4, h5, h6, .h3 {
        color: #A7A9AC;
        font-weight: normal;   
        font-family: georgia, "Times New Roman", Times, serif;
        font-style: italic;
}
h1 {
        color: #808080;
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 10px;      
        margin-top:0px;
}
h3 {
        font-size: 17px;
        font-style: normal;
}
.h3 {
        font-size: 17px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        text-decoration: none;
}

.mainmargin {
        margin: 25px 25px;
        overflow: hidden;
}

.box {
        padding:10px;    
}

.rounded {
        -webkit-border-radius: 4px;
        -khtml-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        border-style: solid;
        border-width: 1px;
        border-color: rgb(223, 223, 223);
}

.w30, .w40, .w50, .w60, .w70, .w80, .w90, .w100,  #site-search {
        display: inline-block;
        float: left;

}
.w30 {
        width: 30%;
}
.w40 {
        width: 40%;
}
.w50 {
        width: 50%;
}
.w60 {
        width: 60%;
}
.w70 {
        width: 70%;
}
.w100 {
        width: 100%;


}

.small {
        font-size:11px;
        padding-top:5px;
        margin-top:5px;
        line-height:16px;
        color: #7F7F7F; 
}
.small em {
        font-style: italic;
}

#breadcrumbs 
{
        color:#999999;
        /*        font-style: italic;*/
        font-size:11px;
        margin-top: 0px;

}

#breadcrumbs a, #breadcrumbs strong{
        color:#999999;
        /*        font-style: italic;*/
        font-size:11px;
}
#breadcrumbs a:hover{
        color:#7F7F7F;
        background-color: #fff;
        text-decoration: underline;
}


#site-header {
        height: 180px;
        margin: 0px 20px;
        background: url(../img/line_header_bg_180x8.png);
}
#site-title {
        margin: 0px;
}
#site-title img {
        position: absolute;
        left: 50%;
        margin-left: -112px;
}
#site-login{
        padding-top:10px;
        height:100px;
}
#site-login-right {
        float:right;    

}
#site-login-right a:hover{
        background-color: #fff;

}


/*Top Bar*/
#site-nav {
        z-index: 80;
        position: absolute;
        top: 135px;
        margin-left:-25px;
        width:100%;
        min-width: 960px;
}
#site-nav .sf-menu {
        margin: 0 0 0 10px;
        padding: 7px 0 0 10px;
        float:left;
        widht:100%;
}
#site-nav .sf-menu a {
        text-transform: uppercase;
        color: #e2001a;
        font-size: 12px;
        text-decoration: none;
        font-weight: bold;
        padding: 0 5px;
}
#site-nav .sf-menu a:hover {
        color: #fff;
}
#site-nav .sf-menu li {
        margin: 0 20px 0 0;
        list-style: none;
        list-style-image: none;
}
#site-nav .sf-menu .current-menu-item>a {
        background-color: #E2001A;
        color: #fff;
}
#site-nav .sf-menu .current-menu-parent>a {
        background-color: #E2001A;
        color: #fff;
}

#site-nav .sf-menu ul.children li, #site-nav .sf-menu ul.sub-menu, #site-nav .sf-menu div.sub-menu {
        -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        background-color: #fff;
}

/* SUPERFISH STYLESHEET ---------------------------------- */
.sf-menu, .sf-menu * { 
        margin:0; padding:0 0 3px 7px; 
        list-style:none;
        font-family:Georgia,"Bitstream Charter",serif;
}

/*.sf-menu { line-height:1.0 }*/
.sf-menu ul, .sf-menu div { position:absolute; top:-999em; width:15em }
.sf-menu ul li { width:90% }
.sf-menu div ul li { width:100% }

/* fixes IE7 'sticky bug' */
.sf-menu li:hover { visibility:inherit }

.sf-menu li { float:left; position:relative }
.sf-menu a { display:block; position:relative }

.sf-menu li:hover ul,.sf-menu li:hover div,
.sf-menu li.sfHover ul { left:0; top:1.4em; /* match top ul list item height */ z-index:99 }

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul { top:-999em }

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul { left:12em; top:-0.1em }

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul { top:-999em }

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul { left:12em; top:-0.1em }

.sf-menu li:hover ul,.sf-menu li:hover div,
.sf-menu li.sfHover ul {
        left:			0;
        top:			1.5em; /* match top ul list item height */
        z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
        top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
        left:			10em; /* match ul width */
        top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
        top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
        left:			10em; /* match ul width */
        top:			0;
}


#site-search
{
        float:right;
        width:200px;  
}
#site-search .search-field
{
        padding-right: 30px;
        width: 150px;
}
.search .search-field
{  
        width: 130px;
        padding-right: 30px;
}
#site-search .search-submit, .search .search-submit{
        display: inline-block;
        border: 0px;
        background: url(../img/lupe_16x18.png)  no-repeat  center center;
        margin: 0 0 0px -32px;

        width: 25px;
        height: 25px;
        cursor: pointer;  
}



#course-search
{
        padding-bottom: 10px;    
}

#magazin-img {
        padding-top: 15px;
}
#fb-iframe {
        position: relative;
        top: 57px;
}

#page-header, #main_area {
        overflow: hidden;
        /*        float: left;*/
}
#page-header {
        width: 180px;
        background: url(../img/bg_2.png);
        padding-top: 10px;
}
#page-header h1{ 
        font-size: 19px;
        line-height: 26px;
        /*        text-align: center;*/
}

#page-header li {
        list-style: none;
        list-style-image: none;
}
#page-header ul {
        margin-bottom: 15px;
}
#page-header li.widget {
        margin: 0 15px 15px 15px !important;
        color: #e2001a;

}
#page-header .current_page_item {
        font-weight: bold;
}
#page-header .current_page_item a {
        color: #ffffff;
}
#page-header .current_page_item li {
        font-weight: normal;
}
#page-header .current_page_item li a {
        color: #e2001a;
}
#page-header .current_page_item li a:hover {
        color: #ffffff;
}

#page-header h3.claim, #left_sidebar h1 {
        background: url("../img/line_grey_trans_bg.png") repeat-x scroll center bottom transparent;
        color: #555555;
        font-family: georgia;
        font-size: 17px;
        font-style: italic;
        line-height: 22px;
        padding-bottom: 18px;
}

#page-header p.claim-text {
        /*        background: url("../img/line_grey_trans_bg.png") repeat-x scroll center bottom transparent;*/
        color: #555555;
        font-family: arial;
        font-size: 13px;
        font-weight: bold;
        line-height: 17px;
        padding-bottom: 15px;
        padding-top: 18px;
}


/*Grid*/
#grid-content {
        min-height: 600px;
        margin: 25px;
        clear:both;

}

#grid-content .rounded  {
        margin: 0 15px 15px 0px;
        padding: 10px;

        width:180px;
}
#grid-content .rounded h2 {
        margin-bottom: 0;
        line-height: 18px;
        font-size: 17px;
        padding-top: 10px;
        padding-bottom: 5px;
        margin-top: 0px;
}
#grid-content .rounded h2 a{
        color: #808080;
}
#grid-content .rounded h2 a:hover {
        color: #000;
        background-color: #fff;
}
#grid-content .rounded p {
        line-height: 19px;
        font-size: 13px;
        margin-bottom: 10px;
}
#grid-content .rounded .fade {
        margin-bottom: 5px;
}
#grid-content .rounded .img_link:hover {
        background: none;
}
#grid-content .w-article
{
        width:645px;
        margin-bottom: 20px;
        padding: 15px;

}
#grid-content .w-post
{
        width:460px;
        margin-bottom:  20px;
        padding: 0 15px;
}

#grid-content .w-post-single
{
        width:600px;
        margin-bottom:  20px;
        padding: 0 15px;
}
#grid-content .w-search
{
        width:260px;
        margin-bottom:  20px;
        padding: 0 15px;
}
#grid-content .w-article p
{
        margin-bottom: 1.625em;
        font-size: 15px;
        line-height: 22px;
}
#grid-content .w-banner {
        width: 620px;   
}
#grid-content .w-info{
        width: 400px;
        padding: 10px;
        margin: 0 15px 15px 0px;
}
.category
{
        cursor: pointer;

}
.category article:hover img {
        opacity: 0.9; 
}

.product {
        width:720px;
        padding: 15px;
}

.article-meta {
        font-size: 11px;
        padding-top: 5px;
        padding-bottom: 15px;
        margin-top: 5px;
        line-height: 20px;
        color: #7F7F7F;
}

.headline {
        display:block;
        color: #A7A9AC;
        font-family: georgia,"Times New Roman",Times,serif;
        font-size: 17px;
        font-style: italic;
        font-weight: normal;
        padding-top:20px;
        padding-bottom:1s0px;
}

#project-infos {
        margin-bottom: 0px;
        list-style:none;
        padding-left: 0px;
        margin-top: 0px;
        background: url("../img/line_grey_v_bg.png") repeat-y scroll right top transparent;
}

#project-infos li {
        list-style-image: none;
        margin-left: 0px;
}

.pr-step-counter {
        background: url("../img/step_counter_bg.png") no-repeat scroll 0 0 transparent;
        color: #FFFFFF;
        display: inline-block;
        font-size: 20px;
        font-style: italic;
        height: 29px;
        margin-right: 15px;
        text-align: center;
        width: 29px;
        padding-top: 4px;
}


.redline {
        background: url(../img/line_bg.png) top left repeat-x;
}
.blackline {
        background: url(../img/line_bg_black.png) top left repeat-x;
}
.greyline {
        padding: 15px 0 0 0;
        margin-top: 15px;
        background: url(../img/line_grey_bg.png) top left repeat-x;
}
.greyline-v {
        background: url(../img/line_grey_v_bg.png) top left repeat-y;
}


.bottom {
        padding:  0 0 15px 0;
        background-position: left bottom;
        margin-bottom: 15px;
        margin-top: 0px;
}


#tools, #ingredients {
}

#tools ul, #ingredients ul {

        margin-top: 4px;

        border: none;
}
#tools ul li , #ingredients ul li {
        margin-left: 0;
        padding-left: 2px;
        border: none;
        list-style: none;
        display: inline-block;
}
#tools a, #ingredients a {
        font-size: 12px;
        font-weight: bold;
}


.bold {
        font-weight: bold;
        color: #000;
}

.social a:hover {
        color: #fff;
        background-color: #000;
}
.social {
        background-color: #f6f6f6;
        border: 1px solid #EFEFEF;
        padding: 6px 10px;
        margin: 20px 0 20px 0;
        font-size: 11px;
        clear: both;
}
div.social a img {
        position: relative;
        top: 3px;
        margin: 0 0 0 5px;
}
a.related_th {
        display: block;
        float: left;
        background-color: #F6F6F6;
        border: 1px solid #EFEFEF;
        margin: 0 5px 5px 0;
        padding: 5px 5px;
}
a.related_th:hover {
        background-color: #000000;
}


aside h3 {
        color: #000;
        font-style: italic;
        background: url(../img/line_grey_trans_bg.png) top repeat-x;
        padding-top:10px;
}
aside h3.claim, aside h1 {
        font-family: georgia;
        font-style: italic;
        color: #555;
        margin: 12px 15px 15px 15px;
        padding-bottom: 18px;
        background: url(../img/line_grey_trans_bg.png) bottom repeat-x;
        font-size: 17px;
        line-height: 22px;
}
aside p.claim-text {
        color: #555;
        margin: 0 15px 15px 15px;
        padding-bottom: 15px;
        background: url(../img/line_grey_trans_bg.png) bottom repeat-x;
        font-size: 13px;
        line-height: 17px;
        font-family: arial;
        font-weight: bold;
}

aside .claim, aside h1 {
        margin-bottom: 5px;
        font-size: 17px;
        line-height: 22px;
}

aside .search {
        background: url(../img/line_grey_trans_bg.png) bottom repeat-x;
        margin-bottom: 10px;
}


/** comments ***/
.loggedin {
        margin: 0 0 10px 0;
        font-size: 11px;
}
.comment_moderation {
        font-size: 11px;
        margin: 0 0 5px 0;
}
#commentform {
        overflow: hidden;
}
#commentform .w350 {
        position: relative;
}
#respond span.title_sub {
        font-size: 10px;
        color: #8EA0AD;
        margin-left: 16px;
        display: block;
}
#respond {
        position: relative;
        margin: 0px 15px 15px 0;
}
#respond p.marginhack {
        margin-bottom: 0;
}
#respond p.fontsize11 {
        font-size: 11px;
}
#cancel-comment-reply-link {
        position: absolute;
        right: 3px;
        top: 11px;
        font-size: 11px;
}
ul.commentlist 
{
        padding-left:0px;
}
ul.commentlist li {
        list-style: none;
        list-style-image: none;
}
textarea, input, textarea#comment, #author, #email, #url {
        width: 94%;
        padding: 10px;
        margin: 2px 0;
        font-family: Arial, Helvetica, sans-serif;
        border: 1px solid #EFEFEF;
        font-size: 12px;
        padding: 5px;
}
input[type=radio], input[type=checkbox]
{
        width: auto;
}
#submit {
        padding: 10px 0;
}
.error {
        border: 1px solid #FFC1C1 !important;
}
textarea#comment {
        height: 59px;
}
#submit, .submit {
        padding: 5px 10px;
        text-align: left;
        color: #003366;
        cursor: pointer;
        margin-top: 5px;
        background-color: #e2001a;
        color: #ffffff;
        border: none;
        width: auto;
}
#submit:hover, .submit:hover {
        background-color: #000000;
}
.comment_label {
        font-size: 11px;
        display: block;
}
#label_comment, #label_url {
        margin-top: 5px;
}
#comment_wrap {
        margin: 0 15px 15px 0;

}
#comment_wrap ul {
        margin-bottom: 0;
}
#comment_wrap ul li {
        margin: 0;
        list-style: none;
        clear: both;
        overflow: hidden;
        display: block;
}
#comment_wrap ul.children {
        margin-left: 15px;
        margin-top: 0px;
        margin-bottom: 0px;
        border-left: 1px solid #EFEFEF;
        padding-left: 15px;
}
#comment_wrap ul.children li {
        margin-bottom: 0;
}
#comment_wrap img.avatar {
        float: left;
        margin: 0 15px 20px 0;
}
#comment_wrap ul.children img.avatar {
        width: 40px;
        height: 40px;
}
#comment_wrap, #comment_wrap ul {
        overflow: hidden;
}
#comment_wrap .s {
        background: #f6f6f6;
        overflow: hidden;
        position: relative;
        display: block;
        padding: 10px;
        margin-bottom: 3px;
        margin-top: 2px;
        border: 1px solid #EFEFEF;
}
#comment_wrap .comment_details {
        position: absolute;
        bottom: 5px;
        right: 5px;
        font-size: 11px;
        overflow: hidden;
        margin: 15px 0 0 0;
}

#comment_wrap p {
        font-size: 13px !important;
        line-height: 19px !important;
        margin-bottom: 0px !important;
}



#comment_wrap .comment_details a {
        text-decoration: none;
}
#comment_wrap .comment_details a:hover {
        text-decoration: underline;
}
#comment_wrap .comment_details .replylink {
        margin-left: 15px;
        font-size: 11px;
}
.comment_author_date {
        color: #7F7F7F;
        font-size: 11px;
        margin-bottom: 7px;
        display: block;
}

.replylink a {
        background-color: #E2001A;
        color: #FFFFFF;
        padding: 0 5px;
}

.replylink a:hover {
        background-color: #000000;
        text-decoration: none !important;
}


/** Paginator **/
#grid-content div.paginator {
        background-color: #fff;
        color: #ffffff;
        margin: 0 15px 15px 0;
        padding: 15px 15px 14px 15px;
        width: 390px;
}
.pages {
        color: #333;
        float: left;
        margin-right: 15px;
}
.gotopage {
        float: left;
}

.paginator {
        text-align: center;
}
.paginator a, span.current, span.dots {
        background-color: #DDDDDD;
        padding: 2px 8px;
        margin-right: 1px;
        margin-bottom: 1px;
        float: left;
}

span.current {
        font-weight: bold;
}
/** Paginator **/


a.dawanda:hover {
        background-color: #fff;
}


/*Footer*/
footer {
        color: #e2001a;
        clear: both;
        overflow: hidden;
        background: url(../img/bg_2.png);
        padding: 0 25px;

}
.footer  {
        background: url(../img/line_bg.png) repeat-x top;
        padding: 25px 0;
}
footer a {
        color: #e2001a;
}
footer a:hover {
        color: #fff;
}
footer .column {
        width: 285px;
        margin-right: 15px;
        float: left;
        overflow: hidden;
}

footer  li li {
        list-style-image: url("../img/dot.gif");
        margin-left: 10px;
}

footer  ul ul {
        padding: 0px;
        margin: 0px;
}



/* ---------- gallery styles start here ----------------------- */
.project span.pin {

        position: absolute;
        top: 10px;
        left: 11px;
}

.pin-anleitung {

        /*        border-radius:3px;
                -moz-border-radius:3px;
                -webkit-border-radius:3px;*/
        color:#FEFEFE;
        padding:2px 4px;
        font:9px verdana,arial,sans-serif;
        margin:0 -1px;
        white-space: nowrap;
        padding: 2px 4px;
        vertical-align:middle;
        background-color: #808080;
        line-height: 24px;
}

#infscr-loading {
        position: fixed;
        bottom: 30px;
        left: 50%;
        margin-left: -80px;
        width: 160px;
        z-index: 100;
        background: white;
        background: hsla( 0, 0%, 100%, 0.9 );
        padding: 20px;
        color: #222;
        font-size: 15px;
        font-weight: bold;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        text-align: center;
}

#load-more_{
        position: relative;
        bottom: 20px;
        left: 50%;
        margin-left: -110px;
        width: 220px;
        z-index: 100;
        background: #ddd;
        /*  background: hsla( 0, 0%, 100%, 0.9 );*/
        padding: 20px;
        color: #222;
        font-size: 15px;
        font-weight: bold;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;    
        text-align: center;
        margin-top: 20px;
}

#load-more {
        text-align: center;
        font-size: 20px;
}
#load-more:hover{

        background: #E2001A;  color: #fff;

}
#load-more a{

        color: #E2001A;

}

#load-more a:hover{

        color: #fff;

}

.share { vertical-align: top;height:20px; margin-bottom:20px; line-height: 16px; padding: 5px 0;    margin-top: 20px;}
.share ul { margin: 0; padding:0px; list-style:none;height:20px;}
.share li  { display:inline; vertical-align: top; width: 150px;height:20px;line-height: 20px;} 
.share li a { vertical-align: top; } 

/*                        #share li { display:inline-block;}*/


.clear {
        clear: both;
        display: block;
        /*        overflow: hidden;
                visibility: hidden;*/
        width: 0;
        height: 0;
}

.facetitems {
        margin-bottom:10px;  
        padding-left: 10px;
        font-size:11.5px;

}

/* Autocomplete CSS */
.ac_results {
        padding: 0px;
        border: 1px solid WindowFrame;
        background-color: Window;
        overflow: hidden;
}

.ac_results ul {
        width: 140px;
        list-style-position: outside;
        list-style: none;
        padding: 0;
        margin: 0;
}

.ac_results iframe {
        display:none;/*sorry for IE5*/
        display/**/:block;/*sorry for IE5*/
        position:absolute;
        top:0;
        left:0;
        z-index:-1;
        filter:mask();
        width:3000px;
        height:3000px;
}

.ac_results li {
        margin: 0px;
        padding: 2px 5px;
        cursor: pointer;
        display: block;
        width: 100%;
        font: menu;
        font-size: 12px;
        overflow: hidden;
}

/* changes for matches */
.ac_results li span{
        float: right;
        padding-right: 10px;
}

.ac_over {
        background-color: Highlight;
        color: HighlightText;
}

.solr em {
        font-weight: 700;
}

em#resultauthor {
        font-weight: 400;
}

#grid-content .p-author h2 {
        padding-bottom: 15px;
}

#grid-content .p-author ul {
        padding-bottom: 25px;
}


#geo-course li , #geo-event li 
{
        list-style-image: url("../img/dot.gif");
        margin-left: 30px;
}

#wpcf7-f2-p2-o1 label
{
	margin-top:10px;
	display: inline-block;
}

ul li {

   list-style-image: url("../img/dot.gif");
   margin-left: 10px;
   }


   


/* Showing Drop Down on Mouse Hover - Right aligned */

.sf-menu li .align_right {
        -webkit-border-radius: 5px 0 5px 5px;
        -moz-border-radius: 5px 0 5px 5px;
        border-radius: 5px 0 5px 5px;
}
.sf-menu li:hover .align_right {
        left:auto;
        right:-1px;

}
.sf-menu li.right:hover .dropdown_fullwidth {
        right:18px;
        top:33px;
}
.wrapper_menu_full .sf-menu li.right:hover .dropdown_fullwidth {
        left:auto;
        right:50%;
        margin-right:-471px;
        top:32px;
}

/* Columns Sizes */

.sf-menu .col_1,
.sf-menu .col_2
{
        float: left;
        position:  relative;
        padding-top:8px;

}


.sf-menu .col_1:hover, .sf-menu li:hover ul.col_1 
{
        top: 0px;
}

.sf-menu .col_1 {width:180px;}
.sf-menu .col_2 {width:300px;}
.sf-menu .col_1 li {


}

/* IMPORTANT */

/* Use the firstcolumn class for the items that stick to the left edge of the dropdown */
.sf-menu .firstcolumn {
        margin-left: 0; /* Clearing margin & left */
        clear: left;

}


a.button, button.button, input.button, #review_form #submit {
    background: none repeat scroll 0 0 #FF9C07;
    border: medium none;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-family: inherit;
    font-size: 12px;
    line-height: 1em;
    margin: 4px 2px 0 10px;
    padding: 6px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 120px;
}


