body {
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  color: #585858;
  background-color: #F5F5F5;
  margin: 0;
  padding: 0; }

h1 {
  font-size: 150%;
  padding: 0;
  margin: 10px 0; }

h2 {
  font-size: 140%;
  padding: 0;
  margin: 10px 0; }

h3 {
  font-size: 130%;
  padding: 0;
  margin: 10px 0; }

h4 {
  font-size: 120%;
  padding: 0;
  margin: 10px 0; }

h5 {
  font-size: 110%;
  padding: 0;
  margin: 10px 0; }

h6 {
  font-size: 100%;
  padding: 0;
  margin: 10px 0; }

img {
  padding: 0;
  margin: 0; }

input {
  padding: 5px 17px;
  margin: 5px 0;
  resize: none;
  line-height: 18px;
  background-color: #FFFFFF;
  color: #8E8D8D;
  border: 1px solid #D8D8D8;
  border-radius: 0px;
  box-sizing: border-box;
  font-size: 13px;
  outline: none; }

input:disabled {
  border: 1px solid #FFFFFF;
  color: #8E8D8D;
  background-color: #FFFFFF; }

/* disable spin buttons in number input fields */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield;
  text-align: right; }

input[type=number],
input[type=text] {
  width: 150px; }

select {
  margin: 5px 0;
  padding: 5px 0 5px 17px;
  border: 1px solid #D8D8D8;
  border-radius: 0px;
  box-sizing: border-box;
  font-size: 13px;
  background-color: #FFFFFF;
  color: #8E8D8D;
  outline: none; }

option {
  margin: 5px 17px;
  resize: none;
  line-height: 18px;
  background-color: #FFFFFF;
  color: #8E8D8D;
  font-size: 13px;
  box-sizing: border-box;
  border: none; }

input[type=checkbox],
select {
  cursor: pointer; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none; }

.styled-select {
  display: inline-block;
  position: relative;
  color: #8E8D8D; }

.styled-select:after {
  content: ">";
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 8px;
  top: 13px;
  position: absolute;
  pointer-events: none; }

button {
  color: #A2A2A2;
  background-color: #393939;
  border: none;
  outline: none;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; }

button.active {
  color: #FFFFFF;
  background-color: #355C7D; }

button:hover {
  background-color: #585858; }

button.active:hover {
  background-color: #456C8D; }

ul.none {
  list-style-type: none;
  padding: 0; }

td:first-child {
  padding-left: 0; }

td:last-child {
  padding-right: 0; }

td {
  padding: 0 5px; }

a {
  color: #585858;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; }

a:hover {
  color: #393939; }

.content {
  max-width: 800px;
  min-width: 300px;
  margin-left: auto;
  margin-right: auto; }

.heading {
  color: #8E8D8D;
  background-color: #393939;
  padding-top: 10px;
  padding-bottom: 10px; }

.bottom-space {
  margin-bottom: 30px; }

.heading h1 {
  color: #FFFFFF; }

.heading h2 {
  color: #A2A2A2; }

.heading h3 {
  color: #A2A2A2; }

.heading a {
  color: #A2A2A2; }

.heading a:hover {
  color: #FFFFFF; }

.big {
  font-size: 200%; }

.small {
  font-size: 90%; }

.center {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  text-align: center; }

.align-right {
  text-align: right; }

.pad {
  padding: 10px; }

.mar {
  margin: 10px; }

.mar-bottom {
  margin-bottom: 30px; }

.no-mar {
  margin: 0; }

.relative {
  position: relative; }

.ok-button {
  position: absolute;
  bottom: 0;
  right: 0; }

.content-block {
  background-color: #FFFFFF;
  color: #8E8D8D; }

.content-block > h4 {
  color: #FFFFFF;
  background-color: #355C7D;
  text-align: center;
  margin: 0;
  padding: 20px; }

.arrow-left {
  background-image: url("../img/left.png");
  width: 13px;
  height: 20px; }

.arrow-right {
  background-image: url("../img/right.png");
  width: 13px;
  height: 20px; }

.arrow-center {
  background: url("../img/pipe.png") no-repeat center;
  width: 13px;
  height: 20px; }

.connection-closed {
  background-image: url("../img/connection-closed.png");
  width: 32px;
  height: 32px; }

.connection-open {
  background-image: url("../img/connection-open.png");
  width: 32px;
  height: 32px; }

.connection-open:hover,
.connection-closed:hover {
  background-image: url("../img/connection-hover.png");
  width: 32px;
  height: 32px;
  cursor: pointer; }

.flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex-stretch {
  -webkit-align-items: stretch;
  align-items: stretch; }

.flex-baseline {
  -webkit-align-items: baseline;
  align-items: baseline; }

.flex-justify-space {
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.flex-item {
  -webkit-flex-grow: 1;
  flex-grow: 1; }

.flex-item-2-column {
  -webkit-flex-basis: -webkit-calc(50% - 22px);
  flex-basis: calc(50% - 22px);
  min-width: 278px; }

.flex-item-eq-column {
  -webkit-flex-basis: -webkit-calc(50% - 40px);
  flex-basis: calc(50% - 40px);
  min-width: 278px; }

.flex-item-3-column {
  -webkit-flex-basis: -webkit-calc(33% - 22px);
  flex-basis: calc(33% - 22px); }

.flex-no-grow {
  -webkit-flex-grow: 0;
  flex-grow: 0; }

.flex-basis-230 {
  -webkit-flex-basis: 230px;
  flex-basis: 230px;
  min-width: 230px; }

table.employed, table.freelance {
  width: 100%; }

table.taxDetails tr td:first-child,
table.taxDetails tr th:first-child {
  width: auto;
  text-align: left; }

table.taxDetails tr td,
table.taxDetails tr th {
  width: 60px;
  text-align: right; }

tr.taxGroup td {
  padding-top: 10px; }

.total {
  font-weight: bold; }

.w80 {
  width: 80px; }

.w90 {
  width: 90px; }

.w100 {
  width: 100px; }

.w110 {
  width: 110px; }

.w120 {
  width: 120px; }

.w130 {
  width: 130px; }

label.w80,
label.w90,
label.w100,
label.w110,
label.w120,
label.w130 {
  display: inline-block; }

#container-connected {
  margin: 0; }
  @media only all and (max-width: 626px) {
    #container-connected {
      display: none; } }

#connected-icon {
  margin-top: 24px; }

#equivalent-icon {
  margin-top: 78px; }

#equal-sign {
  margin-top: 110px; }

#Brutto-month {
  /* width: 137px; */ }

#Stundensatz {
  /* width: 107px; */ }

#Stunden-month,
#Stunden,
#Urlaubstage,
#NichtFakturierbareArbeitstage,
#Arbeitstage,
#employer-supplement {
  width: 85px; }

#weekdays {
  display: inline-block;
  width: 68px;
  margin-right: 17px;
  text-align: right; }

#childAllowanceContainer {
  overflow: hidden;
  max-height: 44px;
  -webkit-transition: max-height 0.5s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out;
  -ms-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out; }

#childAllowanceContainer.hidden {
  max-height: 0;
  -webkit-transition: max-height 0.5s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out;
  -ms-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out; }

#FreelanceRentenversicherung,
#absolute-costs {
  width: 90px; }

#relative-costs {
  width: 70px; }

/*# sourceMappingURL=style.css.map */
