@charset "UTF-8";
/*
eBlick Medienberatung
2013-07-01
Project: Pagina
Author: Thomas Kettner
File: fonts.css
*/


/* DaxlineWeb THIN */
/*
/\* Regular *\/
@font-face{
	font-family: DaxlineWeb-Thin;
	font-weight: normal;
	font-style: normal;

	/\* first for IE 4â€“8, then for WOFF-capable browsers *\/
	src: url("/fileadmin/templates/layout/fonts/DaxlineWeb-Thin.eot") format('eot'), 
		url("/fileadmin/templates/layout/fonts/DaxlineWeb-Thin.woff") format("woff");
}

/\* Italic *\/
@font-face{
	font-family: DaxlineWeb-Thin;
	font-weight: normal;
	font-style: italic;
	src: url("/fileadmin/templates/layout/fonts/DaxlineWeb-ThinItalic.eot") format('eot'), 
		url("/fileadmin/templates/layout/fonts/DaxlineWeb-ThinItalic.woff") format("woff");
}

/\* Bold *\/
@font-face{
	font-family: DaxlineWeb-Thin;
	font-weight: bold;
	font-style: normal;
	src: url("/fileadmin/templates/layout/fonts/DaxlineWeb-Medium.eot") format('eot'), 
		url("/fileadmin/templates/layout/fonts/DaxlineWeb-Medium.woff") format("woff");
}

/\* BoldItalic *\/
@font-face{
	font-family: DaxlineWeb-Thin;
	font-weight: bold;
	font-style: italic;
	src: url("/fileadmin/templates/layout/fonts/DaxlineWeb-MediumItalic.eot") format('eot'), 
		url("/fileadmin/templates/layout/fonts/DaxlineWeb-MediumItalic.woff") format("woff");
}
*/

/* DaxlineWeb LIGHT */

/* Regular */
@font-face{
	font-family: DaxlineWeb-Light;
	font-weight: normal;
	font-style: normal;
	src: url("/fileadmin/templates/layout/fonts/DaxlineWeb-Light.eot") format('eot'), 
		url("/fileadmin/templates/layout/fonts/DaxlineWeb-Light.woff") format("woff");
}

/* Italic */
@font-face{
	font-family: DaxlineWeb-Light;
	font-weight: normal;
	font-style: italic;
	src: url("/fileadmin/templates/layout/fonts/DaxlineWeb-LightItalic.eot") format('eot'), 
		url("/fileadmin/templates/layout/fonts/DaxlineWeb-LightItalic.woff") format("woff");
}

/* Bold */
@font-face{
	font-family: DaxlineWeb-Light;
	font-weight: bold;
	font-style: normal;
	src: url("/fileadmin/templates/layout/fonts/DaxlineWeb-Medium.eot") format('eot'), 
		url("/fileadmin/templates/layout/fonts/DaxlineWeb-Medium.woff") format("woff");
}

/* BoldItalic */
@font-face{
	font-family: DaxlineWeb-Light;
	font-weight: bold;
	font-style: italic;
	src: url("/fileadmin/templates/layout/fonts/DaxlineWeb-MediumItalic.eot") format('eot'), 
		url("/fileadmin/templates/layout/fonts/DaxlineWeb-MediumItalic.woff") format("woff");
}



/* DaxlineWeb MEDIUM */

/* Regular */
@font-face{
	font-family: DaxlineWeb-Medium;
	font-weight: normal;
	font-style: normal;
	src: url("/fileadmin/templates/layout/fonts/DaxlineWeb-Medium.eot") format('eot'), 
		url("/fileadmin/templates/layout/fonts/DaxlineWeb-Medium.woff") format("woff");
}

/* Italic */
@font-face{
	font-family: DaxlineWeb-Medium;
	font-weight: normal;
	font-style: italic;
	src: url("/fileadmin/templates/layout/fonts/DaxlineWeb-MediumItalic.eot") format('eot'), 
		url("/fileadmin/templates/layout/fonts/DaxlineWeb-MediumItalic.woff") format("woff");
}




/* Base-Font: DaxlineWeb-Light (für alle OS) */
body {
	font-size: 13px;
	color: #444;
	line-height: 18px;
	position: relative;
	font-family: DaxlineWeb-Light, Helvetica, sans-serif;
}

/* Base-Font fÃ¼r Windows: DaxlineWeb-Light */
/*.win body {
	font-family: DaxlineWeb-Light, Helvetica, sans-serif;
}*/

p {
	margin: 0 0 15px 0;
}


/* #Typography
================================================== */
/*Headings*/
h1,
h2,
h3,
h4,
h5,
h6 {
	color: rgb(231, 62, 7);
	font-weight: bold;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit
}
h1{
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 15px 0
}
h2{
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}
h3{
	font-size: 13px;
	line-height: 18px;
	margin: 0 0;
}
h4,
h5,
h6{
	color: black;
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 10px 0
}
.subheader{
	color: #777;
}
.aside h4{
	color: #a8a8a8;
}
h2 img{
	float: left;
	margin: 2px 16px 0 0;
}
p img{
	margin: 0;
}
p.lead{
	font-size: 21px;
	line-height: 27px;
	color: #777;
}

em{
	font-style: italic;
}
strong{
	font-weight: bold;
}
small{
	font-size: 80%;
}
.uppercase,
p.uppercase,
span.uppercase{
	text-transform: uppercase
}

/*Text Align*/
.txt_left{
	text-align: left
}
.txt_center{
	text-align: center
}
.txt_right{
	text-align: right
}
.txt_justify{
	text-align: justify
}

/*Seperators*/
hr{
	border: solid #ddd;
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0 30px;
	height: 0;
}
hr.dotted{
	border-style: dotted;
}
hr.dashed{
	border-style: dashed;
}

/*Blocks Titles*/
.aside h5 {
	font-size: 16px;
	font-weight: bold;
	line-height: 17px;
	margin: 0 0 20px 0;
	color: #ffffff;
}
h4.date{
	color: #b5b5b5;
	margin-bottom: 5px
}

.signature{
	display: block;
	text-align: right;
	font-style: italic
}


a{
	color: rgb(231, 62, 7);
	text-decoration: none
}
a.readmore11 {
	color: rgb(231, 62, 7);
	text-decoration: none;
	font-size: 11px;
	font-family: DaxlineWeb-Medium, Helvetica, sans-serif;
	position: absolute;
	bottom: 0px;
	right: 10px;
}
a.readmore11:hover {
	color: rgb(231, 62, 7);
	text-decoration: underline;
}
a.download {
	background-color: rgb(231, 62, 7);
	color: #fff !important;
	font-size: 11px !important;
	padding: 7px 10px 5px 10px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.05em;
}
ul,
ol{
	margin-bottom: 20px;
}
.csc-default ul{
	list-style-image: url('../images/liststyle_orange.gif');
	margin-left: 13px;
}
ol{
	list-style: decimal;
}
ol,
ul.square,
ul.circle,
ul.disc{
	margin-left: 30px;
}
ul.square{
	list-style: square outside;
}
ul.circle{
	list-style: circle outside;
}
ul.disc{
	list-style: disc outside;
}
ul ul,
ul ol,
ol ol,
ol ul{
	margin: 4px 0 5px 30px;
	font-size: 90%;
}
ul ul li,
ul ol li,
ol ol li,
ol ul li{
	margin-bottom: 6px;
}
.csc-default li{
	line-height: 18px;
	margin-bottom: 0;
}
ul.large li{
	line-height: 21px;
}
li p{
	line-height: 21px;
}


.english, p.english, span.english {
	color: gray;
	font-style: italic;
}
