/* stylelint-disable */
.grid {
  margin-bottom: em(30px);
}
@media only all and (min-width: 29.9375em) {
  .grid.grid-3 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.grid.grid-3 .col-1,
.grid.grid-3 .col-2 {
  margin-bottom: em(30px);
}
@media only all and (min-width: 29.9375em) {
  .grid.grid-3 .col-1,
  .grid.grid-3 .col-2 {
    margin-bottom: 0;
  }
}
@media only all and (min-width: 29.9375em) {
  .grid.grid-3 .col-1 {
    width: 33.3333333333%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.grid.grid-3 .col-2 {
  margin-bottom: em(30px);
}
@media only all and (min-width: 29.9375em) {
  .grid.grid-3 .col-2 {
    width: 33.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 33.3333333333%;
    clear: none;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
  }
}
@media only all and (min-width: 29.9375em) {
  .grid.grid-3 .col-3 {
    width: 33.3333333333%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only all and (min-width: 48em) {
  .grid.grid-4 {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.grid.grid-4 .col-1,
.grid.grid-4 .col-2,
.grid.grid-4 .col-3 {
  margin-bottom: em(30px);
}
@media only all and (min-width: 48em) {
  .grid.grid-4 .col-1,
  .grid.grid-4 .col-2,
  .grid.grid-4 .col-3 {
    margin-bottom: 0;
  }
}
@media only all and (min-width: 48em) {
  .grid.grid-4 .col-1 {
    width: 25%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only all and (min-width: 48em) {
  .grid.grid-4 .col-2 {
    width: 25%;
    float: left;
    margin-right: -100%;
    margin-left: 25%;
    clear: none;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only all and (min-width: 48em) {
  .grid.grid-4 .col-3 {
    width: 25%;
    float: left;
    margin-right: -100%;
    margin-left: 50%;
    clear: none;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only all and (min-width: 48em) {
  .grid.grid-4 .col-4 {
    width: 25%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only all and (min-width: 48em) {
  .grid.grid-1-3 {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.grid.grid-1-3 .col-1 {
  margin-bottom: em(30px);
}
@media only all and (min-width: 48em) {
  .grid.grid-1-3 .col-1 {
    width: 33.3333333333%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
  }
}
@media only all and (min-width: 48em) {
  .grid.grid-1-3 .col-2 {
    width: 66.6666666667%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only all and (min-width: 48em) {
  .grid.grid-3-1 {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.grid.grid-3-1 .col-1 {
  margin-bottom: em(30px);
}
@media only all and (min-width: 48em) {
  .grid.grid-3-1 .col-1 {
    width: 66.6666666667%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
  }
}
@media only all and (min-width: 48em) {
  .grid.grid-3-1 .col-2 {
    width: 33.3333333333%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only all and (min-width: 48em) {
  .grid.grid-4-1 {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.grid.grid-4-1 .col-1 {
  margin-bottom: em(30px);
}
@media only all and (min-width: 48em) {
  .grid.grid-4-1 .col-1 {
    width: 75%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
  }
}
@media only all and (min-width: 48em) {
  .grid.grid-4-1 .col-2 {
    width: 25%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only all and (min-width: 29.9375em) {
  .grid.grid-2 {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.grid.grid-2 .col-1 {
  margin-bottom: em(30px);
}
@media only all and (min-width: 29.9375em) {
  .grid.grid-2 .col-1 {
    width: 50%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
  }
}
@media only all and (min-width: 29.9375em) {
  .grid.grid-2 .col-2 {
    width: 50%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.grid.grid-2.blue-border .col-1 {
  border-right: 1px solid #034e70;
}
.grid.grid-2.red-border .col-1 {
  border-right: 1px solid #034e70;
}
.grid.grid-2.blue-border .col-1, .grid.grid-2.red-border .col-1 {
  padding-right: 25px;
}
.grid.grid-2.blue-border .col-2, .grid.grid-2.red-border .col-2 {
  padding-left: 25px;
}
@media only all and (min-width: 29.9375em) {
  .grid.grid-1-2-1 {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.grid.grid-1-2-1 .col-1,
.grid.grid-1-2-1 .col-2 {
  margin-bottom: em(30px);
}
@media only all and (min-width: 29.9375em) {
  .grid.grid-1-2-1 .col-1,
  .grid.grid-1-2-1 .col-2 {
    margin-bottom: 0;
  }
}
@media only all and (min-width: 29.9375em) {
  .grid.grid-1-2-1 .col-1 {
    width: 25%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only all and (min-width: 29.9375em) {
  .grid.grid-1-2-1 .col-2 {
    width: 50%;
    float: left;
    margin-right: -100%;
    margin-left: 25%;
    clear: none;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only all and (min-width: 29.9375em) {
  .grid.grid-1-2-1 .col-3 {
    width: 25%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only all and (min-width: 48em) {
  .grid.grid-6 {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.grid.grid-6 .col-1,
.grid.grid-6 .col-2,
.grid.grid-6 .col-3,
.grid.grid-6 .col-4,
.grid.grid-6 .col-5 {
  margin-bottom: em(30px);
}
@media only all and (min-width: 48em) {
  .grid.grid-6 .col-1,
  .grid.grid-6 .col-2,
  .grid.grid-6 .col-3,
  .grid.grid-6 .col-4,
  .grid.grid-6 .col-5 {
    margin-bottom: 0;
  }
}
@media only all and (min-width: 48em) {
  .grid.grid-6 .col-1 {
    width: 16.6666666667%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only all and (min-width: 48em) {
  .grid.grid-6 .col-2 {
    width: 16.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 16.6666666667%;
    clear: none;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only all and (min-width: 48em) {
  .grid.grid-6 .col-3 {
    width: 16.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 33.3333333333%;
    clear: none;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only all and (min-width: 48em) {
  .grid.grid-6 .col-4 {
    width: 16.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 50%;
    clear: none;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only all and (min-width: 48em) {
  .grid.grid-6 .col-5 {
    width: 16.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 66.6666666667%;
    clear: none;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only all and (min-width: 48em) {
  .grid.grid-6 .col-6 {
    width: 16.6666666667%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only all and (min-width: 29.9375em) {
  .grid.grid-1-4-1 {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.grid.grid-1-4-1 .col-1,
.grid.grid-1-4-1 .col-2 {
  margin-bottom: em(30px);
}
@media only all and (min-width: 29.9375em) {
  .grid.grid-1-4-1 .col-1,
  .grid.grid-1-4-1 .col-2 {
    margin-bottom: 0;
  }
}
@media only all and (min-width: 29.9375em) {
  .grid.grid-1-4-1 .col-1 {
    width: 16.6666666667%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only all and (min-width: 29.9375em) {
  .grid.grid-1-4-1 .col-2 {
    width: 66.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 16.6666666667%;
    clear: none;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only all and (min-width: 29.9375em) {
  .grid.grid-1-4-1 .col-3 {
    width: 16.6666666667%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only all and (min-width: 29.9375em) {
  .grid.grid-1-1-1-3 {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.grid.grid-1-1-1-3 .col-1,
.grid.grid-1-1-1-3 .col-2,
.grid.grid-1-1-1-3 .col-3,
.grid.grid-1-1-1-3 .col-4 {
  margin-bottom: em(30px);
}
@media only all and (min-width: 29.9375em) {
  .grid.grid-1-1-1-3 .col-1,
  .grid.grid-1-1-1-3 .col-2,
  .grid.grid-1-1-1-3 .col-3,
  .grid.grid-1-1-1-3 .col-4 {
    margin-bottom: 0;
  }
}
@media only all and (min-width: 29.9375em) {
  .grid.grid-1-1-1-3 .col-1 {
    width: 16.6666666667%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only all and (min-width: 29.9375em) {
  .grid.grid-1-1-1-3 .col-2 {
    width: 16.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 16.6666666667%;
    clear: none;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only all and (min-width: 29.9375em) {
  .grid.grid-1-1-1-3 .col-3 {
    width: 16.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 33.3333333333%;
    clear: none;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only all and (min-width: 29.9375em) {
  .grid.grid-1-1-1-3 .col-4 {
    width: 50%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.tx-powermail {
  /* Defining 50/50 */
  /*Checkbox and Radios*/
  /* graceful degradation for ie8 */
  /*the select wrapper div*/
}
.tx-powermail label,
.tx-powermail .powermail_fieldwrap_type_text {
  margin-bottom: 10px;
  font-weight: 500;
}
.tx-powermail .nolabel label, .tx-powermail .col50_hideLabel label {
  display: none;
}
.tx-powermail > label {
  font-size: 1.2em;
}
.tx-powermail h3, .tx-powermail legend {
  display: none;
}
.tx-powermail legend {
  display: none;
  margin-bottom: 1em;
  font-size: 16px;
}
.tx-powermail input[type=text], .tx-powermail input[type=password], .tx-powermail input[type=date], .tx-powermail [type=email], .tx-powermail select {
  width: 100%;
  margin-bottom: 14px;
  padding: 1.1428571429em;
  font-size: 1em;
  border: 1px solid #666666;
  background-color: #ffffff;
  border-radius: 0;
  box-shadow: none;
  line-height: 1.3;
  -webkit-appearance: none;
}
.tx-powermail input[type=text]:focus, .tx-powermail input[type=password]:focus, .tx-powermail input[type=date]:focus, .tx-powermail [type=email]:focus, .tx-powermail select:focus {
  border: 1px solid #fff;
  background-color: #666666;
  color: #fff;
}
.tx-powermail .powermail_fieldwrap {
  margin-bottom: 10px;
}
.tx-powermail .col50_hideLabel {
  width: 100%;
  clear: right;
  float: right;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  position: relative;
}
@media only all and (min-width: 29.9375em) {
  .tx-powermail .col50_hideLabel {
    width: 50%;
    clear: right;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 0;
    clear: none;
  }
  .tx-powermail .col50_hideLabel:nth-of-type(odd) {
    width: 50%;
    clear: right;
    float: right;
    padding-left: 15px;
    padding-right: 15px;
    padding-right: 0;
  }
}
.tx-powermail .radio {
  display: inline-block;
  float: left;
  margin-right: 20px;
  margin-top: 3px;
}
.tx-powermail textarea {
  margin-top: 10px;
  min-height: 160px;
}
.tx-powermail input[type=checkbox],
.tx-powermail input[type=radio] {
  width: auto;
  float: left;
  margin-right: 0.75em;
  background: transparent;
  border: none;
}
.tx-powermail input[type=checkbox]:checked,
.tx-powermail input[type=checkbox]:not(:checked),
.tx-powermail input[type=radio]:checked,
.tx-powermail input[type=radio]:not(:checked) {
  background: transparent;
  position: relative;
  visibility: hidden;
  margin: 0;
  padding: 0;
  margin-left: -16px;
}
.tx-powermail input[type=checkbox] + label,
.tx-powermail input[type=radio] + label,
.tx-powermail input[type=radio] + label {
  padding-left: 40px;
  line-height: 40px;
}
.tx-powermail input[type=checkbox]:checked + label::before,
.tx-powermail input[type=checkbox]:not(:checked) + label::before,
.tx-powermail input[type=radio]:checked + label::before,
.tx-powermail input[type=radio]:not(:checked) + label::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 14px;
  border: 1px solid #666666;
  background: white;
  position: absolute;
  left: 0px;
  top: 0;
}
.tx-powermail input[type=radio]:hover + label::before,
.tx-powermail input[type=checkbox]:hover + label::before {
  background: #ccc;
}
.tx-powermail input[type=radio]:checked + label::before,
.tx-powermail input[type=checkbox]:checked + label:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDEyIDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjY5NiAxLjM3TDQuNCA4LjdoLS4wMDVjLS4wOTMuMDkzLS4zNDQuMy0uNjM0LjMtLjIwNyAwLS40NDItLjExNS0uNjM4LS4zMTFMLjA2NSA1LjYzM2EuMjE3LjIxNyAwIDAgMSAwLS4zMTJsLjk3Mi0uOTcxYS4yMTYuMjE2IDAgMCAxIC4xNTMtLjA2NmMuMDU0IDAgLjEwOS4wMjIuMTUzLjA2NmwyLjQyMyAyLjQyM0wxMC40MjQuMDY1QS4yMTYuMjE2IDAgMCAxIDEwLjU3NyAwYy4wNiAwIC4xMTUuMDIyLjE1My4wNjVsLjk1NS45ODhjLjA5OS4wOTMuMDk5LjIzLjAxMS4zMTd6IiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  content: "";
  display: block;
}
.tx-powermail input.btn-link-tw[type=submit] {
  background-color: #666;
  display: block;
  margin: 0 auto;
  width: auto;
}
.tx-powermail input.btn-link-tw[type=submit]:hover {
  color: #ffffff !important;
}
.tx-powermail .powermail_field_error_container {
  clear: both;
}
.tx-powermail .powermail_field_error_container_datenschutzerklaerung .parsley-errors-list.filled {
  display: block;
}
.tx-powermail .powermail_field_error_container_datenschutzerklaerung .parsley-errors-list.filled li {
  color: red;
}
.tx-powermail .powermail_fieldwrap_checkboxeinwilligung > label {
  display: none;
}
.tx-powermail select::-ms-expand {
  display: none;
}
.tx-powermail .select-style {
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
  z-index: 3;
  border-color: #ececec;
  background-color: #f5f9fb;
  color: #000000;
  outline: none;
  /*the select field*/
}
.tx-powermail .select-style:before {
  position: absolute;
  right: 10px;
  top: 12px;
  display: block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDkgMTUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYuMDMxIDcuNUwuMzU3IDEzLjE3Yy0uNDIuNDItLjQyIDEuMDk4IDAgMS41MTMuNDIuNDIgMS4wOTguNDE1IDEuNTE4IDBsNi40MjktNi40MjRhMS4wNyAxLjA3IDAgMCAwIC4wMy0xLjQ3OEwxLjg4LjMxM0ExLjA3MSAxLjA3MSAwIDAgMCAxLjEyMSAwQy44NDggMCAuNTcuMTAzLjM2LjMxM2MtLjQxOS40Mi0uNDE5IDEuMDk4IDAgMS41MTNMNi4wMzIgNy41eiIgZmlsbD0iIzAwMCIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9zdmc+);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px 20px;
  content: "";
  height: 30px;
  width: 30px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tx-powermail .select-style select {
  width: 100%;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  position: relative;
  z-index: 4;
}
.tx-powermail input[type=text], .tx-powermail input[type=password], .tx-powermail input[type=date], .tx-powermail [type=email], .tx-powermail select, .tx-powermail textarea {
  border-color: #ececec;
  background-color: #f5f9fb;
  color: #4D4D4D;
  outline: none;
}
.tx-powermail input[type=text].parsley-error, .tx-powermail input[type=password].parsley-error, .tx-powermail input[type=date].parsley-error, .tx-powermail [type=email].parsley-error, .tx-powermail select.parsley-error, .tx-powermail textarea.parsley-error {
  border-color: #d10a10;
}
.tx-powermail input[type=text].parsley-error:focus, .tx-powermail input[type=password].parsley-error:focus, .tx-powermail input[type=date].parsley-error:focus, .tx-powermail [type=email].parsley-error:focus, .tx-powermail select.parsley-error:focus, .tx-powermail textarea.parsley-error:focus {
  border-color: #d10a10;
}
.tx-powermail input[type=text]:focus, .tx-powermail input[type=password]:focus, .tx-powermail input[type=date]:focus, .tx-powermail [type=email]:focus, .tx-powermail select:focus, .tx-powermail textarea:focus {
  border-color: #ececec;
  background-color: #f5f9fb;
  color: #4D4D4D;
  outline: none;
}
@media screen and (max-width: 1200px) {
  .tx-powermail .powermail_fieldset_1, .tx-powermail .powermail_fieldset_2, .tx-powermail .powermail_fieldset_3, .tx-powermail .powermail_fieldset_4 {
    width: 95%;
  }
}
@media screen and (max-width: 680px) {
  .tx-powermail .powermail_fieldset_1, .tx-powermail .powermail_fieldset_2, .tx-powermail .powermail_fieldset_3, .tx-powermail .powermail_fieldset_4 {
    width: 95%;
    margin: 0 auto;
  }
}
.tx-powermail .powermail_fieldwrap_type_select, .tx-powermail .powermail_fieldwrap_type_input {
  display: inline-block;
  width: 32%;
  margin-right: 1%;
}
@media screen and (max-width: 680px) {
  .tx-powermail .powermail_fieldwrap_type_select, .tx-powermail .powermail_fieldwrap_type_input {
    display: block;
    width: 100%;
    margin-right: auto;
  }
}
.tx-powermail .powermail_fieldwrap_type_textarea {
  width: 98%;
}
@media screen and (max-width: 680px) {
  .tx-powermail .powermail_fieldwrap_type_textarea {
    width: 100%;
  }
}
.tx-powermail .powermail_fieldwrap_type_submit {
  margin-bottom: 50px;
}
.tx-powermail .powermail_fieldwrap_type_submit input[type=submit] {
  margin: 0;
  background-color: #d10a10;
  color: #ffffff;
  border-color: #b00800;
}
.tx-powermail .powermail_fieldwrap_type_submit input[type=submit]:hover {
  background-color: #b01119;
  border-color: #900007;
}
.tx-powermail .powermail_fieldwrap_anrede ul.parsley-errors-list {
  background: #fff;
  padding-top: 14px;
}
.tx-powermail .powermail_fieldwrap_datenschutzerklaerung > label {
  display: none;
}
.tx-powermail .powermail_fieldwrap_datenschutzerklaerung a {
  color: #d10a10;
  text-decoration: none;
}
.tx-powermail .powermail_fieldwrap_datenschutzerklaerung a:hover {
  color: #b01119;
  text-decoration: underline;
}
.tx-powermail .powermail_fieldwrap span.mandatory {
  color: #d10a10;
}
.tx-powermail .parsley-errors-list {
  display: none;
}

/* stylelint-disable */
@media print {
  @page {
    margin: 2cm;
  }
  body {
    font-size: 13pt;
    line-height: 1.3;
    background: #ffffff !important;
    color: #000000;
  }
  h1 {
    font-size: 24pt;
  }
  h2,
  h3,
  .tx-powermail legend,
  h4 {
    font-size: 14pt;
    margin-top: 25px;
  }
  a {
    page-break-inside: avoid;
  }
  blockquote {
    page-break-inside: avoid;
  }
  h1,
  h2,
  h3,
  .tx-powermail legend,
  h4,
  h5,
  h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  img {
    page-break-inside: avoid;
    page-break-after: avoid;
  }
  table,
  pre {
    page-break-inside: avoid;
  }
  ul,
  ol,
  dl {
    page-break-before: avoid;
  }
  a {
    background: transparent;
    color: #552200;
    font-weight: bold;
    text-decoration: underline;
    text-align: left;
  }
  a[href^=http]:after {
    content: " <" attr(href) "> ";
  }
  a:after > img {
    content: "";
  }
  article a[href^="#"]:after {
    content: "";
  }
  a:not(:local-link):after {
    content: " <" attr(href) "> ";
  }
  .entry iframe,
  ins {
    display: none;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    line-height: 0pt !important;
    white-space: nowrap;
  }
  .embed-youtube,
  .embed-responsive {
    position: absolute;
    height: 0;
    overflow: hidden;
  }
  p,
  address,
  li,
  dt,
  dd,
  blockquote {
    font-size: 100%;
  }
  code,
  pre {
    font-family: "Courier New", Courier, mono;
  }
  ul,
  ol {
    list-style: square;
    margin-left: 18pt;
    margin-bottom: 20pt;
  }
  li {
    line-height: 1.6em;
  }
}
* {
  font-size: 12px !important;
  color: #000 !important;
}

header,
.nav-search-container,
.mobile-navigation,
footer,
.content-intro-image,
.video-box,
.shariff-wrapper,
.breadcrumb,
.newsletter-signup,
.banner-small,
#cookieMessage {
  display: none !important;
}

a,
a:visited {
  text-decoration: underline;
}

a[href]:after {
  content: " (https://www.rail-ps.com" attr(href) ")";
}

a[href^="#"]:after,
a[href^="javascript:"]:after {
  content: "";
}

tr,
img {
  page-break-inside: avoid;
}

img {
  max-width: 100% !important;
}

h2,
h3,
.tx-powermail legend {
  page-break-after: avoid;
}

.tx-concludis .joblist {
  border: none;
}
.tx-concludis .joblist .jobtitle {
  line-height: 20px;
  text-align: left;
  vertical-align: middle;
  padding: 0;
  padding-left: 0;
}
.tx-concludis .city {
  display: table-cell;
  width: 20%;
  line-height: 20px;
  padding: 0;
}
.tx-concludis .job a[href]:after {
  display: none;
}
.tx-concludis .job .animatedParent > div {
  opacity: 1 !important;
  animation-duration: 0s !important;
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
}
.tx-concludis .job .container {
  margin-top: 0;
}
.tx-concludis .job .container ul {
  padding: 5px 30px !important;
  margin: 0px 0 0 20px !important;
}
.tx-concludis .job .container h3, .tx-concludis .job .container .tx-powermail legend, .tx-powermail .tx-concludis .job .container legend {
  padding: 10px 0px !important;
}
.tx-concludis .job .container > div {
  padding: 0 !important;
}
.tx-concludis .job .container.ptask, .tx-concludis .job .container.pquali, .tx-concludis .job .container.pfeature, .tx-concludis .job .container.pclosing {
  border: none;
  width: 100%;
}
.tx-concludis .job .container.ptask h3, .tx-concludis .job .container.ptask .tx-powermail legend, .tx-powermail .tx-concludis .job .container.ptask legend, .tx-concludis .job .container.pquali h3, .tx-concludis .job .container.pquali .tx-powermail legend, .tx-powermail .tx-concludis .job .container.pquali legend, .tx-concludis .job .container.pfeature h3, .tx-concludis .job .container.pfeature .tx-powermail legend, .tx-powermail .tx-concludis .job .container.pfeature legend, .tx-concludis .job .container.pclosing h3, .tx-concludis .job .container.pclosing .tx-powermail legend, .tx-powermail .tx-concludis .job .container.pclosing legend {
  position: inherit;
  margin: auto;
  padding: auto;
}
.tx-concludis .job .container.papply, .tx-concludis .job .container.pback {
  display: none;
}

.print-only {
  display: block;
}
.print-only a {
  text-decoration: none;
}
.print-only a[href]:after {
  content: none !important;
}

@page {
  margin-top: 60px;
  margin-bottom: 60px;
}
@page :footer {
  display: none;
}
@page :header {
  display: none;
}

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