

/* stylesheet/default.css */




/* stylesheet/site.css */




/* stylesheet/partials/shared/reset.css */

/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */



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,
article, aside, figure, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}



body {
	line-height: 1;
	color: black;
	background: white;
}
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;
}



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

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

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

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

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

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #369; color: #fff; text-shadow: none; }
::selection { background: #369; color: #fff; text-shadow: none; }

input::-webkit-input-placeholder {
    color:    #999;
}
input:-moz-placeholder {
    color:    #999;
}




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


/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


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

p {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

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

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


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

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


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

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

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


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

figure { margin: 0; }


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

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

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

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

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

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


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

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */
















/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }


/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { 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 show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}








html {
	height: 100%; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
}
body {
	min-height: 100%; 
	font-size: 100%;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, nav, section, audio, canvas, video {
	display: block;
}
sub, sup {
	font-size: 75%; 
	line-height: 0; 
	position: relative; 
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
pre {
	white-space: pre; 
	white-space: pre-wrap; 
	word-wrap: break-word;
}
b, strong {
	font-weight: bold;
}
abbr[title] {
	border-bottom: 1px dotted;
}
input, textarea, button, select {
	margin: 0;
	font-size: 100%;
	line-height: normal;
	vertical-align: baseline;
}
button,
html input[type="button"], 
input[type="reset"], 
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}
input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
}
textarea {
	overflow: auto;
}
table {
    border-collapse: collapse;
    border-spacing: 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;
}







body {
	background: #e0e0e0 url('http://staging.glutenfreiheit.org//images/site/advent/background2011.jpg');
	font: 80%/1.5 Helvetica, Arial, sans-serif;
	color: #333;
}

.wrapper {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

#content {
	z-index: 1;
	padding: 0;
}

::-moz-selection { background: #AB0051; color: #fff; text-shadow: none; }
::selection { background: #AB0051; color: #fff; text-shadow: none; }






/* stylesheet/partials/site/header.css */



#header {
	z-index: 1000;
	position: relative;
	height: 115px;
	background: #8eb900;
	border-bottom: 5px solid rgba(20, 20, 20, 0.1);
}
#header h1 a {
	display: block;
	width: 200px;
	height: 80px;
	background: url('http://staging.glutenfreiheit.org/images/site/icons.png')  no-repeat -150px -20px;
	overflow: hidden;
	text-indent: -9999px;
	
	position: absolute;
	left: 10px;
	top: 20px;
}







#header #nav {
	position: absolute;
	left: 250px;
	top: 45px;
	font-size: 115%;
}
#header #nav, 
#header #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#header #nav ul li {
	float: left;
	margin: 0 5px 0 0;
	background-color: #82a802;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#header #nav li ul {
	position: absolute;
	left: -999em;
	z-index: 200;
	
	padding: 10px 0 5px 0;
}
#header #nav ul li ul li {
	float: none;
	display: block;
	position: relative;
	background: transparent;
}


#header #nav li:hover,
#header #nav li:focus,
#header #nav li.sfhover {	
	background: #222;
	color: white;
}
#header #nav li.parent:hover a,
#header #nav li.parent:focus a,
#header #nav li.sfhover a {
	padding-bottom: 15px;
}
#header #nav li.parent:hover ul,
#header #nav li.parent:focus ul,
#header #nav li.sfhover ul {
	margin-top: -3px;
	background: #222;
	color: white;
	left: auto;
	
	-webkit-border-radius: 3px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 3px;
	-moz-border-radius-topleft: 0;
	border-radius: 3px;
	border-top-left-radius: 0;	
}


#header #nav a {
	display: block;
	position: relative;
	color: white;
	text-decoration: none;
	font-size: 110%;
	padding: 8px 10px;
	margin: 0;
	white-space: nowrap;
}
#header #nav a:hover,
#header #nav a:focus {
	color: white;
}
#header #nav li ul a {
	color: #ccc;
	padding: 11px 40px 11px 60px;
	text-transform: none;
	letter-spacing: 0;
}
#header #nav li ul a .icon {
	position: absolute;
	left: 18px;
	top: 12px;
}


#header #nav ul li.single {
	margin-left: 20px;
}

body.blog #header #nav li.blog,
#header #nav ul li.single:hover {
	margin-left: 0;
}
body.blog #header #nav li.blog a,
#header #nav ul li.single:hover a {
	padding-left: 30px;
	margin-left: 0;
}
#header #nav ul li.single a .icon {
	display: none;
	position: absolute;
	left: 3px;
	top: 10px;
}


#header #nav li.single:hover a,
#header #nav li.single:focus a,
#header #nav li.single.sfhover a {
	padding-bottom: 8px;
}
#header #nav ul li.single:hover .icon,
#header #nav ul li.single:focus .icon,
body.blog #header #nav ul li.blog .icon {
	display: block;
}


body.blog 			#header #nav li.blog,
body.browse		 	#header #nav li.browse,
body.news		 	#header #nav li.browse,
body.interviews 	#header #nav li.browse,
body.wiki			#header #nav li.browse,
body.books 			#header #nav li.browse,
body.links	 		#header #nav li.browse,
body.shop	 		#header #nav li.shop,
body.pricecomparison #header #nav li.shop,
body.onlineshops	#header #nav li.shop,
body.cook			#header #nav li.cook,
body.recipes		#header #nav li.cook,
body.howToBake	#header #nav li.cook {
	background: #222;
	color: #ddd;
}





#header .languages {
	position: absolute;
	right: 20px;
	top: 0;
}
#header .languages a {
	display: block;
	font-size: 90%;
	color: white;
	text-decoration: none;
	position: relative;
	margin: 0;
	padding: 5px 6px 5px 5px;
	height: 15px;
	
	background: #AB0051;
	
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
#header .languages a:hover {
	color: white;
	background: #222;
}











#header form.search {
	position: absolute;
	z-index: 99;
	padding: 5px 46px 5px 7px;

	right: 0;
	top: 45px;
	background-color: #82a802;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
body.search #header form.search,
#header form.search.active,
#header form.search:hover {
	background: #222;
}
#header form.search input.text {
	width: 170px;
	font-size: 115%;
	border: none;
	padding: 4px 6px;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#header form.search input.submit {
	display: inline-block;
	text-indent: -9999em;
	overflow: hidden;
	width: 30px;
	height: 26px;
	position: absolute;
	top: 4px;
	right: 8px;
	
	background: #AB0051 url('http://staging.glutenfreiheit.org/images/site/icons.png') no-repeat -115px -457px;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#header form.search input.submit:hover,
#header form.search input.submit:focus {
background: #AB0051 url('http://staging.glutenfreiheit.org/images/site/icons.png') no-repeat -115px -457px;
}
#header form.search input.is_placeholder {
	color: #999;
}


.box.error {
	padding: 40px;
	text-align: center;
}


/* stylesheet/partials/site/links.css */



a {
	color: #AB0051;
}
a:hover,
a:focus {
	color: black;
	text-decoration: none;
}

a.grey {
	color: #999;
}
a.grey:focus,
a.grey:hover {
	color: black;
}





a.arrowed {
	display: block;
	position: relative;
	padding: 6px 0 0 45px;
	margin: 0 0 20px 0;
	text-decoration: none;
	color: #999;
}
a.arrowed span {
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 27px;
	background: #999;
	padding: 3px 6px 0 6px;
	text-align: center;
	color: white;
	font-size: 125%;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
a.arrowed:hover {
	color: black;
}
a.arrowed:hover span {
	background: black;
}



span.iconized,
a.iconized {
	display: block;
	position: relative;
	padding: 6px 0 0 45px;
	margin: 0 0 20px 0;
	text-decoration: none;
	color: #999;
}
span.iconized {
	color: black;
}
span.iconized span,
a.iconized span {
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;

	text-indent: -9999em;
	border: 8px solid #ccc;
	background-color: #ccc;
}

a.iconized.active,
a.iconized:hover,
a.iconized:focus {
	color: black;
}

a.iconized.active span,
a.iconized:hover span,
a.iconized:focus span {
	border-color: black;
}


/* stylesheet/partials/site/buttons.css */



button,
.button,
.submit {
	display: inline-block;
	padding: 4px 7px;
	*padding: 4px 1px;
	font-size: 110%;
	
	background: #AB0051;
	border: none;
	
	color: white;
	text-decoration: none;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
button.large,
.button-large,
.submit-large {
	padding: 5px 20px;
	*padding: 5px 5px;
	font-size: 125%;
} 
button.small,
.button-small,
.submit-small {
	padding: 3px 10px;
	*padding: 3px 3px;
	font-size: 100%;
} 
button.slim,
.button_slim,
.submit_slim {
	padding: 2px 20px;
	*padding: 2px 5px;
	font-size: 100%;
} 
button.grey,
.button-grey,
.submit-grey {
	background: #999;
} 

button:hover,
button:focus,
.button:hover,
.button:focus,
.submit:hover,
.submit:focus {
	background: black;
	color: white;
}
button.grey:hover,
button.grey:focus,
.button-grey:hover,
.button-grey:focus,
.submit-grey:hover,
.submit-grey:focus {
	background: black;
	color: white;
}


/* stylesheet/partials/site/headlines.css */




h2, h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
}
h2 a, h3 a, h4 a {
	display: block;
}

h2 {
	position: relative;
	padding: 10px 0;
	
	color: black;
	font-size: 220%;
}
h2 a {
	color: #AB0051;
}
h2 a:hover,
h2 a:focus {
	color: black;
}
h2 .small {
	display: inline-block;
	font-weight: normal;
	font-size: 50%;
	margin: 0 0 0 10px;
	color: black;
	text-transform: none;
	letter-spacing: 0;
}
h2.iconized {
	padding-left: 50px;
}
h2.iconized span.icon {
	display: block;
	position: absolute;
	left: 0;
	top: 10px;
}




h3 {
	margin: 5px 0 15px 0;
	font-size: 150%;
	color: #AB0051;
}
h3.iconized {
	position: relative;
	padding-left: 35px;
}
h3.iconized span.icon {
	display: block;
	position: absolute;
	left: 0;
	top: 5px;
}


h4 {
	color: #AB0051;
	font-size: 115%;

}



/* stylesheet/partials/site/pagination.css */


div.paginate {
	padding: 0;
	text-align: center;
}
div.paginate ul {
	display: inline;
	padding: 0 0 0 5px;
}
div.paginate li {
	display: inline-block;
}
div.paginate li a {
	padding: 3px 7px;
	color: black;
	text-decoration: none;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
div.paginate li a:hover,
div.paginate li a:focus {
	background: black;
	color: white;
}
div.paginate li.active a  {
	background: #AB0051;
	color: white;
}


div.box div.paginate-top {
	position: absolute;
	right: 10px;
	top: -40px;
}
div.box div.paginate-bottom {
	position: absolute;
	right: 10px;
	bottom: -40px;
}


/* stylesheet/partials/site/icons.css */



.icon {
	background: url('http://staging.glutenfreiheit.org/images/site/icons.png');
}
.icon.large {
	width: 40px;
	height: 40px;
}
.icon.medium {
	width: 30px;
	height: 30px;
}
.icon.small {
	width: 20px;
	height: 20px;
}
.icon.flag {
	width: 16px;
	height: 16px;
}
.icon.social {
	width: 35px;
	height: 35px;
}


.icon.small.books {
	background-position: -120px -20px;
}
.icon.small.blog {
	background-position: -120px -60px;
}
.icon.small.wiki {
	background-position: -120px -100px;
}
.icon.small.links {
	background-position: -120px -140px;
}
.icon.small.onlineshops {
	background-position: -120px -180px;
}
.icon.small.news {
	background-position: -120px -220px;
}
.icon.small.socialmedia {
	background-position: -120px -260px;
}
.icon.small.recipes {
	background-position: -120px -300px;
}
.icon.small.prices {
	background-position: -120px -340px;
}
.icon.small.interviews {
	background-position: -120px -380px;
}
.icon.small.howToBake {
	background-position: -120px -420px;
}
.icon.small.search {
	background-position: -120px -460px;
}
.icon.small.press {
	background-position: -120px -500px;
}
.icon.small.spreadshirt {
	background-position: -120px -620px;
}
.icon.small.healthinsurances {
	background-position: -120px -660px;
}
.icon.small.pressreviews {
	background-position: -120px -700px;
}
.icon.small.time {
	background-position: -120px -740px;
}
.icon.small.author {
	background-position: -120px -780px;
}
.icon.small.goodies {
	background-position: -120px -940px;
}

.icon.medium.books {
	background-position: -80px -20px;
}
.icon.medium.blog {
	background-position: -80px -60px;
}
.icon.medium.wiki {
	background-position: -80px -100px;
}
.icon.medium.links {
	background-position: -80px -140px;
}
.icon.medium.onlineshops {
	background-position: -80px -180px;
}
.icon.medium.news {
	background-position: -80px -220px;
}
.icon.medium.socialmedia {
	background-position: -80px -260px;
}
.icon.medium.recipes {
	background-position: -80px -300px;
}
.icon.medium.prices {
	background-position: -80px -340px;
}
.icon.medium.interviews {
	background-position: -80px -380px;
}
.icon.medium.howToBake {
	background-position: -80px -420px;
}
.icon.medium.search {
	background-position: -80px -460px;
}
.icon.medium.press {
	background-position: -80px -500px;
}
.icon.medium.healthinsurances {
	background-position: -80px -660px;
}
.icon.medium.pressreviews {
	background-position: -80px -700px;
}

.icon.large.books {
	background-position: 0 -20px;
}
.icon.large.blog {
	background-position: 0 -60px;
}
.icon.large.wiki {
	background-position: 0 -100px;
}
.icon.large.links {
	background-position: 0 -140px;
}
.icon.large.onlineshops {
	background-position: 0 -180px;
}
.icon.large.news {
	background-position: 0 -220px;
}
.icon.large.socialmedia {
	background-position: 0 -260px;
}
.icon.large.recipes {
	background-position: 0 -300px;
}
.icon.large.prices {
	background-position: 0 -340px;
}
.icon.large.interviews {
	background-position: 0 -380px;
}
.icon.large.howToBake {
	background-position: 0 -420px;
}
.icon.large.search {
	background-position: 0 -460px;
}
.icon.large.press {
	background-position: 0 -500px;
}
.icon.large.browse {
	background-position: 0 -540px;
}
.icon.large.shop {
	background-position: 0 -580px;
}
.icon.large.healthinsurances {
	background-position: 0 -660px;
}
.icon.large.pressreviews {
	background-position: 0 -700px;
}




.icon.social.facebook {
	background-position: -150px -425px;
}
.icon.social.twitter {
	background-position: -150px -475px;
}
.icon.social.feed {
	background-position: -150px -525px;
}





.icon.flag.de {
	background-position: -180px -100px;
}
.icon.flag.at {
	background-position: -180px -120px;
}
.icon.flag.ch {
	background-position: -180px -140px;
}

.icon.glutenfree {
	background-position: -210px -100px;
}
.icon.lactosefree {
	background-position: -210px -120px;
}


















.with_icon {
	position: relative;
}
.with_icon:before {
	display: block;
	content: '';
	background: url('http://staging.glutenfreiheit.org/images/site/icons.png');
	position: absolute;
}
.with_icon.small:before {
	position: absolute;
	left: -25px;
	top: -1px;
	width: 20px;
	height: 20px;	
}
.with_icon.medium:before {
	position: absolute;
	left: -35px;
	top: -1px;
	width: 30px;
	height: 30px;	
}
.with_icon.large:before {
	position: absolute;
	left: -45px;
	top: -1px;
	width: 40px;
	height: 40px;	
}
.with_icon.social:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 35px;
	height: 35px;	
}



.with_icon.small.books:before 				{	background-position: -120px  -20px;		}
.with_icon.small.blog:before 				{	background-position: -120px  -60px;		}
.with_icon.small.wiki:before 				{	background-position: -120px -100px;		}
.with_icon.small.links:before 				{	background-position: -120px -140px;		}
.with_icon.small.onlineshops:before 		{	background-position: -120px -180px;		}
.with_icon.small.news:before 				{	background-position: -120px -220px;		}
.with_icon.small.socialmedia:before 		{	background-position: -120px -260px;		}
.with_icon.small.recipes:before 			{	background-position: -120px -300px;		}
.with_icon.small.prices:before 				{	background-position: -120px -340px;		}
.with_icon.small.interviews:before 			{	background-position: -120px -380px;		}
.with_icon.small.howToBake:before 			{	background-position: -120px -420px;		}
.with_icon.small.search:before 				{	background-position: -120px -460px;		}
.with_icon.small.press:before 				{	background-position: -120px -500px;		}
.with_icon.small.spreadshirt:before 		{	background-position: -120px -620px;		}
.with_icon.small.healthinsurances:before 	{	background-position: -120px -660px;		}
.with_icon.small.pressreviews:before 		{	background-position: -120px -700px;		}
.with_icon.small.time:before 				{	background-position: -120px -740px;		}
.with_icon.small.author:before 				{	background-position: -120px -780px;		}
.with_icon.small.goodies:before 			{	background-position: -120px -940px;		}

.with_icon.small.address:before 			{	background-position: -250px -900px;		}
.with_icon.small.locations:before 			{	background-position: -250px -940px;		}



.with_icon.small.grey.address:before 		{	background-position: -280px -900px;		}
.with_icon.small.grey.locations:before 		{	background-position: -280px -940px;		}
.with_icon.small.grey.goodies:before 		{	background-position: -120px -940px;		}



.with_icon.medium.search:before 			{	background-position: -50px -460px;		}
.with_icon.medium.time:before 				{	background-position: -50px -740px;		}

.with_icon.medium.address:before 			{	background-position: -210px -900px;		}
.with_icon.medium.locations:before 			{	background-position: -210px -940px;		}



.with_icon.large.books:before 				{	background-position: -20px  -20px;		}
.with_icon.large.blog:before 				{	background-position: -20px  -60px;		}
.with_icon.large.wiki:before 				{	background-position: -20px -100px;		}
.with_icon.large.links:before 				{	background-position: -20px -140px;		}
.with_icon.large.onlineshops:before 		{	background-position: -20px -180px;		}
.with_icon.large.news:before 				{	background-position: -20px -220px;		}
.with_icon.large.socialmedia:before 		{	background-position: -20px -260px;		}
.with_icon.large.recipes:before 			{	background-position: -20px -300px;		}
.with_icon.large.prices:before 				{	background-position: -20px -340px;		}
.with_icon.large.interviews:before 			{	background-position: -20px -380px;		}
.with_icon.large.howToBake:before 			{	background-position: -20px -420px;		}
.with_icon.large.search:before 				{	background-position: -20px -460px;		}
.with_icon.large.press:before 				{	background-position: -20px -500px;		}
.with_icon.large.spreadshirt:before 		{	background-position: -20px -620px;		}
.with_icon.large.healthinsurances:before 	{	background-position: -20px -660px;		}
.with_icon.large.pressreviews:before 		{	background-position: -20px -700px;		}
.with_icon.large.contact:before 			{	background-position: -20px -820px;		}
.with_icon.large.partners:before 			{	background-position: -20px -860px;		}
.with_icon.large.events:before 				{	background-position: -20px -900px;		}
.with_icon.large.goodies:before 			{	background-position: 0px -940px;		}

.with_icon.large.locations:before 			{	background-position: -150px -940px;		}

.with_icon.social.facebook:before 			{	background-position: -150px -425px; 	}
.with_icon.social.twitter:before 			{	background-position: -150px -475px; 	}
.with_icon.social.feed:before 				{	background-position: -150px -525px; 	}
.with_icon.social.youtube:before 			{	background-position: -150px -575px; 	}

h2.with_icon.large {
	margin-left: 50px;
}
h2.with_icon.large:before {
	top: 12px;
}




















/* stylesheet/partials/site/tabs.css */



ul.tabs li {
	float: left;
	display: inline;

	padding: 5px 10px;
	background: #ddd;
	border-left: 2px solid #eee;
}
ul.tabs li.active {
	background: #aaa;
}
ul.tabs li:first-child {
	border: none;
	
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}
ul.tabs li:last-child {
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}



/* stylesheet/partials/site/forms.css */



/* Form 
form fieldset {
	margin: 0 0 10px 0;
}
form fieldset label {
	float: left;
	width: 160px;
	font-size: 90%;
	padding: 5px 10px 0 0;
}
form input.text{
	width: 320px;
}
form textarea {
	width: 490px;
	height: 100px;
}
form input.text,
form textarea {
	font-size: 125%;
	padding: 4px;
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
form span.error {
	display: none !important;
	margin-left: 80px;
	color: #999;
	font-size: 90%;
}
form div.notice,
form div.success {
	color: #AB0051;
	padding: 0 0 10px 0;
	display: block;
	font-weight: bold;
	text-align: left;
}
*/


form div.row {
	position: relative;
	margin: 5px 0 15px 150px;
}
form div.row.no_caption {
	margin-left: 0;
}
form div.row.center {
	text-align: center;
	margin: 25px 0 0 0;
}

form div.row label {
	left: 10px;
}
form div.row > label {
	display: inline-block;
	position: absolute;
	left: -150px;
	padding: 0 30px 0 0;
	top: 5px;
	color: #666;
}
form div.row.boolean {
	margin-left: 125px;
}
form div.row.boolean label {
	top: 0;
	left: 25px;
}

form input.line,
form textarea {
	width: 100%;
	font-size: 125%;
	padding: 3px 6px;
	border: 1px solid #ccc;
	font-family: "Helvetica", Arial, sans-serif;
	line-height: 1.5em;
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
}
form textarea {
	font-size: 105%;
	height: 16em;
	padding: 9px;
}
form textarea.small {
	height: 8em;
}
form textarea.large {
	height: 32em;
}

form span.error {
	display: none !important;
	margin-left: 80px;
	color: #999;
	font-size: 90%;
}
form div.notice,
form div.success {
	color: #AB0051;
	padding: 0 0 10px 0;
	display: block;
	font-weight: bold;
	text-align: left;
}






div.form-aside {
	margin-bottom: 40px;
}
div.form-aside p {
	margin-bottom: 10px;
}
div.form-aside form {
	background: #f0f0f0;
	padding: 20px;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius:  2px;
}
div.form-aside input.line,
div.form-aside select,
div.form-aside textarea{
	width: 249px;
	margin-bottom: 10px;
}
div.form-aside input.submit {
	float: right;
}




/* stylesheet/partials/site/layout.css */









#content .wrapper > div,
#content .wrapper > section {
	position: relative;
	background: white;
	
	margin: 0 0 60px 0;
	padding: 0 0 40px 0;
	
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		-ms-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;
}






.box {
	position: relative;
	background: white;
	
	margin: 0 0 60px 0;
	padding: 0 0 40px 0;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius:  2px;
}
.box .box-aside {
	padding: 20px;
	margin: 0 0 40px 0;
	background: #f0f0f0;
}
.box div:last-child {
	margin-bottom: 0;
}




.box .box-xlarge {
	float: left;
	width: 600px;
	padding: 40px 40px 0 40px;
}
.box .box-xlarge-aside {
	float: left;
	margin: 40px 0;
	padding: 0 40px;
	width: 199px;
	border-left: 1px solid #ddd;
}


.box .box-large {
	float: left;
	width: 500px;
	padding: 40px 40px 0 40px;
}
.box .box-large-aside {
	float: left;
	margin: 40px 0;
	padding: 0 40px;
	width: 299px;
	border-left: 1px solid #ddd;
}


.box .box-medium {
	float: left;
	width: 400px;
	padding: 40px 40px 0 40px;
}
.box .box-medium-aside {
	float: left;
	margin: 40px 0;
	padding: 0 40px;
	width: 399px;
	border-left: 1px solid #ddd;
}



.box .box-small {
	float: left;
	width: 250px;
	padding: 40px 40px 0 40px;
}
.box .box-small-aside {
	float: left;
	margin: 40px 0;
	padding: 0 40px;
	width: 549px;
	border-left: 1px solid #ddd;
}









.box ol {
	list-style: decimal;
	padding: 10px 0 5px 30px;
}
.box ul {
	list-style: disc;
	padding: 10px 0 5px 20px;
}
.box li {
	margin: 0 0 5px 0;
}






.box_aside {
	margin-bottom: 40px;
}

















.teaser_small {
	position: relative;
	margin: 0 0 20px 0;
}
.teaser_small p {
	text-align: left;
	margin: 0 0 10px 0;
}




.teaser_small_image h4 {
	margin-bottom: 10px;
}



.teaser_small_image_vertical {
	text-align: center;
}
.teaser_small_image_vertical a.image {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 25px;
}
.teaser_small_image_vertical p {
	text-align: center;
}



.teaser_small_image_horizontal {
	min-height: 90px;
	padding-left: 90px;
}
.teaser_small_image_horizontal a.image {
	position: absolute;
	left: 0;
	top: 5px;
}
.teaser_small_image_horizontal a.image img {
	float: left;
}





.teaser_grey,
.teaser_grey h3 a,
.teaser_grey h4 a {
	color: #999;
}
.teaser_grey .button {
	background: #999;
}
.teaser_grey .button:focus,
.teaser_grey .button:hover{
	background: black;
}











.cloud ul {
	padding: 0;
}
.cloud li {
	display: block;
	text-align: center;
}
.cloud li a {
	text-decoration: none;
	color: white;
	
	font-size: 110%;
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 2px 7px;
	background: #8eb900;
}
.cloud li a:hover {
	background: black;
}










/*
.teaser_large_aside {
	position: relative;
}
.teaser_large_aside h3 {
	margin-top: 0;
}
.teaser_large_aside p {
	padding: 0 0 10px 0;
}
.teaser_large_aside_grey h4 a,
.teaser_large_aside_grey p {
	color: #999;
}



.teaser_large_aside_image {
	padding-left: 90px;
}
.teaser_large_aside_image a.image {
	position: absolute;
	left: 0;
	top: 10px;
}
.teaser_large_aside_image a.image img {
	float: left;
}
*/








.teaser_columns {
	padding-bottom: 20px;
}
.teaser_columns .teaser_column {
	float: left;
	display: block;
	width: 140px;
	margin-right: 10px;
	padding-right: 10px;
	text-align: center;
}
.teaser_columns .teaser_column:last-child {
	margin-right: 0;
	padding-right: 0;
	
}
.teaser_columns .teaser_column a.image {
	padding: 10px 9px 10px 10px;
	background: #ddd;
}
.teaser_columns .teaser_column a.image img {
	float: left;
}
.teaser_columns .teaser_column h3 {
	margin-top: 10px;
}













/*
@media only screen and (max-width : 570px) {
	.wrapper {
		width: 90%;
		padding: 0 5%;
		min-width: 320px;
	}
	#header {
		height: 220px;
	}
	#header #nav {
		padding: 120px 0 0 0;
		position: static;
		
	}
	#header form.search {
		display: block;
		margin: 10px auto 0 auto;
		position: relative;
		top: auto;
		right: auto;
		width: 180px;
	}
	#footer .options {
		position: fixed;
		width: 100%;
		text-align: center;
	}
	
	
	
	.wrapper > section {
		width: 100% !important;
	}
	article {
		padding: 0 0 60px 0 !important;
	}
	article a.cover.left,
	article a.cover.right {
		display: none !important;
	}
	article a.cover {
		width: 100% !important;
	}
	article div {
		padding: 20px 20px 0 20px !important;
	}
	.wrapper > aside {
		display: none;
	}
	
	
}
*/


















/* stylesheet/partials/site/story.css */





div.story p {
	margin-bottom: 10px;
}
div.story div.section {
	position: relative;
}
div.story div.column {
	position: relative;
	float: left;
}
div.story a.edit {
	display: none;
	position: absolute;
	left: 10px;
	top: 10px;
	
	text-decoration: none;
	font-size: 90%;
	color: #999;
	padding: 2px 8px;
	background: #eee;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
div.story div.column a.edit {
	left: auto;
	right: 10px;
	top: 10px;
}
div.story a.edit:hover,
div.story a.edit:focus {
	background: #666;
	color: white;
}

div.story div.clear_float {
	clear: both;
}

div.story.highlight,
div.story .highlight{
	background: #f6f6f6 !important;
}


div.story .border_top {
	border-top: 1px solid #ccc;
}
div.story .border_right {
	border-right: 1px solid #ccc;
}
div.story .border_bottom {
	border-bottom: 1px solid #ccc;
}
div.story .border_left {
	border-left: 1px solid #ccc;
}


h3.center,
h4.center,
h5.center,
h6.center {
	text-align: center;
}

h3.right,
h4.right,
h5.right,
h6.right {
	text-align: right;
}



div.story form textarea {
	width: 100%;
}


div.story h3 {
	font-family: Georgia, "Times New Roman", serif;
	margin: 0 0 20px 0;
	font-size: 300%;
}

div.story h4 {
	font-family: Georgia, "Times New Roman", serif;
	margin: 0 0 10px 0;
	font-size: 200%;
}

div.story h5 {
	font-size: 150%;
}

div.story h6 {
	font-size: 125%;
}



div.story ul {
	list-style: disc;
	padding: 0 0 0 20px;
}
div.story ul li {
	margin: 0 0 10px 0;
}





















/* stylesheet/partials/site/misc.css */


hr {
	clear: both;
	border: none;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid white;
	margin: 40px 0;
}


/* stylesheet/partials/site/footer.css */







#footer .wrapper {
	position: relative;
	color: #999;
	line-height: 1.8em;
	height: 200px;
}
#footer a {
	color: #999;
	margin: 0 10px 0 0;
}
#footer .options {
	position: absolute;
	left: 0;
	top: 0;
}



#debug {
	position: relative;
	padding: 50px 0;
}






/* stylesheet/partials/site/misc/advent.css */







/* Advent 2010 */
#content .wrapper > div.advent {
	position: relative;
	background: white url('http://staging.glutenfreiheit.org/images/site/advent/header.png') no-repeat top left;
	padding: 0 0 0 0;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:  5px;
}


div.advent div.bar {
	color: #eee;
	padding: 20px 150px;
	margin-bottom: 150px;

	font-size: 175%;
	font-style: italic;
	text-align: center;
	font-family: Georgia, "Times New Roman", serif;

	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}




div.advent div.top {
	position: relative;
	height: 300px;
	width: 960px;
	font-family: Georgia, "Times New Roman", serif;
	border-bottom: 1px solid #ccc;

	overflow: hidden;
}


div.advent ul.controls {
	position: absolute;
	left: 200px;
	top: 150px;
	font-size: 60%;
}
div.advent ul.controls a {
	text-decoration: none;
	color: black;
	font-weight: bold;
}
div.advent #foodoase {
	position: absolute;
	left: 737px;
	top: 165px;
	width: 221px;
	height: 100px;
	text-indent: -9999em;
	overflow: hidden;
	background: url('http://staging.glutenfreiheit.org/images/site/advent/foodoase.png');
}

div.advent ul.controls a.inactive {
	color: #999;
}

div.advent div.top div.dayContainer {
	position: absolute;
	top: 0;
	left: 0;
	width: 24000px;
	height: 300px;
}
div.advent div.top div.day {
	display: inline-block;
	position: relative;
	width: 960px;
	height: 300px;
}

div.advent div.top span.day {
	position: absolute;
	top: 0;
	left: 50px;
	font-size: 650%;
	color: #900;
	font-weight: bold;
	font-style: italic;
	width: 100px;
	text-align: right;
}
div.advent div.top div.question {
	position: absolute;
	top: 25px;
	left: 200px;
	font-size: 135%;
	width: 450px;
	text-align: center;
}
div.advent div.top div.answer {
	position: absolute;
	top: 150px;
	left: 0;
	font-size: 115%;
	width: 680px;
	text-align: center;
	color: #666;
}
div.advent div.top div.answer span.author {
	display: block;
	text-align: right;
	font-size: 80%;
	font-style: italic;
}
div.advent div.top div.question h3 {
	color: #900;
}
div.advent div.top div.question h4 {
	color: #999;
}
div.advent div.price {
	position: absolute;
	right: 20px;
	top: 25px;
	width: 220px;
}
div.advent div.price span.name {
	position: absolute;
	top: 200px;
	left: -20px;
	width: 200px;
	text-align: center;
	font-weight: bold;
	color: #900;
}
div.advent div.price span.name span {
	color: black;
}

div.advent div.form {
	position: absolute;
	left: 50px;
	top: 130px;
}
div.advent div.form span.required {
	font-size: 90%;
	color: #999;
	display: block;
	position: absolute;
	left: 400px;
	top: 90px;
	width: 190px;
}
div.advent div.form div.attribute {
	position: relative;
	height: 30px;
}
div.advent div.form div.attribute div.caption{
	position: absolute;
	left: 0;
	top: 15px;
	width: 150px;
	text-align: right;
	font-weight: bold;
}
div.advent div.form div.attribute div.value {
	position: absolute;
	left: 170px;
	top: 10px;

}
div.advent div.form #row_answer {
	height: 60px;
}
div.advent div.form #row_email input {
	width: 200px;
}
div.advent div.form #row_answer textarea {
	width: 400px;
	height: 50px;
}
div.advent div.form input.submit {
	position: absolute;
	left: 170px;
	top: 120px;
	background: #900;
}
div.advent div.form span.message {
	color: #333;
	font-size: 150%;
	display: block;
	width: 600px;
}

div.advent table.calendar {
	margin: 20px;
	width: 920px;
}
div.advent table.calendar td {
	height: 175px;
	text-align: center;
	vertical-align: middle;
}
div.advent div.gate {
	position: relative;
	width: 175px;
	height: 175px;
	background: url('http://staging.glutenfreiheit.org/images/site/advent/gates.png');
}
div.advent div.gate span {
	position: absolute;
	left: 140px;
	top: 15px;
	font-size: 125%;
	text-align: center;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", serif;
	color: white;
}
div.advent div.gate a {
	position: absolute;
	display: block;
	width: 100px;
	height: 100px;
	padding: 25px 0 0 25px;
	left: 17px;
	top: 23px;
}
div.advent div.gate div.popup {
	display: none;
}
div.advent div.gate.today.large {
	background-position: -350px 0;
}
div.advent div.gate.today.medium {
	background-position: -350px -175px;
}
div.advent div.gate.today.small {
	background-position: -350px -350px;
}

div.advent div.gate.future.large {
	background-position: 0 0;
}
div.advent div.gate.future.medium {
	background-position: 0 -175px;
}
div.advent div.gate.future.small {
	background-position: 0 -350px;
}

div.advent div.gate.past.large {
	background-position: -175px 0;
}
div.advent div.gate.past.medium {
	background-position: -175px -175px;
}
div.advent div.gate.past.small {
	background-position: -175px -350px;
}

div.advent div.grid {
	position: relative;
	padding-top: 50px;
}

div.advent div.background {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 960px;
	height: 1100px;
	background: url('http://staging.glutenfreiheit.org/images/site/advent/background.png');
}
div.advent div.background div.popup {
	position: absolute;
	left: 150px;
	top: 100px;
	width: 660px;
	background: white;


	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
}
div.advent div.background div.popup div.controls {
	position: absolute;
	right: 10px;
	top: 10px;
}
div.advent div.background div.popup div.controls a {
	background: url('http://staging.glutenfreiheit.org/images/site/advent/controls.png');
	height: 30px;
	width: 30px;
	display: inline-block;

}
div.advent div.background div.popup div.controls a.next {
	background-position: -30px 0;
}
div.advent div.background div.popup div.controls a.close {
	background-position: -60px 0;
}
div.advent div.background div.popup span {
	position: absolute;
	top: 0;
	left: 30px;
	font-size: 450%;
	color: #900;
	font-weight: bold;
	font-style: italic;
	width: 100px;
	text-align: right;
	font-family: Georgia, "Times New Roman", serif;
}
div.advent div.background div.popup div.product,
div.advent div.background div.popup div.question {
	position: relative;
	margin: 40px 30px 20px 180px;
	padding: 20px;
	border-bottom: 1px solid #ccc;
	font-size: 150%;
}
div.advent div.background div.popup div.product {
	height: 180px;
	padding-left: 200px;
}
div.advent div.background div.popup div.product img {
	position: absolute;
	top: 0;
	left: 0;
}
div.advent div.background div.popup div:last-child {
	border: none;
}
div.advent div.background div.popup h5 {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: bold;
}


div.advent div.disclaimer {
	padding: 100px 100px 180px 100px;
	font-size: 90%;
	background: url('http://staging.glutenfreiheit.org/images/site/advent/footer.png') no-repeat bottom left;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




/* stylesheet/partials/site/misc/advent2011.css */







/* Advent 2011 */
#content .wrapper > div.advent-2011 {
	padding-bottom: 0;
}
div.advent-2011,
div.advent-2011 h3 {
	font-family: 'Helvetica', Arial, sans-serif;
}


div.advent-2011 div.head {
	padding: 40px 40px 20px 40px;
	background: #006633 url('http://staging.glutenfreiheit.org//images/site/advent/header2011.png') no-repeat left bottom;
	border-bottom: 3px solid #AB0051;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
	   -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
			box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);

	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
div.advent-2011 div.head h3 {
	width: 290px;
	height: 78px;

	background:  url('http://staging.glutenfreiheit.org//images/site/advent/headline2011.png') no-repeat top left;
	margin: 0 auto;
	overflow: hidden;
	text-indent: -9999em;
}
div.advent-2011 div.head p {
	color: #ddd;
	text-align: center;
	padding: 0 170px 10px 170px;
}

div.advent-2011 div.subhead {
	height: 70px;
	position: relative;
	background: #f6f6f6;
	border-bottom: 1px solid #ccc;
}
div.advent-2011 div.subhead div.social {
	position: absolute;
	right: 20px;
	top: 30px;
}
div.advent-2011 div.subhead div.social #___plusone_0 {
	position: absolute;
	top: 0;
	right: 0;
}
div.advent-2011 div.subhead div.social .twitter-share-button {
	position: absolute;
	right: 90px;
	top: 0;
}
div.advent-2011 div.subhead div.social .fb_iframe_widget {
	position: absolute;
	right: 210px;
	top: 0;
}
div.advent-2011 div.subhead a.foodoase {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 300px;
	height: 50px;
	text-indent: -9999em;
	overflow: hidden;
	background: url('http://staging.glutenfreiheit.org//images/site/advent/foodoase2011.png') no-repeat;

}





div.advent-2011 div.day {
	position: relative;
	padding: 0 0 0 90px;
	border-bottom: 3px solid #8EB900;

	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
			box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

div.advent-2011 div.day h3 {
	padding: 40px 0 20px 0;
}
div.advent-2011 div.day figure {
	float: right;
	padding: 40px;
	width: 160px;
	border-left: 1px solid #ccc;
}
div.advent-2011 div.day figure figcaption {
	text-align: center;
	padding: 10px 0;
}
div.advent-2011 div.day p {
	padding: 0 300px 20px 0;
	font-style: italic;
	font-size: 125%;
	color: #333;
	text-indent: -0.4em;
	text-align: center;
}
div.advent-2011 div.day p span {
	display: block;
	text-align: right;
	font-style: normal;
	padding: 5px 0 0 0;

}

div.advent-2011 div.day div.participate {
	padding: 60px 40px;
	margin: 0 300px 20px 0;
	background: #eee;
	text-align: center;

	-webkit-border-radius: 0;
		-moz-border-radius: 0;
			border-radius: 0;
}
div.advent-2011 div.day div.participate a {
	font-size: 125%;
}
div.advent-2011 div.day div.participate span {
	text-align: center;
	display: block;
	margin: 10px 0 0 0;
	color: #999;

}
div.advent-2011 div.day div.participate span a {
	color: #999;
	font-size: 100%;
}

div.advent-2011 div.day.inactive {
	height: 100px;
}
div.advent-2011 div.day.inactive figure {
	height: 60px;
	padding-bottom: 0;
	overflow: hidden;
}
div.advent-2011 div.day.inactive h3 {
	padding-top: 30px;
}
div.advent-2011 div.day.inactive h3,
div.advent-2011 div.day.inactive figure figcaption {
	color: #ccc;
}
div.advent-2011 div.day.inactive span.number {
	background: #ddd;
	top: 20px;
}
div.advent-2011 div.day.inactive span.number:after {
	border-color: transparent transparent transparent #ccc;
}



div.advent-2011 div.disclaimer {
	background: #eee;
	font-size: 85%;
	color: #999;
	text-align: center;
	padding: 40px;
}
div.advent-2011 div.disclaimer h3 {
	color: #999;
}



div.advent-2011 div.day span.number {
	position: absolute;
	left: -6px;
	top: 35px;
	padding: 8px 25px;
	font-size: 200%;
	background: #AB0051;
	color: white;

	-webkit-box-shadow: -3px 0 3px rgba(0, 0, 0, 0.1);
	   -moz-box-shadow: -3px 0 3px rgba(0, 0, 0, 0.1);
			box-shadow: -3px 0 3px rgba(0, 0, 0, 0.1);

	-webkit-border-top-left-radius: 0;
		-moz-border-radius-topleft: 0;
			border-top-left-radius: 0;

	-webkit-border-bottom-left-radius: 2px;
		-moz-border-radius-bottomleft: 2px;
			border-bottom-left-radius: 2px;

	-webkit-border-top-right-radius: 3px;
		-moz-border-radius-topright: 3px;
			border-top-right-radius: 3px;

	-webkit-border-bottom-right-radius: 3px;
		-moz-border-radius-bottomright: 3px;
			border-bottom-right-radius: 3px;
}
div.advent-2011 div.day span.number:after {
	position: absolute;
	content: '';
	background: transparent;
	top: -4px;
	left: 2px;
	height: 0;
	width: 0;
	overflow: hidden;

	border-color: transparent transparent transparent #7F0034;
	border-style: solid;
	border-width: 4px;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	 	 -o-transform: rotate(45deg);
		    transform: rotate(45deg);
}








/* stylesheet/partials/site/buttons2.css */


.button {
	position: relative;
	padding: 12px 45px 12px 30px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 90%;
	font-weight: bold;
	color: #eee;
}
.button:hover {
	background-color: #7F0034;
	color: white;
}
div.story .button,
.button.small {
	padding: 7px 25px 7px 15px;
}

.button.top.right {
	right: -6px;
	top: 20px;
	bottom: auto;
}
.button.green {
	color: #F6F6F6;
	background-color: #8EB900;
}
.button.green:hover {
	background-color: #82A802;
}
.button.grey {
	background-color: #999;
	color: #eee;
}
.button.grey:hover {
	background-color: #AAA;
	color: #fff;
}
.button.right {
	
	position: absolute;
	right: -6px;
	bottom: 20px;
	
	
	-webkit-box-shadow: -3px 0 3px rgba(0, 0, 0, 0.1);	
	   -moz-box-shadow: -3px 0 3px rgba(0, 0, 0, 0.1);
			box-shadow: -3px 0 3px rgba(0, 0, 0, 0.1);
	
	-webkit-border-top-left-radius: 3px;
		-moz-border-radius-topleft: 3px;
			border-top-left-radius: 3px;
			
	-webkit-border-bottom-left-radius: 3px;
		-moz-border-radius-bottomleft: 3px;
			border-bottom-left-radius: 3px;
			
	-webkit-border-top-right-radius: 0px;
		-moz-border-radius-topright: 0px;
			border-top-right-radius: 0px;
			
	-webkit-border-bottom-right-radius: 2px;
		-moz-border-radius-bottomright: 2px;
			border-bottom-right-radius: 2px;
}
.button.bottom {
	
	position: absolute;
	bottom: -6px;
	left: 25px;
		
	-webkit-box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.1);	
	   -moz-box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.1);
			box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.1);
	
	-webkit-border-top-left-radius: 3px;
		-moz-border-radius-topleft: 3px;
			border-top-left-radius: 3px;
			
	-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius-bottomleft: 0px;
			border-bottom-left-radius: 0px;
			
	-webkit-border-top-right-radius: 3px;
		-moz-border-radius-topright: 3px;
			border-top-right-radius: 3px;
			
	-webkit-border-bottom-right-radius: 2px;
		-moz-border-radius-bottomright: 2px;
			border-bottom-right-radius: 2px;
}
.button.right:after {
	position: absolute;
	content: '';
	background: transparent;
	top: -4px;
	right: 2px;
	height: 0;
	width: 0;
	overflow: hidden;
	
	border-color: #7F0034 transparent transparent transparent;
	border-style: solid;
	border-width: 4px;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	 	 -o-transform: rotate(45deg);
		    transform: rotate(45deg);	
}
.button.right:after:hover {
	border-top-color: black;
}
.button.bottom:after {
	position: absolute;
	content: '';
	background: transparent;
	bottom: 2px;
	left: -4px;
	height: 0;
	width: 0;
	overflow: hidden;
	
	border-color: transparent transparent #7F0034 transparent;
	border-style: solid;
	border-width: 4px;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	 	 -o-transform: rotate(45deg);
		    transform: rotate(45deg);	
}
.button:before {
	content: '';
	position: absolute;
	right: 35px;
	top: 16px;
	height: 9px;
	width: 5px;
	background: url('http://staging.glutenfreiheit.org//images/site/icons.png') no-repeat -250px -190px;
	opacity: 0.8;
}
div.story .button:before,
.button.small:before {
	right: 15px;
	top: 11px;
}
.button:hover:before {
	opacity: 1;
	right: 34px;
}
div.story .button:before,
.button.small:hover:before {
	right: 14px;
}
.button.green:after {
	border-color: transparent transparent #82A802 transparent;
}





.buttons {

}
.buttons.bottom {
	position: absolute;
	bottom: -6px;
	left: 25px;
}
.buttons.right {
	position: absolute;
	right: -6px;
	bottom: 20px;
}
.buttons .button.right,
.buttons .button.bottom {
	position: relative;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
}

.buttons.right .button:before {
	top: 15px;
}

.buttons.right .button.small:before {
	top: 12px;
}     









#content section.stream {
	float: left;
	margin: 30px 0;
	width: 570px;
	color: #333;
	background: transparent;
}
aside.stream {
	float: left;
	margin: 30px 0 30px 30px;
	width: 360px;
}





















article {
	position: relative;
	background: white;
	margin: 0 0 20px 0;
	
	
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		 -o-border-radius: 3px;
			border-radius: 3px;	
			
	-webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1);
	   -moz-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1);
			box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1);
}


article h3 {
	font-family: 'Helvetica', Arial, sans-serif;
}
article h3 a {
	text-decoration: none;
}
article blockquote {
	font-style: italic;
	font-size: 110%;
	text-indent: -0.5em;
}
article div {
	padding: 0 25px;
}
article h3,
article p,
article blockquote {
	margin: 0 0 10px 0;
}




section.stream article ul.icons {
	color: #ccc;
}
section.stream article ul.icons li {
	position: relative;
	margin: 0 0 6px 0;
}
section.stream article ul.icons.inline li {
	display: inline-block;
	margin-right: 40px;
}
section.stream article ul.icons a {
	text-decoration: none;
	color: #ccc;
}
section.stream article ul.icons a:hover {
	color: #7F0034;
}






article.folded:before {
	position: absolute;
	content: '';
	background: transparent;
	bottom: 3px;
	right: 3px;
	height: 0;
	width: 0;
	overflow: hidden;
	
	border-color: transparent #ccc transparent transparent;
	border-style: solid;
	border-width: 10px;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	 	 -o-transform: rotate(45deg);
		    transform: rotate(45deg);	
}
article.folded:after {
	position: absolute;
	content: '';
	background: transparent;
	bottom: -11px;
	right: -11px;
	height: 0;
	width: 0;
	overflow: hidden;
	
	border-color: transparent transparent transparent #e0e0e0;
	border-style: solid;
	border-width: 10px;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	 	 -o-transform: rotate(45deg);
		    transform: rotate(45deg);	
}



article.fullsize {
	padding: 0;
	border-bottom: 5px solid #111;
}
article.fullsize div {
	padding: 0;
}
article.fullsize div h3 {
	border-bottom: 3px solid #8EB900;
	margin: 0;
	padding: 10px 20px;

}
article.fullsize div iframe {
	float: left;
}















article.post {
	min-height: 200px;
	padding: 0 0 20px 0;
}
article.post a.cover {
	display: block;
	position: relative;
	height: 110px;
	width: 570px;
	overflow: hidden;
	z-index: 1;
	
	margin: 0 0 25px 0;
	border-bottom: 3px solid #8EB900;
		
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
	   -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
			box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}
article.post a.cover,
article.post a.cover img {
	
	 -webkit-border-top-left-radius: 3px;
		 -moz-border-radius-topleft: 3px;
			 border-top-left-radius: 3px;	

	 -webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topright: 3px;
			 border-top-right-radius: 3px;	
	
}

article.post div {
	padding-right: 200px;
}
article.post ul.icons {
	position: absolute;
	left: 50px;
	bottom: 15px;
}



article.post.small p.excerpt {
	display: none;
}


article.post.large {
	min-height: 340px;
}
article.post.large a.cover {
	height: 190px;
}
article.post.large ul.icons {
	position: absolute;
	left: 460px;
	top: 215px;
}












article.news {
	padding: 20px 0 20px 160px;
	height: 180px;
}
article.news a.cover {
	display: block;
	height: 220px;
	width: 163px;
	background: #8EB900;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	
	-webkit-box-shadow: 2px 0 2px rgba(0, 0, 0, 0.15);
	   -moz-box-shadow: 2px 0 2px rgba(0, 0, 0, 0.15);
			box-shadow: 2px 0 2px rgba(0, 0, 0, 0.15);
}
article.news a.cover, 
article.news a.cover img {
	
	 -webkit-border-top-left-radius: 3px;
		 -moz-border-radius-topleft: 3px;
			 border-top-left-radius: 3px;
			
	 -webkit-border-bottom-left-radius: 3px;
		 -moz-border-radius-bottomleft: 3px;
			 border-bottom-left-radius: 3px;
}
article.news div {
	padding-right: 160px;
}
article.news ul.icons {
	position: absolute;
	left: 460px;
	top: 100px;
}






article.interview {
	padding: 20px 200px 60px 0;
	min-height: 170px;
}
article.interview a.cover {
	position: absolute;
	right: 25px;
	top: 0;
	padding: 0 3px 3px 3px;
	background: #8EB900;
	
	-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
	   -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
			box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}
article.interview a.cover img {
	float: left;
}
article.interview ul.icons {
	position: absolute;
	left: 50px;
	bottom: 20px;
}






article.book {
	padding: 20px 160px 20px 0;
	height: 180px;
}
article.book a.cover {
	display: block;
	height: 220px;
	width: 160px;
	padding: 0 0 0 3px;
	background: #8EB900;
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
	
	
	-webkit-box-shadow: -2px 0 2px rgba(0, 0, 0, 0.15);
	   -moz-box-shadow: -2px 0 2px rgba(0, 0, 0, 0.15);
			box-shadow: -2px 0 2px rgba(0, 0, 0, 0.15);
}
article.book a.cover,
article.book a.cover img {
	
	 -webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topright: 3px;
			 border-top-right-radius: 3px;
			
	 -webkit-border-bottom-right-radius: 3px;
		 -moz-border-radius-bottomright: 3px;
			 border-bottom-right-radius: 3px;
}
article.book ul.icons {
	position: absolute;
	left: 50px;
	bottom: 40px;
}











article.product {
	min-height: 80px;
	padding: 20px 0 60px 180px;
}
article.product a.cover {
	position: absolute;
	left: 10px;
	top: 10px;
	height: 140px;
	width: 160px;
	display: table-cell;
	vertical-align: middle;
}
article.product a.cover img {
	vertical-align: middle;
}
article.product ul.icons {
	position: absolute;
	left: 225px;
	bottom: 20px;
}












article.recipe {
	padding: 20px 0 20px 200px;
	height: 100px;
}
article.recipe a.cover {
	display: block;
	height: 140px;
	width: 203px;
	background: #8EB900;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	
	
	-webkit-box-shadow: 2px 0 2px rgba(0, 0, 0, 0.15);
	   -moz-box-shadow: 2px 0 2px rgba(0, 0, 0, 0.15);
			box-shadow: 2px 0 2px rgba(0, 0, 0, 0.15);
}
article.recipe a.cover, 
article.recipe a.cover img {
	
	 -webkit-border-top-left-radius: 3px;
		 -moz-border-radius-topleft: 3px;
			 border-top-left-radius: 3px;
			
	 -webkit-border-bottom-left-radius: 3px;
		 -moz-border-radius-bottomleft: 3px;
			 border-bottom-left-radius: 3px;
}
article.recipe ul.icons {
	position: absolute;
	left: 250px;
	bottom: 20px;
}









article.article {
	padding: 20px 0 20px 70px;
	height: 100px;
}
article.article span {
	display: block;
	position: absolute;
	top: 20px;
	left: -6px;
	padding: 6px 13px 6px 39px;
	font-size: 150%;
	background: #8EB900;
	color: white;
	

	-webkit-border-top-left-radius: 0px;
		-moz-border-radius-topleft: 0px;
			border-top-left-radius: 0px;
			
	-webkit-border-bottom-left-radius: 2px;
		-moz-border-radius-bottomleft: 2px;
			border-bottom-left-radius: 2px;
			
	-webkit-border-top-right-radius: 3px;
		-moz-border-radius-topright: 3px;
			border-top-right-radius: 3px;
			
	-webkit-border-bottom-right-radius: 2px;
		-moz-border-radius-bottomright: 2px;
			border-bottom-right-radius: 2px;
			
}
article.article span:after {
	position: absolute;
	content: '';
	background: transparent;
	top: -4px;
	left: 2px;
	height: 0;
	width: 0;
	overflow: hidden;
	
	border-color: transparent transparent transparent #82A802;
	border-style: solid;
	border-width: 4px;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	 	 -o-transform: rotate(45deg);
		    transform: rotate(45deg);	
}
article.article p {
	text-indent: -10px;
}
article.article p strong a {
	color: black;
	
}
article.article ul.icons {
	position: absolute;
	left: 120px;
	bottom: 20px;
}













article.explained {
	background: #222;
	padding-bottom: 50px;
	border-top: 1px solid #222;
}
article.explained h3 a {
	display: block;
	height: 40px;
	width: 230px;
	padding: 10px 0 0 0;
	margin: 10px auto;
	background: url('http://staging.glutenfreiheit.org//images/site/icons.png') no-repeat -190px -220px;
	
	color: white;
	font-size: 90%;
	text-decoration: none;
}
article.explained a.button {
	left: 90px;
}
article.explained ul.tags {
	padding: 20px 0 0 0;
	text-align: center;
}
article.explained ul.tags li {
	display: inline-block;
}
article.explained ul.tags a {
	position: relative;
	display: inline-block;
	
	color: #999;
	text-decoration: none;
	
	padding: 1px 10px 1px 30px;
	margin: 0 3px 6px 3px;
	border: 2px solid #333;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
		 -o-border-radius: 10px;
			border-radius: 10px;	
}
article.explained ul.tags a.no_icon {
	padding-left: 10px;
}
article.explained ul.tags a:before {
	position: absolute;
	top: 1px;
	left: 3px;
	opacity: 0.5;
}
article.explained ul.tags a:hover {
	border-color: #999;
	color: white;
}
article.explained ul.tags a:hover:before {
	opacity: 1;
}





article.social ul {
	padding: 20px 10px 10px 20px;
}
article.social li a {
	display: block;
	position: relative;
	height: 35px;
	margin: 0 0 10px 0;
	padding: 5px 0 0 45px;
	float: left;
	color: #999;
	text-decoration: none;
}
article.social li a:before {
		
	opacity: .5;
}
article.social li a:hover {
	color: #333;
}
article.social li a:hover:before {
	opacity: 1;
}












article.support {
	padding: 20px 0;
}
article.support h3 {
	color: #ccc;
	margin-bottom: 20px;
	margin-left: 20px;
}
article.support a {
	display: inline-block;
	overflow: hidden;
	text-indent: -9999em;
	background: url('http://staging.glutenfreiheit.org/images/site/icons.png') no-repeat;	
	vertical-align: middle;
	margin: 0 0 0 25px;
	height: 35px;
	opacity: 0.5;
}
article.support a.hms {
	background-position: -300px -100px;
	width: 94px;
}
article.support a.dzg {
	background-position: -300px -150px;
	width: 152px;
}
article.support a:hover {
	opacity: 1;
}










/* 0.0308120250702 */

