/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}

/* Generated by Font Squirrel (https://www.fontsquirrel.com) on July 4, 2016 */
@font-face {
	font-family: 'daimler_cs';
	src: url('../fonts/daimlercs-bold-webfont.woff2') format('woff2'),
	url('../fonts/daimlercs-bold-webfont.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'daimler_cs';
	src: url('../fonts/daimlercs-demi-webfont.woff2') format('woff2'),
	url('../fonts/daimlercs-demi-webfont.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'daimler_cs';
	src: url('../fonts/daimlercs-light-webfont.woff2') format('woff2'),
	url('../fonts/daimlercs-light-webfont.woff') format('woff');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'daimler_cs';
	src: url('../fonts/daimlercs-regular-webfont.woff2') format('woff2'),
	url('../fonts/daimlercs-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

.payroll {
  background-color: #E5E8EB;
  margin: auto;
  max-width: 1280px;
  padding: 30px;
  padding-top: 45px;
  position: relative;
  /**
	 * Splitted money view
	 **/
  /**
	 * Donut chart
	 **/
  /**
	 * Column chart
	 **/
  /**
	 * Message if no data can be displayed
	 **/
}
@media screen and (max-width: 1023px) {
  .payroll {
    padding: 30px 20px;
    padding-top: 45px;
  }
}
.payroll sup {
  font-size: 65%;
}
.js .payroll .nojs-note {
  display: none;
}
.payroll h1 {
  color: #00677F;
  font-weight: bold;
  font-size: 1.33333333rem;
  line-height: 37px;
  margin-top: 0;
}
.payroll h1 .pr-logo {
  background: url(../img/layout/daimler-logo.png) 0 0 no-repeat;
  display: inline-block;
  font-size: 0;
  height: 21px;
  vertical-align: middle;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .payroll h1 .pr-logo {
    display: block;
    height: 37px;
  }
}
.payroll h1 .pr-logo + span {
  border-left: 1px solid #00677F;
  display: inline-block;
  padding-left: 0.83333333rem;
}
@media screen and (max-width: 767px) {
  .payroll h1 .pr-logo + span {
    border-left: 0 none;
    display: block;
    padding-left: 0;
  }
  .payroll h1 .pr-logo + span:before {
    border-top: 1px solid #00677F;
    content: "";
    display: block;
    width: 40px;
  }
}
.payroll .pr-result {
  float: right;
  margin-left: 0.5%;
  margin-bottom: 60px;
  text-align: right;
  width: 37%;
  /* Accordion */
}
@media screen and (max-width: 1023px) {
}
@media screen and (max-width: 767px) {
  .payroll .pr-result {
    float: none;
    margin-bottom: 40px;
    width: auto;
  }
}
.payroll .pr-result > .pr-block {
  padding: 10px 85px 15px 20px;
  transition: background-color 0.6s;
}
@media screen and (max-width: 905px) {
  .payroll .pr-result > .pr-block {
    padding-right: 60px;
  }
}
.payroll .pr-result > .pr-block.pr-hover {
  background-color: #FFFFFF;
}
.payroll .pr-result .pr-headline {
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.2;
}
@media screen and (max-width: 1023px) {
  .payroll .pr-result .pr-headline {
    font-size: 1.22222222rem;
  }
}
@media screen and (max-width: 905px) {
  .payroll .pr-result .pr-headline {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .payroll .pr-result .pr-headline {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.7;
    text-align: left;
    vertical-align: bottom;
    width: 47%;
  }
}
@media screen and (max-width: 540px) {
  .payroll .pr-result .pr-headline {
    display: block;
    line-height: 1.2;
    text-align: right;
    width: auto;
  }
}
.payroll .pr-result .pr-value {
  font-weight: bold;
  font-size: 2.78rem;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .payroll .pr-result .pr-value {
    font-size: 2.77777778rem;
  }
}
@media screen and (max-width: 905px) {
  .payroll .pr-result .pr-value {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .payroll .pr-result .pr-value {
    display: inline-block;
    font-size: 2.77777778rem;
    width: 50%;
  }
}
@media screen and (max-width: 540px) {
  .payroll .pr-result .pr-value {
    display: block;
    width: auto;
  }
}
.pr-bar-type{
  margin-right: 25px;
}

@media screen and (max-width: 905px) {
  .pr-bar-type{
    margin-right: 25px;
    display: block;
  }
}

.pr-bar-type.active{
  font-weight: bold;
  text-decoration: underline;
}
.pr-bar-type:hover{
  cursor: pointer;
}

.payroll .pr-result .brutto .pr-value , .pr-bar-type.brutto,.pr-bar-tip.brutto{
  color: #5097AB;
}
.payroll .pr-result .tax .pr-value, .pr-bar-type.tax,.pr-bar-tip.tax{
  color: #71180C;
}
.payroll .pr-result .insurance .pr-value , .pr-bar-type.insurance, .pr-bar-tip.insurance{
  color: #440E07;
}
.payroll .pr-result .subtractions .pr-value , .pr-bar-type.subtractions, .pr-bar-tip.subtractions{
  color: #5097AB;
}
.payroll .pr-result .subsequentbilling .pr-value , .pr-bar-type.subsequentbilling, .pr-bar-tip.subsequentbilling {
  color: #5097AB;
}
.payroll .pr-result .netto {
  border-top: 1px solid #00566A;
  margin-top: 22px;
  padding-top: 25px;
}
.payroll .pr-result .netto .pr-value , .pr-bar-type.netto  , .pr-bar-tip.netto {
  color: #00566A;
}
.payroll .pr-result .pr-accordion {
  cursor: pointer;
  position: relative;
}
.payroll .pr-result .pr-accordion > .pr-value {
  position: relative;
}
.payroll .pr-result .pr-accordion > .pr-value:after {
  background-color: #5097AB;
  border-radius: 50%;
  content: '+';
  color: #FFFFFF;
  display: inline-block;
  font-weight: 100;
  font-size: 31px;
  height: 35px;
  line-height: 33px;
  position: absolute;
  right: -50px;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0, -49%);
      -ms-transform: translate(0, -49%);
          transform: translate(0, -49%);
  width: 35px;
}
@media screen and (max-width: 905px) {
  .payroll .pr-result .pr-accordion > .pr-value:after {
    font-size: 32px;
    height: 36px;
    line-height: 34px;
    right: -50px;
    width: 36px;
  }
}
.payroll .pr-result .pr-pane {
  height: 0;
  overflow: hidden;
  padding: 0;
}
.payroll .pr-result .pr-pane .pr-block {
  margin-top: 1.38888889rem;
}
.payroll .pr-result .pr-pane .pr-headline {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 0.27777778rem;
}
@media screen and (max-width: 1023px) {
  .payroll .pr-result .pr-pane .pr-headline {
    font-weight: 600;
    font-size: 0.88888889rem;
  }
}
.payroll .pr-result .pr-pane .pr-value {
  font-size: 1.33333333rem;
}
.payroll .pr-result .pr-open {
  background-color: #FFFFFF;
  padding-bottom: 1.94444444rem;
}
.payroll .pr-result .pr-open > .pr-value:after {
  content: "-";
  font-size: 31px;
  line-height: 28px;
}
@media screen and (max-width: 905px) {
  .payroll .pr-result .pr-open > .pr-value:after {
    line-height: 24px;
  }
}
.payroll .pr-result .pr-open .pr-pane {
  margin-top: -0.83333333rem;
  padding-top: 0.83333333rem;
}
.payroll .pr-chart {
  float: left;
  margin-bottom: 60px;
  position: relative;
  text-align: center;
  width: 62.5%;
}
@media screen and (max-width: 1023px) {
}
@media screen and (max-width: 767px) {
  .payroll .pr-chart {
    float: none;
    margin-bottom: 30px;
    width: auto;
  }
}
.payroll .pr-chart svg {
  position: relative;
  width: 100%;
  z-index: 1;
}
.payroll .pr-chart svg:focus {
  outline: none;
}
.payroll .pr-chart svg path {
  stroke: #FFFFFF;
}
.payroll .pr-chart .brutto,
.payroll .pr-chart .sum {
  fill: #5097AB;
}
.payroll .pr-chart .brutto:hover,
.payroll .pr-chart .sum:hover,
.payroll .pr-chart .brutto:active,
.payroll .pr-chart .sum:active {
  fill: #36788a;
}
.payroll .pr-chart .tax {
  fill: #71180C;
}
.payroll .pr-chart .tax:hover,
.payroll .pr-chart .tax:active {
  fill: #4d0a02;
}
.payroll .pr-chart .insurance {
  fill: #440E07;
}
.payroll .pr-chart .insurance:hover,
.payroll .pr-chart .insurance:active {
  fill: #2e0500;
}
.payroll .pr-chart .netto {
  fill: #00566A;
}
.payroll .pr-chart .netto:hover,
.payroll .pr-chart .netto:active {
  fill: #014454;
}
.payroll .pr-chart .pr-infotext {
  font-weight: normal;
  left: 50%;
  position: absolute;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 5;
}
.payroll .pr-chart .pr-infotext h2 {
  color: #5097AB;
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
}
@media screen and (max-width: 930px) {
  .payroll .pr-chart .pr-infotext h2 {
    max-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .payroll .pr-chart .pr-infotext h2 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 630px) {
  .payroll .pr-chart .pr-infotext h2 {
    font-size: 0.82222222rem;
  }
}
@media screen and (max-width: 540px) {
  .payroll .pr-chart .pr-infotext h2 {
    font-size: 0.72222222rem;
  }
}
@media screen and (max-width: 430px) {
  .payroll .pr-chart .pr-infotext h2 {
    max-width: 145px;
  }
}
.payroll .pr-chart .pr-infotext .pr-value {
  color: #00566A;
  font-weight: bold;
  font-size: 3.38888889rem;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .payroll .pr-chart .pr-infotext .pr-value {
    font-size: 2.77777778rem;
  }
}
@media screen and (max-width: 905px) {
  .payroll .pr-chart .pr-infotext .pr-value {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .payroll .pr-chart .pr-infotext .pr-value {
    font-size: 2.77777778rem;
  }
}
@media screen and (max-width: 540px) {
  .payroll .pr-chart .pr-infotext .pr-value {
    font-size: 1.33333333rem;
  }
}
.payroll .pr-chart .pr-slider {
  display: inline-block;
  margin: 20px auto 20px;
  position: relative;
  text-align: center;
  width: 215px;
}
@media screen and (max-width: 905px) {
  .payroll .pr-chart .pr-slider {
    margin-top: 0;
  }
}
.payroll .pr-chart .pr-slider .pr-prev,
.payroll .pr-chart .pr-slider .pr-next {
  cursor: pointer;
  display: inline-block;
  height: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 25px;
}
.payroll .pr-chart .pr-slider .pr-prev.pr-disabled,
.payroll .pr-chart .pr-slider .pr-next.pr-disabled {
  display: none;
}
.payroll .pr-chart .pr-slider .pr-prev {
  background: url(../img/layout/arrow-left.png) center center no-repeat;
  left: -45px;
}
@media screen and (max-width: 905px) {
  .payroll .pr-chart .pr-slider .pr-prev {
    left: -35px;
  }
}
.payroll .pr-chart .pr-slider .pr-next {
  background: url(../img/layout/arrow-right.png) center center no-repeat;
  right: -45px;
}
@media screen and (max-width: 905px) {
  .payroll .pr-chart .pr-slider .pr-next {
    right: -35px;
  }
}
.payroll .pr-chart .pr-slider .pr-month {
  color: #00566A;
  font-weight: 100;
  font-size: 2.17777778rem;
  line-height: 1;
}
@media screen and (max-width: 905px) {
  .payroll .pr-chart .pr-slider .pr-month {
    font-size: 2rem;
  }
}
.payroll .pr-chart .pr-slider .pr-year {
  color: #5097AB;
  font-size: 1.22222222rem;
  line-height: 1;
  padding-top: 10px;
}
@media screen and (max-width: 905px) {
  .payroll .pr-chart .pr-slider .pr-year {
    font-size: 1rem;
  }
}
.payroll .pr-chart .pr-download {
  background-color: #FFFFFF;
  display: block;
  margin: 16px auto 0;
  padding: 15px 20px 15px 95px;
  position: relative;
  text-decoration: none;
  text-align: left;
  width: 275px;
}
@media screen and (max-width: 767px) {
  .payroll .pr-chart .pr-download {
    padding-left: 80px;
  }
}
.payroll .pr-chart .pr-download:before {
  background: url(../img/layout/payroll-download-icon.png) 0 0 no-repeat;
  content: "";
  height: 60px;
  left: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 60px;
}
@media screen and (max-width: 767px) {
  .payroll .pr-chart .pr-download:before {
    background-size: 40px;
    height: 40px;
    width: 40px;
  }
}
.payroll .pr-chart .pr-download .pr-title {
  color: #444444;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .payroll .pr-chart .pr-download .pr-title {
    font-size: 0.88888889rem;
    line-height: 1.2;
  }
}
.payroll .pr-chart .pr-download .pr-date {
  color: #00677F;
  font-weight: 600;
  font-size: 1.22222222rem;
}
@media screen and (max-width: 767px) {
  .payroll .pr-chart .pr-download .pr-date {
    font-size: 1rem;
    line-height: 1.2;
  }
}
.payroll .pr-diagram {
  background-color: #FFFFFF;
  clear: both;
  padding: 35px 40px;
}
.payroll .pr-diagram .pr-headline {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .payroll .pr-diagram .pr-headline {
    line-height: 1.2;
  }
}
.payroll .pr-diagram .pr-label {
  color: #5097AB;
}
.payroll .pr-diagram .pr-chart-container {
  margin-left: -40px;
  margin-right: -40px;
}
.payroll .pr-diagram svg {
  height: 450px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .payroll .pr-diagram svg {
    height: 650px;
  }
}
.payroll .pr-diagram svg .axis path,
.payroll .pr-diagram svg .x.axis line {
  display: none;
}
.payroll .pr-diagram svg .axis line {
  fill: none;
  stroke: #E6F0F2;
  shape-rendering: crispEdges;
}
.payroll .pr-diagram svg .axis text {
  fill: #00677F;
  font-size: 0.88888889rem;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .payroll .pr-diagram svg .axis text {
    font-size: 0.77777778rem;
  }
}
@media screen and (max-width: 767px) {
  .payroll .pr-diagram svg .x.axis line {
    display: block;
  }
  .payroll .pr-diagram svg .y.axis line {
    display: none;
  }
}
.payroll .pr-diagram svg .bar {
  cursor: pointer;
}
/* different colors*/
/* brutto */
.payroll .pr-diagram svg #pr-bar-gradient.brutto .pr-stop-top{
  stop-color: #79AEBF;
}
.payroll .pr-diagram svg #pr-bar-gradient.brutto .pr-stop-bottom {
  stop-color: #047691;
}
/* tax */
.payroll .pr-diagram svg #pr-bar-gradient.tax .pr-stop-top{
  stop-color: #a22211;
}
.payroll .pr-diagram svg #pr-bar-gradient.tax .pr-stop-bottom {
  stop-color: #71180C;
}
/* subsequentbilling */
.payroll .pr-diagram svg #pr-bar-gradient.subsequentbilling  .pr-stop-top{
  stop-color: #79AEBF;
}
.payroll .pr-diagram svg #pr-bar-gradient.subsequentbilling  .pr-stop-bottom {
  stop-color: #047691;
}
/* netto */
.payroll .pr-diagram svg #pr-bar-gradient.netto  .pr-stop-top{
  stop-color: #007d99;
}
.payroll .pr-diagram svg #pr-bar-gradient.netto  .pr-stop-bottom {
  stop-color: #00566A;
}
@media screen and (max-width: 767px) {
  /* brutto */
  .payroll .pr-diagram svg #pr-bar-gradient.brutto .pr-stop-top{
    stop-color: #79AEBF;
  }
  .payroll .pr-diagram svg #pr-bar-gradient.brutto .pr-stop-bottom {
    stop-color: #047691;
  }
  /* tax */
  .payroll .pr-diagram svg #pr-bar-gradient.tax .pr-stop-top{
    stop-color: #a22211;
  }
  .payroll .pr-diagram svg #pr-bar-gradient.tax .pr-stop-bottom {
    stop-color: #71180C;
  }
  /* subsequentbilling */
  .payroll .pr-diagram svg #pr-bar-gradient.subsequentbilling  .pr-stop-top{
    stop-color: #79AEBF;
  }
  .payroll .pr-diagram svg #pr-bar-gradient.subsequentbilling  .pr-stop-bottom {
    stop-color: #047691;
  }
  /* netto */
  .payroll .pr-diagram svg #pr-bar-gradient.netto  .pr-stop-top{
    stop-color: #007d99;
  }
  .payroll .pr-diagram svg #pr-bar-gradient.netto  .pr-stop-bottom {
    stop-color: #00566A;
  }
}
.payroll .pr-diagram svg #pr-bar-gradient-hover.brutto .pr-stop-top {
  stop-color: #27687b;
}
.payroll .pr-diagram svg #pr-bar-gradient-hover.brutto .pr-stop-bottom {
  stop-color: #024d5e;
}
.payroll .pr-diagram svg #pr-bar-gradient-hover.tax .pr-stop-top {
  stop-color: #71180C;
}
.payroll .pr-diagram svg #pr-bar-gradient-hover.tax .pr-stop-bottom {
  stop-color: #4d0a02;
}
.payroll .pr-diagram svg #pr-bar-gradient-hover.subsequentbilling .pr-stop-top {
  stop-color: #27687b;
}
.payroll .pr-diagram svg #pr-bar-gradient-hover.subsequentbilling .pr-stop-bottom {
  stop-color: #024d5e;
}
.payroll .pr-diagram svg #pr-bar-gradient-hover.netto .pr-stop-top {
  stop-color: #014454;
}
.payroll .pr-diagram svg #pr-bar-gradient-hover.netto .pr-stop-bottom {
  stop-color: #00566A;
}
@media screen and (max-width: 767px) {
  .payroll .pr-diagram svg #pr-bar-gradient-hover.brutto .pr-stop-top {
    stop-color: #27687b;
  }
  .payroll .pr-diagram svg #pr-bar-gradient-hover.brutto .pr-stop-bottom {
    stop-color: #024d5e;
  }
  .payroll .pr-diagram svg #pr-bar-gradient-hover.tax .pr-stop-top {
    stop-color: #71180C;
  }
  .payroll .pr-diagram svg #pr-bar-gradient-hover.tax .pr-stop-bottom {
    stop-color: #4d0a02;
  }
  .payroll .pr-diagram svg #pr-bar-gradient-hover.subsequentbilling .pr-stop-top {
    stop-color: #27687b;
  }
  .payroll .pr-diagram svg #pr-bar-gradient-hover.subsequentbilling .pr-stop-bottom {
    stop-color: #024d5e;
  }
  .payroll .pr-diagram svg #pr-bar-gradient-hover.netto .pr-stop-top {
    stop-color: #014454;
  }
  .payroll .pr-diagram svg #pr-bar-gradient-hover.netto .pr-stop-bottom {
    stop-color: #00566A;
  }
}
.payroll .pr-diagram svg #pr-shadowbar-gradient .pr-stop-top {
  stop-color: #ffffff;
}
.payroll .pr-diagram svg #pr-shadowbar-gradient .pr-stop-bottom {
  stop-color: #e6f0f2;
}
@media screen and (max-width: 767px) {
  .payroll .pr-diagram svg #pr-shadowbar-gradient .pr-stop-top {
    stop-color: #e6f0f2;
  }
  .payroll .pr-diagram svg #pr-shadowbar-gradient .pr-stop-bottom {
    stop-color: #ffffff;
  }
}
.payroll .pr-message {
  background-color: rgba(255, 255, 255, 0.8);
  left: 50%;
  padding: 40px;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  top: 20%;
  text-align: left;
  width: 80%;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .payroll .pr-message {
    top: 11%;
  }
}
.payroll .pr-message h3 {
  margin: 0 0 0.83333333rem;
}
.payroll .pr-message .pr-close {
  background: url(../img/layout/payroll-close-icon.png) center center no-repeat;
  cursor: pointer;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
}
.pr-bar-tip {
  //color: #00566A;
  font-weight: bold;
  font-size: 0.88888889rem;
}

@media screen and (max-width: 767px) {
  .pr-bar-tip {
    margin-top: 10px;
  }
}
html,
body {
  font-family: daimler_cs, Arial, sans-serif;
  font-size: 18px;
}
* {
  box-sizing: border-box;
}
p {
  margin: 0;
}
#breakpoint-shim {
  display: none;
  font-family: '{"screen-xs-max": "767px", "screen-s-max": "905px", "screen-m-max": "1023px"}';
}
#breakpoint-shim:before {
  content: '{"screen-xs-max": "767px", "screen-s-max": "905px", "screen-m-max": "1023px"}';
}
#media-query-shim {
  display: none;
}
@media screen and (max-width: 905px) {
  #media-query-shim {
    font-family: "media-to-s";
  }
  #media-query-shim:before {
    content: "media-to-s";
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #media-query-shim {
    font-family: "media-from-s-to-m";
  }
  #media-query-shim:before {
    content: "media-from-s-to-m";
  }
}
@media screen and (min-width: 906px) and (max-width: 1680px) {
  #media-query-shim {
    font-family: "media-from-m-to-l";
  }
  #media-query-shim:before {
    content: "media-from-m-to-l";
  }
}
@media screen and (min-width: 1681px) {
  #media-query-shim {
    font-family: "media-from-l";
  }
  #media-query-shim:before {
    content: "media-from-l";
  }
}


.user-info:hover{
  cursor: pointer;
}

.pr-logo-text{
  margin-right: 15px;
}

.footer{
  color: #00677F;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.2;
  margin-top: 15px;
}

.footer-confidential{
  float:right;
}

.poweredBy{
  width: 33%;
  display: inline-block;
}

h1 a, h1 a:hover, h1 a:visited{
  color: #00677F;
}



.rating{
  white-space: nowrap;
  display: inline-block;
  width: 33%;
  text-align: center;
  margin: 0;
}

.rating-inner-wrap:hover, .rating-inner-wrap:visited, .rating-inner-wrap:link, .rating-inner-wrap:active{
  text-decoration: none;
  color: #00677F;
}

.rating-inner-wrap{
  background-color: #FFF;
  padding: 0 10px;
  text-decoration: none;
  cursor: pointer;
  color: #00677F;
}


.info-tooltip{
  position: relative;
  z-index: 9998;
}

.loader {
  border: 8px solid #E5E8EB; /* Light grey */
  border-top: 8px solid #00677F; /* Blue */
  /*border-right: 8px solid #71180C; /* Blue */
  /*border-right: 8px solid #E5E8EB; /* Blue */
  /*border-left: 8px solid #5097AB; /* Blue */
  /*border-left: 8px solid #E5E8EB; /* Blue */
  /*border-bottom: 8px solid #440E07; /* Blue */
  /*border-bottom: 8px solid #00677F; /* Blue */
  /*border-bottom: 8px solid #00677F; /* Blue */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
  position: relative;
  top: -30px;
  left: -50%;
}
.loader-wrapper{
  position: absolute;
  top: 50%;
  left: 50%;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 999;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .rating{
    width: 100%;
    text-align: left;
    margin: 10px 0;
  }
  .poweredBy{
    width: 100%;
  }
  .footer-confidential{
    float: left;
  }

  .pr-block.iOS{
    cursor: pointer;
  }
}

@media screen and (min-width: 768px) {
  .user-info{
    float: right;
  }

  .ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    width: 250px;
    height: 150px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
    background:white;

  }
}

.alert.warn{
  text-align: center;
  color: red;
  background: white;
  margin-top: 20%;
}

#pilot{
  position: absolute;
  text-align: center;
  background-color: #a12211;
  color: #fff;
  width: 100%;
  z-index: 1;
  margin-top: 10px;
}

