/**
 * @package   PX Allenbach
 * @version   1.0 - Juni 2015
 * @author    Pixelarbeiter GbR - http://pixelarbeiter.de | Framework: YOOtheme http://www.yootheme.com
 * @copyright (c) 2015 - Pixelarbeiter | Framework: Copyright (C) YOOtheme GmbH
 * @license   http://www.gnu.org/licenses/gpl.html GNU/GPL
 */
@import url(../warp/css/base.css);
/* pt-sans-narrow-regular - latin */
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/pt-sans-narrow-v8-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('PT Sans Narrow'), local('PTSans-Narrow'),
       url('../fonts/pt-sans-narrow-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/pt-sans-narrow-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/pt-sans-narrow-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/pt-sans-narrow-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/pt-sans-narrow-v8-latin-regular.svg#PTSansNarrow') format('svg'); /* Legacy iOS */
}

/* pt-sans-regular - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/pt-sans-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('PT Sans'), local('PTSans-Regular'),
       url('../fonts/pt-sans-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/pt-sans-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/pt-sans-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/pt-sans-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/pt-sans-v9-latin-regular.svg#PTSans') format('svg'); /* Legacy iOS */
}
/* pt-sans-700 - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/pt-sans-v9-latin-700.eot'); /* IE9 Compat Modes */
  src: local('PT Sans Bold'), local('PTSans-Bold'),
       url('../fonts/pt-sans-v9-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/pt-sans-v9-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/pt-sans-v9-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/pt-sans-v9-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/pt-sans-v9-latin-700.svg#PTSans') format('svg'); /* Legacy iOS */
}
/*Base Styling*/
/*----------------------------------------------------------------------------------------------------*/
BODY
{
	font: normal 14px / 20px Arial, Helvetica, sans-serif;
	color: #666666;
}
/*Header Tags*/
H1, H2, H3, H4, H5, H6
{
	color: #222222;
}
H1
{
	font-size: 32px;
	line-height: 1.4;
}
H2
{
	font-size: 28px;
	line-height: 1.4;
}
H3
{
	font-size: 21px;
	line-height: 1.4;
}
H4
{
	font-size: 16px;
	line-height: 1.4;
}
H5, H6
{
	font-size: 14px;
	line-height: 1.4;
}
/*Links*/
A
{
	color: #DF3D30;
}
A:hover
{
	color: #222222;
}
/*Colors*/
.primary-color
{
	color: #DF3D30;
}
.secondary-color
{
	color: #222222;
}
/*Other Html Elements*/
ADDRESS
{
	display: block;
	margin-bottom: 20px;
	font-style: normal;
	line-height: 18px;
}
INS, MARK
{
	background-color: #FFA;
}
MARK
{
	color: #111111;
}
PRE
{
    border: 1px solid #DDD;
    background: #FAFAFA;
    padding: 15px 20px;
    color: #2B2D30;
}
CODE
{
    padding: 1px 3px;
    /*+border-radius:3px;*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    color: #DD1111;
    background-color: #F7F7F9;
    border: 1px solid #E1E1E8;
}
::-moz-selection
{
	background: #DF3D30;
	color: #FFF;
}
::selection
{
	background: #DF3D30;
	color: #FFF;
}
