/*************************************************************/
/*   Design:   BECKMOHN.CH - Website   				 	 	 */
/*   File:     print.css					                 */
/*-----------------------------------------------------------*/
/*   Autor:   Thomas Dürig, www.nuun.ch 	                 */
/*   Datum:   Mai 2016					                     */
/*   Site: 	  wwww.beckmohn.ch        		   		         */
/*************************************************************/
/*   Colors:  vigo: #702181							 		 */
/*			  dunkelviolett: #3f2047						 */
/*			  dunkelgrau: #424242							 */
/*			  hellgrau: #b3b2b2								 */
/*			  mehl: #f7f5f3									 */
/*        vegi: #638640		               */
/*************************************************************/

body {background:none;}
#main {width:430px !important; padding:16px 20px 0 20px;}

#main .ce_image {width: 200px; height: auto; margin: 0 auto;}
#main .ce_image img {width: 100%; height: auto;}
.mod_newslist .layout_full .top {display: none;}
.mod_newslist .layout_full h1 {color: #702181; margin-top: 5px; text-align: center; font-family: "varela_roundregular", Arial, sans-serif; font-weight: bold;}
body.stazioneprint .mod_newslist .layout_full h1 {color: #59200c;}
.mod_newslist .layout_full table {width: 100%; padding-bottom: 10px; border-bottom: 1px dotted #b3b2b2;}
.mod_newslist .layout_full table td {display: block; width: 100%;}
.mod_newslist .layout_full h3 {text-align: left !important; font-size: 16px; margin-bottom: 4px; margin-top: 10px; padding-bottom: 3px; color: #702181; border-bottom: 1px dotted #b3b2b2; font-family: "varela_roundregular", Arial, sans-serif; font-weight: bold;}
.mod_newslist .layout_full .ce_text h3:nth-child(2) {text-align: center !important; border: none; margin-bottom: 0;}
body.stazioneprint .mod_newslist .layout_full h3 {color: #59200c;}
.mod_newslist .layout_full p {text-align: left !important; line-height: 15px; margin-bottom: 4px; font-family: "Open Sans", Arial, sans-serif;}
.mod_newslist .layout_full i {display: none;}
.mod_newslist .layout_full i.fa-square {display: inline-block;}
h5 {color: #638640; text-align: left !important; margin: 5px 0;}
.mod_newslist .layout_full .menuinfo {height:5px;}

/*  FIXES  													 */
/*************************************************************/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height:0px;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear {height:1px; font-size:0.1px; line-height:0.1px; clear:both; }
.invisible { display:none;}

/* Mozilla based browsers */
::-moz-selection {
background-color: #c037dd;
}

/* Works in Safari */
::selection {
background-color: #c037dd;
}

/* Works in Opera */
::-o-selection {
background-color: #c037dd;
}
::-ms-selection {
background-color: #c037dd;
}

/* Works in Internet Explorer */
::-webkit-selection {
background-color: #c037dd;
}

/*  FONTS  													 */
/*************************************************************/
@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=d713c3d5-75ff-4be9-bb8f-026e734aef28");
@font-face {
    font-family: 'varela_roundregular';
    src: url('Fonts/varelaround-regular-webfont.woff2') format('woff2'),
         url('Fonts/varelaround-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
  font-family: 'FontAwesome';
  src: url('../Fonts/fontawesome-webfont.eot?v=4.6.1');
  src: url('../Fonts/fontawesome-webfont.eot?#iefix&v=4.6.1') format('embedded-opentype'), url('../Fonts/fontawesome-webfont.woff2?v=4.6.1') format('woff2'), url('../Fonts/fontawesome-webfont.woff?v=4.6.1') format('woff'), url('../Fonts/fontawesome-webfont.ttf?v=4.6.1') format('truetype'), url('../Fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}