/* @override 
	http://gotomaxx-microsite.tt-projekte.de/css/styles.css
	http://gotomaxx/css/styles.css
*/

@charset "utf-8";

/*CSS HEADER ------------------------------------------------------


Author: Thilo Thamm

Author URI: http://www.thilothamm.de

Datum 04.12.2011 @ 17:00

Version 1.0.3


-------------------------------------------------------------------*/


/* @group css reset */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group html elements */

html {
	min-width: 960px;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.3;
	color: #323e42;
	background-color: #fff;
	background-position: center 90px;
	background-repeat: no-repeat;
	background-image: url(bg-body.png);
	text-align: center;
	width: 100%; margin:0;padding:0;
}

body.home {
	background-image: url(bg-body-homepage.png);
}
body.home #header {
margin-top:-21px;
}
body.page-template-impressum-php #header {
margin-top:-21px;
}

#page {	
	width: 920px;
	padding: 30px 0px 0 0px;/*10 10*/
	margin: 17px auto 10em auto;
	text-align: left;
}
.container {
	
}
#page-summary {
	position: relative;
	margin: 0 -10px 40px -10px;
	font-size: 18px;
	line-height: 1.388em;
	color: #f0d2d0;
	padding: 25px 30px 25px 150px;
	min-height: 75px;
	background-color: #b31f12;
	background-image: url(arrow.png);
	background-position: left center;
	background-repeat: no-repeat;
}

#page-summary a,
#page-summary strong {
	color: #fff;
	font-weight: bold;
}

#page-summary a.fwd {
	border-bottom: 2px solid;
}

#page-summary a.fwd {
	border-bottom: 2px solid;
}

html.boxshadow .shadow {
	-webkit-box-shadow: 5px 5px 0 #ff9d00;
	-moz-box-shadow: 5px 5px 0 #ff9d00;
	-ms-box-shadow: 5px 5px 0 #ff9d00;
	-o-box-shadow: 5px 5px 0 #ff9d00;
	box-shadow: 5px 5px 0 #ff9d00;
	margin-right: 5px;
	margin-bottom: 5px;
}

html.no-boxshadow .shadow{
	border-right: 5px solid #ff9d00;
	border-bottom: 5px solid #ff9d00;
	border-left: 10px solid #b31f12;
}

a {
	color: #d30101;
	font-weight: bold;
	text-decoration: none;
}

a:link, a:visited {
	
}

a:hover, a:active {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	clear: left;
}

h1 {
	color: #323e42;
	font-weight: bold;
	font-size: 32px;
	line-height: 1.1em;
	margin-top: .25em;
	margin-bottom: .5em;
	padding-left: 30px;
}

h1 em,
h1 strong {
	text-decoration: underline;
	text-transform: uppercase;
	letter-spacing: 0;
	font-style: normal;
	color: #323e42;
}


h2, big, legend {
	color: #323e42;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2em;
	margin-bottom: 1em;
}

h2 strong,
h2 em {
	color: #323e42;
	text-transform: uppercase;
	text-decoration: underline;
}


.wf-loading h1,
.wf-loading h2,
.wf-loading big,
.wf-loading legend
{
	visibility: hidden;
}

.wf-active h1 {
	visibility: visible;
	font-family: myriad-pro-condensed-1, sans-serif;
	font-size: 40px;
}

.wf-active h2,
.wf-active big,
.wf-active legend{
	visibility: visible;
	font-family: myriad-pro-condensed-1, sans-serif;
	font-size: 28px;
}

h2 a:link,
h2 a:visited {
	color: #323e42;
}

h3 {
	font-size: 1.1em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .2em;
	margin: 1em 0;
	margin: 2em 0;
}

h4 {
	font-weight: bold;
	color: #000;
	margin: 2em 0;
}

h5, h6 {
	font-size: 12px;
	margin: 2em 0;
}

img {
	-ms-interpolation-mode: bicubic;
}

strong {
	color: #000;
	font-weight: bold;
}

em {
	letter-spacing: .1em;
	color: #888;
}

small, 
.small {
	font-size: 12px;
	color: #888;
	line-height: 1.25em;
}


big {
	
}

sub {
	
}

sup {
	
}

.article hr {
	background-color: transparent;
	border: none;
	border-top: 3px solid #f0f0f0;
	margin: 2em 0;
}

.article code, pre {
	clear: both;
	display: block;
	border: 2px solid #f0f0f0;
	padding: 10px 40px;
	font: monospaced;
	color: #000;
	font-size: 14px;
	margin: 2em 0;
}

address {
	font-style: normal;
	font-variant: normal;
	margin: 2em 0;
}

blockquote {
	display: block;
	font-style: italic;
	text-indent: 35px;
	padding-left: 10px;
	background-image: url(bg-blockquote.png);
	background-position: 10px 0;
	background-repeat: no-repeat;
}

blockquote p {
	padding: .5em 0 0 0;
}

blockquote p:before {
	content: "»";
}

blockquote p:after {
	content: "«";
}

.borderradius p>a:link {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.csstransitions p>a:link {
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}

/* @group .article */

.article {
	clear: both;
	width: 100%;
	overflow: hidden;
	margin-bottom: 2em;
	line-height: 1.75em;
}

.article p {
	margin: 1em 0;
	line-height: 1.75em;
}

.article p + h2 {
	margin-top: 2em;
}

.article p a:link {
	display: -moz-inline-stack;
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: underline;
}

.lt-ie8 .article p a:link {
	display: inline;
	zoom: 1;
}

.article p a:hover {
	background-color: #e7e7e7;
}

.article ul {
	list-style-type: disc;
	margin: 1em 20px;
}

.article ul li {
	margin: .5em 0;
}

.article ol {
	list-style-type: none;
	margin-bottom: 2em;
}

.article ol li {
	display: block;
	padding-left: 50px;
	min-height: 45px;
	margin-bottom: .5em;
	background-position: 0 4px;
	background-repeat: no-repeat;
	background-image: url(icon-ul-fwd.png);
}

.article ol li:nth-child(1) {
	background-image: url(icon-ol-01.png);
}

.article ol li:nth-child(2) {
	background-image: url(icon-ol-02.png);
}

.article ol li:nth-child(3) {
	background-image: url(icon-ol-03.png);
}

.article ol li:nth-child(4) {
	background-image: url(icon-ol-04.png);
}

.article ol li:nth-child(5) {
	background-image: url(icon-ol-05.png);
}

.article ol li:nth-child(6) {
	background-image: url(icon-ol-06.png);
}

.article ol li:nth-child(7) {
	background-image: url(icon-ol-07.png);
}

.article ol li:nth-child(8) {
	background-image: url(icon-ol-08.png);
}

.article ol li:nth-child(9) {
	background-image: url(icon-ol-09.png);
}

.article ol li:nth-child(10) {
	background-image: url(icon-ol-10.png);
}

/* @end */

/* @group .aside */

.aside {
	width: 320px;
	float: right;
	font-size: 14px;
	margin: 10px 0 2em 0;
}

.aside .teaser {
	margin-bottom: 4em;
}

.aside blockquote {
	margin-top: 10px;
}

.aside .teaser img.right {
	float: right;
	margin: 0;
}

.aside .teaser p {
	line-height: 1.75em;
	margin-bottom: 1em;
}

/* @end */

/* @end */

/* @group classes */

.hidden {
	display: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

img.left {
	margin: 7px 40px 20px 0;
}

img.right {
	margin: 7px 0 20px 40px;
}

.width-25 {
	width: 260px;
}

.width-50 {
	width: 420px;
}

.width-75 {
	width: 620px;
}

.width-75.right {
	margin-left: 0;
}

.width-75.left {
	margin-right: 0;
}

.width-100 {
	margin-top: 4em;
	padding: 0 60px 0 30px;
}

.fwd:after {
	content: " »"
}

.rwd:before {
	content: "« ";
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

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

.lt-ie8 .clearfix {
	zoom: 1;
/* triggers hasLayout */
}



.col-2, .col-3 {
	clear: both;
	margin-bottom: 4em;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	-ms-column-gap: 20px;
	-o-column-gap: 20px;
	column-gap: 20px;
}

.col-2 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-ms-column-count: 2;
	-o-column-count: 2;
	column-count: 2;
}

.col-3 {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	-ms-column-count: 3;
	-o-column-count: 3;
	column-count: 3;
}

.col-2 li,
.col-3 li {
	-webkit-column-break-after: always;
	-moz-column-break-before: always;
	-ms-column-break-before: always;
	-o-column-break-before: always;
	column-break-before: always;
	margin: 0;
}

.lines-3 li {
	display: block;
	min-height: 6em;
}


.center {
	text-align: center;
}


/* @end */

/* @group page layout */

#header {
	display: block;
	position: relative;
	width: 940px;
	height: 90px;
 margin: 0 auto; /* When solving the bug will be replaced with margin 0 auto  */
}

#aside {
	
}

/* @group #header */

.logo {
	display: block;
	position: relative;
	float: left;
	top: 25px;
	width: 170px;
	height: 50px;
}

.logo span {
	display: none;
}

/* @end */

/* @group .nav */

.nav {
	display: block;
	position: relative;
	top: 35px;
	float: right;
	width: 750px;
	position: relative;
	font-size: 14px;
	text-transform: uppercase;
	list-style-type: none;
	text-align: right;
}

.nav li {
	display: -moz-inline-stack;
	display: inline-block;
	position: relative;
	padding-top: 14px;
	padding-left: 5px;
	padding-right: 5px;
}



.nav .isselected a,
html#index-page .nav .item0 a,
html#kaufen-page .nav .item3 a,
#pdf-payment-fuer-zahlungsanbieter-page .nav .item10 a,
#pdf-payment-fuer-rechnungssteller-page .nav .item11 a,
#pdf-payment-fuer-rechnungsempfaenger-page .nav .item12 a, .nav li.current-menu-item a{
	color: #d30101;
}

.lt-ie8 .nav li {
	display: inline;
	zoom: 1;
}

.nav .item0,
.nav .item1,
.nav .item2 {
	border-right: 2px solid #f4f4f4;
}

.nav a {
	display: -moz-inline-stack;
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
	color: #323e42;
	background-color: #fff;
	padding: 5px 5px 3px 5px;
	margin-right: 4px;
}

.lt-ie8 p:alink {
	display: inline;
	zoom: 1;
}

.borderradius .nav a {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.csstransitions .nav a {
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}

.nav a:hover {
	background-color: #f0f0f0;
}

.nav .products {
	padding: 0;
	text-transform: none;
}

.nav .products span {
	top: 0px;
	left: 10px;
	font-size: 12px;
	position: absolute;
	color: #7d8586;
}

/* @end */

/* @group #footer */

#footer {
	background-color: #323e42;
	color: #a3b1b5;
	font-size: 12px;
	line-height: 20px;
	height: 250px;

	-webkit-box-shadow: inset -5px 10px 20px rgba(0,0,0,.25);
	-moz-box-shadow: inset -5px 10px 20px rgba(0,0,0,.25);
	-ms-box-shadow: inset -5px 10px 20px rgba(0,0,0,.25);
	-o-box-shadow: inset -5px 10px 20px rgba(0,0,0,.25);
	box-shadow: inset -5px 10px 20px rgba(0,0,0,.25);
}

#footer .inner {
	position: relative;
	text-align: left;
	width: 920px;
	margin: auto;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	/*text-decoration: underline*/
}

#servicenav {
	position: absolute;
	width: 600px;
	margin: 0;
	top: 40px;
}


#servicenav li {
	display: inline;
	text-transform: uppercase;
	margin-right: 10px;
}

.copyright {
	position: absolute;
	width: 600px;
	margin: 0;
	top: 188px;
}

.vcard {
	position: absolute;
	top: 40px;
	left: 640px;
	width: 200px;
	padding-left: 80px;
	background-position: left top;
	background-repeat: repeat-y;
	background-image: url(bg-vcard.png);
	text-align: left;
}

.vcard .download-link {
	display: block;
	position: absolute;
	overflow: hidden;
	text-indent: -999px;
	top: 5px;
	left: 20px;
	width: 29px;
	height: 18px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(icon-vcard-download.png);
}

/* @end */

/* @end */

/* @group modules */

/* @group .buttons */

.btn-red, 
.btn-gray {
	display: -moz-inline-stack;
	display: inline-block;
	position: relative;
	padding: 4px 0 3px 0;
	border-width: 5px 15px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	line-height: 19px;
	text-transform: uppercase;
	text-shadow: 0 -2px 0 rgba(0,0,0,.25);
	background-color: #B31F12;
	cursor: pointer;
}

.lt-ie8 a.btn-red, 
.lt-ie8 input.btn-red, 
.lt-ie8 a.btn-gray,
.lt-ie8 input.btn-gray {
	zoom: 1;
	*display: inline;
	padding-right: 0;
	padding-left: 0;
}

.lt-ie8 a.btn-red, 
.lt-ie8 input.btn-red, 
.lt-ie8 a.btn-gray,
.lt-ie8 input.btn-gray {
	zoom: 1;
	*display: inline;
	padding-right: 0;
	padding-left: 0;
}

.btn-gray {
	background-color: #323E42;
}

.btn-red:active,
.btn-red:focus,
.btn-gray:active,
.btn-gray:focus {
	/

*padding: 3px 0 4px 0;*/
	outline: none;
}

.btn-red:hover,
.btn-gray:hover {
	text-decoration: underline;
}

.no-borderimage .btn-red,
.no-borderimage .btn-gray {
	border-width: 0;
	padding: 8px 15px;
	background-position: center center;
	background-repeat: repeat-x;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.no-borderimage .btn-red {
	background-image: url(bg-btn-red-link.png);
}

.no-borderimage .btn-red:hover {
	background-image: url(bg-btn-red-hover.png);
}

.no-borderimage .btn-red:active {
	background-image: url(bg-btn-red-active.png);
}

.no-borderimage .btn-gray {
	background-image: url(bg-btn-gray-link.png);
}

.no-borderimage .btn-gray:hover {
	background-image: url(bg-btn-gray-hover.png);
}

.no-borderimage .btn-gray:active {
	background-image: url(bg-btn-gray-active.png);
}

.borderimage .btn-red {
	-webkit-border-image: url(border-btn-red-link.png) 5 15 stretch stretch;
	-moz-border-image: url(border-btn-red-link.png) 5 15 stretch stretch;
	-o-border-image: url(border-btn-red-link.png) 5 15 stretch stretch;
}

.borderimage .btn-red:hover {
	-webkit-border-image: url(border-btn-red-hover.png) 5 15 stretch stretch;
	-moz-border-image: url(border-btn-red-hover.png) 5 15 stretch stretch;
	-o-border-image: url(border-btn-red-hover.png) 5 15 stretch stretch;
}

.borderimage .btn-red:active {
	-webkit-border-image: url(border-btn-red-active.png) 5 15 stretch stretch;
	-moz-border-image: url(border-btn-red-active.png) 5 15 stretch stretch;
	-o-border-image: url(border-btn-red-active.png) 5 15 stretch stretch;
}

.borderimage .btn-gray {
	-webkit-border-image: url(border-btn-gray-link.png) 5 15 stretch stretch;
	-moz-border-image: url(border-btn-gray-link.png) 5 15 stretch stretch;
	-o-border-image: url(border-btn-gray-link.png) 5 15 stretch stretch;
}

.borderimage .btn-gray:hover {
	-webkit-border-image: url(border-btn-gray-hover.png) 5 15 stretch stretch;
	-moz-border-image: url(border-btn-gray-hover.png) 5 15 stretch stretch;
	-o-border-image: url(border-btn-gray-hover.png) 5 15 stretch stretch;
}

.borderimage .btn-gray:active {
	-webkit-border-image: url(border-btn-gray-active.png) 5 15 stretch stretch;
	-moz-border-image: url(border-btn-gray-active.png) 5 15 stretch stretch;
	-o-border-image: url(border-btn-gray-active.png) 5 15 stretch stretch;
}

.borderimage .btn-red.intocart {
	border-width: 5px 10px 5px 32px;
	-webkit-border-image: url(border-btn-cart-link.png) 5 10 5 32 stretch stretch;
	-moz-border-image: url(border-btn-cart-link.png) 5 10 5 32 stretch stretch;
	-o-border-image: url(border-btn-cart-link.png) 5 10 5 32 stretch stretch;
}

.borderimage .btn-red.intocart:hover {
	-webkit-border-image: url(border-btn-cart-hover.png) 5 10 5 32 stretch stretch;
	-moz-border-image: url(border-btn-cart-hover.png) 5 10 5 32 stretch stretch;
	-o-border-image: url(border-btn-cart-hover.png) 5 10 5 32 stretch stretch;
}

.borderimage .btn-red.intocart:active {
	border-width: 6px 10px 4px 32px;
	-webkit-border-image: url(border-btn-cart-active.png) 5 10 5 32 stretch stretch;
	-moz-border-image: url(border-btn-cart-active.png) 5 10 5 32 stretch stretch;
	-o-border-image: url(border-btn-cart-active.png) 5 10 5 32 stretch stretch;
}

/* @end */

/* @group .calltoaction */

.calltoaction {
	clear: both;
	position: relative;
	margin: 0 0 4em 0;
	padding: 20px 20px 0px 160px;
	background-color: #f9c623;
	background-position: 10px 10px;
	background-image: url(grid.png);
}

.calltoaction .inner {
	position: relative;
	background-color: #fff;
	padding: 20px 40px 0 40px;
	height: 150px;
}

.calltoaction a {
	font-size: 14px;
}

.calltoaction p {
	margin: 0 0 1em 0;
}

.calltoaction h2 {
	margin-bottom: .25em;
}

.calltoaction.typ1 li {
	float: left;
	width: 200px;
	margin-right: 20px;
}

.calltoaction.typ1 a {
	text-transform: uppercase;
	display: block;
}

.calltoaction.typ1 img,
.calltoaction.typ2 img {
	position: absolute;
	top: 0;
	left: -140px;
}

.calltoaction.typ2 .inner {
	padding-right: 220px;
	background-position: right top;
	background-repeat: no-repeat;
}


.calltoaction.typ2.visual1 .inner {
	background-image: url(calltoaction-laptop.jpg);
}

.calltoaction.typ2.visual2 .inner {
	background-image: url(calltoaction-persona.jpg);
}

/* @end */

/* @group .sidebox */

.sidebox {
	clear: both;
	position: relative;
	padding: 140px 20px 20px 0px;
	margin-bottom: 4em;
	max-width: 300px;
	background-color: #f9c623;
	background-position: 10px 10px;
	background-image: url(grid.png);
}

.sidebox .inner {
	background-color: #fff;
	padding: 60px 20px 40px 20px;
}

.sidebox h2 {
	line-height: 1em;
	margin-bottom: .5em;
}

.sidebox p {
	margin-bottom: 1em;
}

.sidebox .btn-red,
.sidebox .btn-gray {
	position: relative;
	top: .5em;
}

.sidebox img {
	position: absolute;
	top: 10px;
	left: 0;
/*

width: 180px;*/
	/*

height:180px*/
}

.sidebox ul {
	width: 100%;
	overflow: hidden;
	margin-bottom: -1em;
}

.sidebox li small {
	display: block;
	margin-bottom: 1em;
}

/* @end */

/* @group .teaser */

#page-home .teaser-row {
	margin: 0 -20px;
	float: left;
	margin-bottom: 60px;
}

#page-home .teaser {
	padding: 20px 10px 10px 10px;
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #fff;
	background-image: url(bg-teaser.png);
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.lt-ie7 .teaser {
	background-image: url(bg-teaser-8bit.png);
}

.teaserrow {
	list-style-type: none;
	padding: 0;
	margin: 0 -10px;
}

.teaserrow .teaser {
	width: 273px;
	float: left;
	margin: 0 10px;
	cursor: pointer;
}

.teaserrow .teaser:hover {
	background-position: center -50px;
	background-color: #f0f0f0;
}

.csstransitions .teaserrow .teaser {
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-ms-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}

.teaser h2 {
	text-align: center;
	margin-bottom: .5em;
}

.teaser p {
	overflow: hidden;
}

.teaser p a{
	/*display: none;*/
}

.teaser img {
	margin: 0 15px .5em 0;
	float:left;

}



/* @end */

/* @group #hero */

#hero {
	position: relative;
	overflow: visible;
	width: 100%;
	margin-top: 30px;
}



/* @end */

/* @group .slider */

.slider {
	position: relative;
	height: 550px;
	opacity: 0;  filter: alpha(opacity = 0);
	-webkit-transition: 500ms opacity ease-in-out;
	-moz-transition: 	500ms opacity ease-in-out;
	-ms-transition: 	500ms opacity ease-in-out;
	-o-transition: 		500ms opacity ease-in-out;
	transition: 		500ms opacity ease-in-out;
}

.slider.isactive {
	opacity: 1;  filter: alpha(opacity = 100);
	background: url(../img/bg-computer.jpg) right 0 no-repeat;
}

.sliderItems li {
	position: absolute;
	width: 100%;
	height: 520px;
	top: 0;
	left: 0;
	overflow: hidden;
}


.sliderItems img {
	display: block;
	position: absolute;
	top: 24px;
	left: 345px;
	
	opacity: 0; filter: alpha(opacity = 0);
	
	-webkit-transform:	translateY(20px) scale(0.9);
	-moz-transform:		translateY(20px) scale(0.9);
	-ms-transform:		translateY(20px) scale(0.9);
	-o-transform:		translateY(20px) scale(0.9);
	transform:			translateY(20px) scale(0.9);

	-webkit-transition: 350ms all ease-in-out;
	-moz-transition: 	350ms all ease-in-out;
	-ms-transition: 	350ms all ease-in-out;
	-o-transition: 		350ms all ease-in-out;
	transition: 		350ms all ease-in-out;
}

.sliderItems .isselected img {
	opacity: 1; filter: alpha(opacity = 100);
	
	-webkit-transform:	translateY(0) scale(1);
	-moz-transform:		translateY(0) scale(1);
	-ms-transform:		translateY(0) scale(1);
	-o-transform:		translateY(0) scale(1);
	transform:			translateY(0) scale(1);
} 



.sliderItems div {
	position: absolute;
	z-index: 9;
	top: 30px;
	text-align: center;
	width: 260px;
	left: 24px;
	
	padding: 10px 20px;

	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;

	-webkit-transform:	translateX(-30px);
	-moz-transform:		translateX(-30px);
	-ms-transform:		translateX(-30px);
	-o-transform:		translateX(-30px);
	transform:			translateX(-30px);
	
	opacity: 0; filter: alpha(opacity = 0);
	
	-webkit-transition: 350ms all ease-in-out;
	-moz-transition: 	350ms all ease-in-out;
	-ms-transition: 	350ms all ease-in-out;
	-o-transition: 		350ms all ease-in-out;
	transition: 		350ms all ease-in-out;

	background-color: #f0f0f0;
	
}

.sliderItems div strong {
	display: block;
}


.sliderItems .isselected div {
	opacity: 1; filter: alpha(opacity = 100);
	
	-webkit-transform:	translateX(0);
	-moz-transform:		translateX(0);
	-ms-transform:		translateX(0);
	-o-transform:		translateX(0);
	transform:			translateX(0);

}

.sliderNav {
	position: absolute;
	list-style-type: none;
	width: 260px;
	text-align: center;
	top: 200px;
	left: 30px
}

.sliderNav li {
	display: inline;
}

.sliderNav a {
	padding: 5px 9px 3px 9px;
	margin: 3px 0;
	
	-webkit-border-radius:  3px;
	-moz-border-radius: 	3px;	
	-ms-border-radius: 		3px;
	-o-border-radius: 		3px;
	border-radius: 			3px;		
}

.sliderNav a:hover {
	background-color: #e5e5e5;
	text-decoration: none;
}

.sliderNav a.isselected {
	background-color: #b31f12;
	color: #fff;	

}

.hotline {
	margin: 1em 0;
	padding-left: 20px;
	background-position: 0 center;
	background-repeat: no-repeat;
	background-image: url(icon-phone.png);
}

#hero .downloadCTA {
	position: absolute;
	width: 260px;
	top: 250px;
	left: 30px;
	
	text-align: center;
	border-top: 2px solid #f0f0f0;
	padding-top: .5em;
}

.downloadCTA ul {
	margin: .5em 0;
	border-bottom: 2px solid #e5e5e5;
}

.downloadCTA li {
	border-top: 2px solid #e5e5e5;
}

.downloadCTA p {
	margin: .5em 0;
}


a.icon-paypal,
a.icon-giropay,
a.icon-mastercardvisa
{
	display: block;
	padding: 10px 0 10px 50px;
}

a.icon-paypal {	background: url(icon-paypal.png) left center no-repeat;	}
a.icon-giropay {	background: url(icon-giropay.png) left center no-repeat;	}
a.icon-mastercardvisa {	background: url(icon-mastercardvisa.png) left center no-repeat;	}

/* @end */

/* @group #tagcloud */

#tagcloud {
	display: block;
	text-align: center;
	clear: left;
	padding: 0;
	margin: 0;
}

#tagcloud li {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	line-height: 1.75em;
	margin: 0;
}

.lt-ie8 #tagcloud li {
	display: inline;
	zoom: 1;
}

.tag1 {
	font-size: 18px;
	opacity: .8;
}

.tag2 {
	font-size: 16px;
	opacity: .6;
}

.tag3 {
	font-size: 12px;
	opacity: .4;
}

.tag4 {
	font-size: 28px;
	opacity: .2;
}

#tagcloud a {
	padding: 2px 10px;
	color: #323E42;
	   font-size: 18px !important;
}

#tagcloud a:hover {
	background-color: #f0f0f0;
	opacity: 1;
}

.borderradius #tagcloud a {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.csstransitions #tagcloud a {
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}

/* @end */

#support {
	border-top: 3px solid #f0f0f0;
	border-bottom: 3px solid #f0f0f0;
	margin: 4em 0 3em 0;
}

#support p{
	padding-top: 20px;
	padding-bottom: 0;
	margin: 0;
}

#support img {
	position: relative;
	top: -15px;
	left: 20px;
	margin-bottom: 0px;
	margin-right: 60px;
}

/* @end */

#calltoangebot {
	position: relative;
	float: left;
	width: 100%;
	background-color: #f0f0f0;
	height: 70px;
}

#calltoangebot img {
	position: absolute;
	left: 230px;
	top: 0;
}

#calltoangebot a {
	position: position relative;
	left: 20px;
	top: 25px;
}

/* @group .article form */

form {
	padding: 40px;
}

fieldset {
	display: block;
	width: 100%;
	margin-bottom: 2em;
}

legend {
	width: 100%;
	margin: 1em 0 .5em 0;
	float: left;
}

label {
	/*display: block;*/
}

input, textarea, select, label {
	font-size: 16px;
}

input[type="text"],
textarea {
	display: block;
	width: 70%;
	margin-bottom: 1em;
	border: 2px solid #e0e0e0;
	padding: 6px;
	margin: -0.2em 0 1em 0;
}

input[type=checkbox], 
input[type=radiobutton] {
	/*margin-top: 1.5em;*/
}

input[type=checkbox]+label, 
input[type=radiobutton]+label {
	display: inline;
}

.error {
	color: #fff;
	background-color: #B31F12;
}

.btn-submit {
	margin: 2em 0;
}

input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	border: 0 none;
}

/* @end */

/* @group table#versionen */

table#versionen {
	width: 100%;
	line-height: 1.25em;
	border-collapse: separate;
	border-spacing: 2px;
	margin-top: 2em;
}

#versionen tr {
	padding: 0 40px;
}

#versionen th {
	width: 25%;
	padding: 30px 20px 10px 20px;
	vertical-align: middle;
	-webkit-box-shadow: inset 0 0px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 0px 10px rgba(0,0,0,0.1);
	-ms-box-shadow: inset 0 0px 10px rgba(0,0,0,0.1);
	-o-box-shadow: inset 0 0px 10px rgba(0,0,0,0.1);
	box-shadow: inset 0 0px 10px rgba(0,0,0,0.1);
}

#versionen th img {
	width: 160px;
	margin: 0;
}

#versionen tr th:nth-child(1) {
	width: 40%;
	border-bottom: none;
}

#versionen tr th:nth-child(2) {
	width: 20%;
	border-bottom: 5px solid #F9C623;
}

#versionen tr th:nth-child(3) {
	width: 20%;
	border-bottom: 5px solid #FF9D00;
}

#versionen tr th:nth-child(4) {
	width: 20%;
	border-bottom: 5px solid #B31F12;
}

#versionen .description {
	line-height: 1.25;
	text-align: left;
}

#versionen .description p {
	margin: 0;
	padding-right: 20px;
	font-weight: normal;
}

#versionen  td {
	padding: 6px 20px;
	text-align: center;
}

#versionen tfoot td {
	padding: 20px;
}

#versionen tbody tr td:first-child {
	text-align: left;
}

#versionen tbody tr:nth-child(odd) {
	background-color: #f0f0f0;
}

#versionen .ja {
	display: inline-block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	background-color: #AC1E11;
	color: #fff;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

#versionen tr td:nth-child(2) .ja {
	background-color: #F9C623;
}

#versionen tr td:nth-child(3) .ja {
	background-color: #FF9D00;
}

#versionen tr td:nth-child(4) .ja {
	background-color: #B31F12;
}

.lt-ie9 #versionen thead th,
.lt-ie9 #versionen tr td {
	border-bottom: 2px solid #f0f0f0;
}


table#pdf-payment-versionen {
	width: 100%;
	line-height: 20px;
	border-collapse: separate;
	border-spacing: 2px;
	margin-top: 2em;
}

#pdf-payment-versionen tr {
	padding: 0 40px;
}

#pdf-payment-versionen th {
	height: 290px;
	width: 100%;
	vertical-align: middle;
}
#pdf-payment-versionen .shaddow {
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}

#pdf-payment-versionen h2 {margin-bottom: 5px}

#pdf-payment-versionen .product_summary {
	border-bottom: 4px solid #E1C737;
}
#pdf-payment-versionen .description {
	height: 240px;  margin-top: 26px;
	margin-left: 4px; margin-right: 4px; padding: 5px; padding-top: 0px;
}
#pdf-payment-versionen .description p {margin: 0px; line-height: 1.2;}
#pdf-payment-versionen .product_header {
	display: block;
	width: 134px; height: 27px; margin-left: 15px;
	background-color: #E1C737;
	color: #000; text-align: center; font-weight: normal; font-size: 13px; font-family: Arial; line-height: 27px; letter-spacing: 4px
}

#pdf-payment-versionen .product {
	width: 158px; height: 250px; margin-left: 4px; margin-right: 4px;
	border-top: 3px solid #E1C737;
}
#pdf-payment-versionen .product_title {
	display: block;
	padding-left: 47px; padding-top: 12px;
	color: #e4c93e; line-height: 1.2; font-size: 18px;
	width: 100px; height: 81px; margin-left: 6px;margin-top: 5px;
	background: url('http://www.pdf-payment.de/wp-content/themes/whiteboard/images/design/bg_product_title.gif') no-repeat;
	font-family: "myriad-pro-condensed-1","myriad-pro-condensed-2";
}

#pdf-payment-versionen .product p {
	margin-left: 8px; margin-right: 8px; margin-top: 15px;
	line-height: 1.3;

}





#pdf-payment-versionen tr th:nth-child(2).product_summary {border-bottom: 4px solid #e4c93e;}
#pdf-payment-versionen tr th:nth-child(2) .product_header {background-color: #e4c93e; color: #000;}
#pdf-payment-versionen tr th:nth-child(2) .product {border-top: 3px solid #e4c93e;}
#pdf-payment-versionen tr th:nth-child(2) .product_title {color: #e4c93e;}
/*
#pdf-payment-versionen tr th:nth-child(3).product_summary {border-bottom: 4px solid #E1A343;}
#pdf-payment-versionen tr th:nth-child(3) .product_header {background-color: #E1A343; color: #000;}
#pdf-payment-versionen tr th:nth-child(3) .product {border-top: 3px solid #E1A343;}
#pdf-payment-versionen tr th:nth-child(3) .product_title {color: #E1A343;}
*/
#pdf-payment-versionen tr th:nth-child(3).product_summary {border-bottom: 4px solid #b7421c;}
#pdf-payment-versionen tr th:nth-child(3) .product_header {background-color: #b7421c; color: #fff; letter-spacing: 2px}
#pdf-payment-versionen tr th:nth-child(3) .product {border-top: 3px solid #b7421c;}
#pdf-payment-versionen tr th:nth-child(3) .product_title {color: #b7421c;}

#pdf-payment-versionen tr th:nth-child(4).product_summary {border-bottom: 4px solid #99364e;}
#pdf-payment-versionen tr th:nth-child(4) .product_header {background-color: #99364e; color: #fff; letter-spacing: 1px}
#pdf-payment-versionen tr th:nth-child(4) .product {border-top: 3px solid #99364e;}
#pdf-payment-versionen tr th:nth-child(4) .product_title {color: #99364e;}





#pdf-payment-versionen tbody tr td:first-child {
	text-align: left;
}

#pdf-payment-versionen tbody tr:nth-child(odd) {
	background-color: #f0f0f0;
}

#pdf-payment-versionen .ja {
	display: inline-block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	background-color: #AC1E11;
	color: #fff;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

#pdf-payment-versionen tr td:nth-child(2) .ja {
	background-color: #F9C623;
}

#pdf-payment-versionen tr td:nth-child(3) .ja {
	background-color: #B31F12;
}
/*
#pdf-payment-versionen tr td:nth-child(3) .ja {
	background-color: #FF9D00;
}
*/
#pdf-payment-versionen tr td:nth-child(4) .ja {
	background-color: #99364e;
}


#pdf-payment-versionen  tbody td {
	padding: 6px 20px;
	text-align: center;
}

#pdf-payment-versionen.pdfxml .description p{
	font-family: "myriad-pro-condensed-1","myriad-pro-condensed-2";
	font-size: 18px;
	padding-left: 10px; padding-right: 10px; padding-top: 5px;
}


#pdf-payment-versionen.pdfxml  .description {
	height: 197px;  margin-top: -4px;
	margin-right: 4px; padding: 5px; padding-top: 0px;
}
#pdf-payment-versionen.pdfxml th {
	height: 240px;
}
#pdf-payment-versionen.pdfxml  .product p {
	font-size: 12px; color: #000;
	display: block; text-align: center;
	line-height: 18px;
	margin-left: 50px; margin-right: 50px;
}
#pdf-payment-versionen.pdfxml  .product i {
	color: #ec1c24; font-style: normal;
}

#pdf-payment-versionen.pdfxml  .product u a {
	color: #000;
}

#pdf-payment-versionen.pdfxml .product {
	width: 250px; height: 200px; margin-left: 4px; margin-right: 4px;
	border-top: 3px solid #E1C737;
}

#pdf-payment-versionen.pdfxml .product_title {
	margin-left: 50px
}



/* @end */
