/*=============================================================================
	(c) magic moving pixel s.a., Luxembourg
	--------------------------------------------------------------------
	project   : 754 - d'Lëtzebuerger Land
	file      : print.css
	comment   : style sheets for print media
	
	the stylesheet reacts mobile for the following resolution switches
	-   s:    1 -  499
	-   m:  500 - 1023
	-   l: 1024 - 1279
	-  xl: 1280 - 1679
	- xxl: 1680 - ...
	
	some color codes (for fast replacement)
	green     : #52C81E (logo, link, buttons ... weekcolor)
	dark grey : #807F80 (subtitles)
	light grey: #BABABA (menus left)
	input     : #E4E3E4 (text input)
	fieldset  : #f8f8f8 (fieldset blocks)
	table row : #EEEEEE (table row background)
=============================================================================*/
@font-face {
	font-family:Aller;
	src:url("/fonts/Aller/Aller_Rg.eot?") format("eot"),
		url("/fonts/Aller/Aller_Rg.woff") format("woff"),
		url("/fonts/Aller/Aller_Rg.ttf") format("truetype"),
		url("/fonts/Aller/Aller_Rg.svg#Aller") format("svg");
	font-weight:normal;
	font-style:normal;
}

@font-face {
	font-family:Aller;
	src:url("/fonts/Aller_Bold/Aller_Bd.eot?") format("eot"),
		url("/fonts/Aller_Bold/Aller_Bd.woff") format("woff"),
		url("/fonts/Aller_Bold/Aller_Bd.ttf") format("truetype"),
		url("/fonts/Aller_Bold/Aller_Bd.svg#Aller-Bold") format("svg");
	font-weight:bold;
	font-style:normal;
}

@font-face {
	font-family:Aller;
	src:url("/fonts/Aller_Italic/Aller_It.eot?") format("eot"),
		url("/fonts/Aller_Italic/Aller_It.woff") format("woff"),
		url("/fonts/Aller_Italic/Aller_It.ttf") format("truetype"),
		url("/fonts/Aller_Italic/Aller_It.svg#Aller_It") format("svg");
	font-weight:normal;
	font-style:italic;
}

@font-face {
	font-family:"Crimson Text";
	src:url("/fonts/Crimson_Text/CrimsonText-Roman.eot?") format("eot"),
		url("/fonts/Crimson_Text/CrimsonText-Roman.woff") format("woff"),
		url("/fonts/Crimson_Text/CrimsonText-Roman.ttf") format("truetype"),
		url("/fonts/Crimson_Text/CrimsonText-Roman.svg#CrimsonText-Roman") format("svg");
	font-weight:normal;
	font-style:normal;
}

@font-face {
	font-family:"Crimson Text";
	src:url("/fonts/Crimson_Text_Bold/CrimsonText-Bold.eot?") format("eot"),
		url("/fonts/Crimson_Text_Bold/CrimsonText-Bold.woff") format("woff"),
		url("/fonts/Crimson_Text_Bold/CrimsonText-Bold.ttf") format("truetype"),
		url("/fonts/Crimson_Text_Bold/CrimsonText-Bold.svg#CrimsonText-Bold") format("svg");
	font-weight:bold;
	font-style:normal;
}

@font-face {
	font-family:"Crimson Text";
	src:url("/fonts/Crimson_Text_Italic/CrimsonText-Italic.eot?") format("eot"),
		url("/fonts/Crimson_Text_Italic/CrimsonText-Italic.woff") format("woff"),
		url("/fonts/Crimson_Text_Italic/CrimsonText-Italic.ttf") format("truetype"),
		url("/fonts/Crimson_Text_Italic/CrimsonText-Italic.svg#CrimsonText-Italic") format("svg");
	font-weight:normal;
	font-style:italic;
}

@viewport,
@-ms-viewport,
@-webkit-viewport,
@-moz-viewport,
@-o-viewport {
	zoom: 1.0;
	width: 480px;
}

html {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	-webkit-text-size-adjust:none;
}

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "Crimson Text", Times, serif;
	font-style: normal;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	background-color: #ffffff;
}

body.feedback {
	font-style: normal;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	background-color: #000000;
}

h1 {
	font-family: Aller, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 26px;
	line-height: 32px;
	margin: 0px 0px 10px 0px;
	padding 0px;
}

h2 {
	font-family: Aller, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 20px;
	line-height: 26px;
	margin: 0px 0px 10px 0px;
	padding 0px;
}

div.mmpwebtext h2:first-of-type {
	margin-top: 0px;
}

h3 {
	font-family: Aller, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 18px;
	line-height: 24px;
	color: #807F80;
	margin: 0px 0px 10px 0px;
	padding 0px;
}

h3.search {
	font-family: Aller, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	line-height: 24px;
	color: #807F80;
	margin: 0px;
	padding 0px;
}

h4 {
	font-family: Aller, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 16px;
	line-height: 24px;
	color: #807F80;
	margin: 0px 0px 10px 0px;
	padding 0px;
}


h1.news {
	font-family: Aller, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 20px;
	line-height: 26px;
	color: #000000;
	margin: 10px 0px 10px 0px;
	padding 0px;
}

h2.news {
	font-family: Aller, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 16px;
	line-height: 24px;
	color: #807F80;
	margin: 0px 0px 10px 0px;
	padding 0px;
}

h2.order {
	font-family: Aller, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 16px;
	line-height: 24px;
	color: #807F80;
	margin: 20px 0px 0px 0px;
	padding 0px;
}

.book h2 {
	font-family: Aller, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 20px;
	line-height: 26px;
	color: #807F80;
	margin: 0px 0px 10px 0px;
	padding 0px;
}

p, li {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "Crimson Text", Times, serif;
	font-style: normal;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}

figure {
	margin: 0px;
	padding: 0px;
}

figcaption {
	font-family: "Crimson Text", Times, serif;
	font-style: italic;
	font-size: 14px;
	line-height: 18px;
}

select {
	margin: 0px 0px 4px 0px;
	padding: 2px 2px 2px 2px;
	border: none;
	width: 78%;
	font-family: Aller, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	color: #666666;
	background-color: #E4E3E4;
}

option {
	margin: 0px;
	padding: 2px 4px 2px 4px;
	font-family: Aller, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	color: #666666;
	background-color: #E4E3E4;
}

legend {
	font-family: Aller, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
}

input, textarea {
	font-family: Aller, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	color: #666666;
	background-color: #E4E3E4;
}

input[type="text"],
input[type="email"],
input[type="password"] {
	margin: 0px 0px 4px 0px;
	padding: 4px 6px 4px 6px;
	border: none;
	width: 78%;
	line-height: 20px;
}

input[placeholder] {
	text-transform: uppercase;
	font-family: Aller, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
	line-height: 16px;
	color: #666666;
}

button {
	width: 78%;
	border-radius: 5px;
	border: 0px;
	font-size: 16px;
	line-height: 20px;
	font-family: Aller, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #ffffff;
	background-color: #000000;
}

input[type=submit]:active,a
input[type=submit]:focus {
	background-color: #000000;
}

fieldset {
	margin: 0px 0px 20px 0px;
	padding: 0px 20px 20px 20px;
	background-color:#f8f8f8;
}

label.error {
	display: block;
	color: #ff0000;
}


a {
	color: #000000;
	text-decoration: underline;
}

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

/* adding additional link information for screen readers http://www.w3.org/TR/2012/NOTE-WCAG20-TECHS-20120103/C7 */
.screenreader {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

ul, ul ul, ul ul ul, ol ul {
	text-indent: 0px;
	list-style-position: outside;
	border-width: 0px;
	margin: 0px 0px 10px 10px;
	padding: 0px 0px 0px 0px;
}

ol, ul ol, ul ul ol, ul ol ol {
	text-indent: 0px;
	list-style-position: outside;
	border-width: 0px;
	margin: 0px 0px 10px 20px;
	padding: 0px 0px 0px 0px;
}

li {
	margin: 0px 0px 6px 2px;
	padding: 0px 0px 0px 0px;
}

table {
	margin: 0px 0px 0px 0px;
}

table tr:nth-child(2n+1) {
	background-color: #eeeeee;
}

/*
table tr:last-child {
	background-color: #ffffff;
}
*/

th {
	font-family: Aller, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	vertical-align: top;
}

td {
	font-family: Aller, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	vertical-align: top;
	padding: 0px 4px 0px 2px;
}

div.cke_textarea_inline {
	padding; 4px;
	font-family: Aller, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	color: #666666;
	background-color: #E4E3E4;
}

img {
	vertical-align: middle;
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

blockquote {
	margin: 10px 0px 10px 20px;
	font-family: Aller, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
}

hr {
	display: block;
	clear: both;
	height: 1px;
	border: 0; 
	border-top: 1px solid #858887;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.clear {
	clear: both;
}

p.clear {
	clear: both;
	line-height: 1px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* user specific rules editor styles */
span.highlighted {
	color: #000000;
	font-weight: bold;
}

/* changing mmpBusiness default rules */
.mmpwebimage .FT {
	font-size: 14px;
	line-height: 18px;
	color: #807F80;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.container {
	display: block;
	margin: 20px auto 0px auto;
	padding: 0px 20px 0px 20px;
	width: 800px;
}

.menuLeft {
	display: none;
}

.menuLogo {
	width: 56px;
	height: 155px;
	margin: 0px 0px 40px 0px;
}

.menuLogoHorizontal {
	width: 440px;
	height: 159px;
	margin: 40px 8px 0px 8px;
	padding: 0px 0px 0px 0px;
}

.menuDescription {
	width: 440px;
	margin: 10px 0px 0px 8px;
	padding: 0px 0px 0px 0px;
	font-family: Aller, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}

.content {
	display: block;
	clear: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 800px
}

.contentHomeBanner {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 104px;
	border-top: 6px solid #000000;
}

.contentHomeBanner p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Aller, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 21px;
	line-height: 35px;
}

.contentWide {
	display: block;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 800px;
	border-top: 6px solid #000000;
}

.contentFullwidth {
	display: block;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 800px;
}

.contentFullwidth_text {
	width: 800px;
}

.contentRight {
	display: none;
}

.contentArticleRef {
	margin: 0px 0px 20px 0px;
}

.contentArticleIssue,
.contentArticleAuthor,
.contentArticleCopyright {
	font-family: Aller, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	margin: 0px 0px 10px 0px;
	padding 0px;
	text-align: right;
}

.newsDate,
.newsAuthor,
.newsLink,
.newsLink a  {
	font-family: Aller, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding 0px;
	text-align: right;
}

.newsLink {
	margin: 10px 0px 0px 0px;
}

.newsLeft,
.newsRight {
	display: block;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	width: 372px;
	background-color: #ffffff;
}

.newsLeft {
	float: left;
	clear: left;
}

.newsRight {
	float: right;
	clear: right;
}

.newsImage {
	display: block;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 372px;
}

.newsImage img {
	max-width: 372px;
	height: auto;
}

.newsmore {
	display: none;
}

.contentWideTitleContainer {
	position: relative;
	width: 800px;
	height: 140px;
}

.contentWideTitle {
	position: absolute;
	top: 35px;
	left: 0;
	width: 800px;
}

.contentWideText {
	display: block;
	width: 800px;
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 0px 0px;
}

.contentFullwidth {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 800px;
	border-top: 6px solid #000000;
}

.contentFullwidth_text {
	width: 800px;
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 0px 0px;
}

.contentArticleContent {
}

.contentArticleFootnote,
.contentArticleFootnote p {
	font-style: italic;
}

.contentArticleImage {
	display: block;
	margin: 0px auto 20px auto;
	padding: 0px 0px 0px 0px;
	width: 440px;
}
.contentArticleImage img {
	max-width: 440px;
	width: 440px;
	height: auto;
}

.contentArticleImageTall {
	float: left;
	margin: 0px 10px 10px 0px;
	padding: 0px 0px 0px 0px;
	width: 300px;
}
.contentArticleImageTall img {
	max-width: 300px;
	width: 300px;
	height: auto;
}

.contentArticleRefTitle h3 {
	font-family: Aller, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding 0px;
}

.contentArticleRef {
	margin: 0px 0px 32px 0px;
}

.contentArticleRefAuthor,
.contentArticleRefIssue,
.contentArticleRefCategories,
.contentArticleRefSubtitle,
.contentArticleRefTeaser,
.contentArticleRefLink,
.contentArticleRefLink a {
	font-family: Aller, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	margin: 4px 0px 0px 0px;
	padding 0px;
}


.contentArticleSocialMedia {
	display: none;
}

.supertitle {
	font-family: Aller, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	line-height: 24px;
	margin: 0px 0px 10px 0px;
	padding 0px;
}

.authors {
	clear:both;
	width: 100%;
	margin: 0;
	padding: 0;
}

.authorsAuthor {
	clear:both;
	width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	background-color: #ffffff;
}

.authorsImage {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
}

.authorsDescription {
	float: right;
	width: 5s80px;
	margin: 0px;
	padding: 0px 10px;
}

.books {
	clear: both;
	padding-bottom: 20px;
}

.book {
	clear: both;
	margin: 0px 0px 20px 0px;
	padding 0px;
}

.bookImage {
	float: left;
	margin: 0px 20px 10px 0px;
	padding 0px;
}

.bookImage img,
.bookImageOrder img {
	-webkit-box-shadow: 5px 5px 10px 2px #000000;
	box-shadow: 5px 5px 10px 0px #000000; 
}

.bookAuthor {
	font-family: Aller, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
	line-height: 20px;
	color: #807F80;
	margin: 0px 0px 10px 0px;
	padding 0px;
}

.bookSubtitle {
	font-family: Aller, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 16px;
	line-height: 20px;
	color: #807F80;
	margin: 0px 0px 10px 0px;
	padding 0px;
}

.bookPrice {
	float: left;
	font-family: Aller, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
	line-height: 20px;
	color: #807F80;
	margin: 0px 0px 10px 0px;
	padding 0px;
}

.bookBuy {
	float: right;
	clear: both;
}

.bookBuy a {
	text-decoration: none; 
	font-family: Aller, Arial, Helvetica, sans-serif;
	display: inline-block; 
	padding: 2px 8px;
	background: ButtonFace; 
	color: ButtonText;
	border-style: solid; 
	border-width: 2px;
	border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
}

.bookBuy a:active {
	border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}

.bookImageOrder {
	float: left;
	margin: 0px 20px 0px 0px;
	padding 0px;
}

.bookImageOrder img {
	width: 100px;
	height: auto;
	margin: 0px auto 20px auto;
	padding 0px;
	text-align: center;
}

.formLine {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	clear: both;
	font-family: Aller, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	line-height: 24px;
	color: #000000;
}

.formOption {
	float: left;
	width: 40px;
}

.formOptionValue {
	float: right;
	width: 375px;
}

.formInputBlock {
	margin: 0px 0px 20px 0px;
}

.orderSteps {
	margin: 0px;
	padding: 0px;
	width: 100%;
	clear: both;
}

.orderStep {
	width: 150px;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	font-family: Aller, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	background-color: #eeeeee;
	border-radius: 5px;
	border: 0px;
}

.orderStepSelected {
	width: 150px;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	font-family: Aller, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	line-height: 18px;
	background-color: #777777;
	color: #ffffff;
	border-radius: 5px;
	border: 0px;
}

.searchBox {
	width: 440px;
	margin: 0px 0px 20px 0px;
	padding: 20px 20px 20px 20px;
	background-color: #f8f8f8;
	border-radius: 5px;
}

select.categories {
	display: block;
	width: 440px;
	margin: 0px 0px 0px 0px;
	padding: 2px 4px 2px 4px;
	background-color: #E4E3E4;
}

select.categories optgroup {
	margin-top: 12px;
	font-family: Aller, Arial, Helvetica, sans-serif;
	font-style: bold;
	font-size: 13px;
	line-height: 18px;
}

select.categories option {
	font-family: Aller, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 13px;
	line-height: 16px;
}


/* weekly styles default */

h1, h2 {
	color: #000000;
}

a:focus, 
a:hover {
	color: #000000;
}

.svg_land_logo {
	fill: #000000;
}

.contentHomeBanner,
.contentWide,
.contentFullwidth,
.contentRight  {
	border-top-color: #000000;
}

.contentHomeBanner p {
	color: #000000;
}

.menuLanguage a:hover,
.menuLanguage a:focus {
	color: #000000;
}

