/** main.css overrides **/

body {font-family: TTNorms, sans-serif}

html.iframed body {
  background-color: #fff;
  padding-top: 0px;
}
.channelizable table th,
.channelizable table td,
.mfp-content table th,
.mfp-content table td {
  border: none;
}

/******* special font definition ************/
@font-face {
font-family: "Hand30DB25";
  src: url("/fonts/30DB25_0_0.eot");
  src: url("/fonts/30DB25_0_0.eot?#iefix") format("eot"),
  url("/fonts/30DB25_0_0.woff") format("woff"),
  url("/fonts/30DB25_0_0.woff2") format("woff2"),
  url("/fonts/30DB25_0_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.signatureFB {
  font-family: 'Hand30DB25';
  font-size: 22px;
  padding-top: 20px;
}

div.cupoRegistration {
  margin-left: 125px;
}

@media only screen and (max-width: 47.8125em) {
    div.cupoRegistration {
        margin-left: 0;
    }
}

div.cupoRegistration .input_row {
  text-align: left;
}

div.cupoRegistration.tvo .help {
  float: none;
  position: relative;
  top: 8px;
}

div.cupoRegistration.tvo input:not([type=checkbox]) {
    min-width: 270px !important;
}

div.cupoRegistration .crd_input {
  width: auto;
}

ul.advantages {
  list-style-type: none;
  margin: 20px 0;
}

#dynAftersend ul.advantages img {
  margin: 0 10px 0 0;
  width: 20px;
}

span[id*=pwdHint] {
  display: none;
}

span[id*=pwdHint] img {
  width: 20px;
  position: relative;
  top: -2px;
}

/********************************************************
****************** Zeilen und Spalten *******************
********************************************************/

table.crd_tab td {
  padding: 2px 5px;
}

table.crd_tab td.sum, table.crd_tab td mid_sum, table.crd_tab td.section, table.crd_tab td.section_mid {
  font-weight: bold;
}

.button-round.back::after, .button-round.back:hover::after {
  background-image: none;
  content: none;
  width: 0px;
  height: 0px;
}

.button-round.back::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 14px;
  margin-bottom: -.125em;
  background: url("img/b2c_rl/form_arrow.png") top left no-repeat;
  background-size: contain;
}

.button-round.back:hover::before {
  background: url("img/b2c_rl/form_arrow_hover.png") top left no-repeat;
  background-size: contain;
}

/***** Desktop + Channelized + Embedded *****/
div.dynIhypWeb {
  overflow: hidden;
  padding: 0 15px 0 15px;
}

@media only screen and (max-width:47.8125em) {
  div.dynIhypWeb {
    padding: 0;
  }
}

div.channelizable {
  padding-left: 15px;
}

.main.application div.channelizable {
  padding-left: 0;
  margin-top: 30px;
}

div.dynIhypWeb, div.channelizable:after {
    content: '';
    display: block;
    clear: both;
}

div.section, div.subSection {
  width: 610px;
  font-family: TTNorms, sans-serif;
  font-size: 21px;
  font-size: 1.313rem;
  padding: 30px 0 20px 0;
  padding: 1.875rem 0 1.250rem 0;
  overflow: hidden;
}

div.section_mid.columns_3 {
  font-size: 19px;
  font-size: 1.188rem;
}

div.subSection {
  text-transform: none;
}

div.section > .columns_3 {
  text-transform: none;
}

div.section > .section {
  width: 100%;
  padding: 0;
}

div.section_label, div.section_mid, div.section > label.crd_label {
  float: left;
}

.input_row, .toggle_row {
  overflow: hidden;
  width: 100%;
  font-family: TTNorms, sans-serif;
  font-size: 16px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
}

.section > div,
.input_row > label, .input_row > div {
  min-height: 1px;
}

.input_row a.button-primary, .toggle_row a.button-primary {
  font-size: 18px;
  font-size: 1.18rem;
  line-height: 1.6;
}

.toggle_row {
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 0.875rem;
}

.input_row.calchint, .input_row.error_msg, .crd_input.validatorMsg {
  padding: 0 0 20px 0;
  padding-bottom: 0 0 1.250rem 1.250rem;
  font-family: TTNorms, sans-serif;
  line-height: 1.6;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
}

.input_row.calchint:before, .error_msg:before, .crd_input.validatorMsg:before {
  background-image: url("img/b2c_rl/form_sprite.png");
  background-repeat: no-repeat;
  background-position: -8px -525px;
  width: 27px;
  height: 27px;
  position: relative;
  top: 7px;
  margin: 0 5px 0 5px;
  display: inline-block;
  content: "";
}

.error_msg, .crd_input.validatorMsg {
  font-style: normal;
  color: red;
  font-weight: bold;
}

div.crd_input.validatorMsg {
  width: 100%;
}

div.channelizable.dynAppResponsive div.crd_input.validatorMsg {
  width: 100%;
}

.input_row label, div.crd_label, label.crd_end, .toggle_row a, div.crd_result, .section > label {
  width: 254px;
  min-height: 15px;
  display: inline-block;
  margin-right: 20px;
  float: left;
  line-height: 18px;
  line-height: 1.125rem;
  padding: 5px 0 5px 0;
  padding: .313rem 0 .313rem 0;
  text-align: left;
}

.input_row.smallContact {
  width: 50%;
}

.input_row.smallContact label, .input_row.smallContactFull label {
  display: none;
}

div.crd_result span.value.calcFieldValue {
  width: auto !important;
}

a:focus {
  outline: none;
}

.toggle_row a {
  width: auto;
}

div.mid_sum label.crd_label {
  font-family: TTNorms, sans-serif;
  font-weight: bold;
}

.input_row input + label {
  float: left;
  width: auto;
}

label.crd_right > input + label {
  float: none;
}

div.crd_input, div.crd_end, div.crd_result, div.crd_endright {
  display: inline-block;
  float: left;
  width: 270px;
  margin-right: 20px;
}

div#appAcceptTab label {
  display: inline;
  margin: 0px;
  padding: 0px;
}

div.crd_result, div.crd_endright {
  text-align: right;
}

div.crd_input, div.crd_result {
  margin-bottom: 20px;
  margin-bottom: 1.250rem;
}

div.crd_end, div.crd_endright {
  text-align: right;
  margin-right: 0px;
  width: 316px;
  max-width: 100%
}

span.crd_mobile_displayed {
  display: none;
}

div.help, div.help.columns_3, div.help.columns_4, div.help.columns_5 {
  display: inline-block;
  float: left;
  width: 27px;
  padding-top: 1px;
  margin-right: 0px;
}

#ndlSelector #autocomplete {
  width: 260px !important;
}

.dynIhypWeb #location_detail {
  padding: 5.1em 0 0 0;
  float: left;
}

html.iframed .dynIhypWeb #map {
  height: 630px;
  width: 420px;
  float: left;
}

.dynIhypWeb div#inputCell_autocomplete {
  width: 100%;
}

html.iframed .dynIhypWeb #location_detail {
  padding: 0 0 0 1em;
}

/* only cellphone */
@media only screen and (max-width:47.8125em) {
  .dynIhypWeb #map {
    width: 100%;
    height: 500px;
    float: left;
    display: block;
  }

  html.iframed .dynIhypWeb #map {
    width: 100%;
  }

 .dynIhypWeb #location_detail {
    padding: 1em 0 0 0;
    width: 100%;
  }

  html.iframed .dynIhypWeb #location_detail {
      padding: 1em 0 0 0;
      width: 100%;
    }
}

/* only tablet and desktop */
@media only screen and (min-width:47.8125em) {
  #ndlSelector .ndl_item {
    max-width: 300px;
  }
}

/* TODO */
label.columns_3, div.columns_3 {
  width: 171px;
}

section.col-main label.columns_3, section.col-main div.columns_3 {
  width: 171px;
}

section.col-main div.columns_3.help {
  width: 26px;
}

.columns_3 input + label {
  margin-right: 10px;
}


div.columns_3,
div.columns_4,
div.section_label.columns_3 + div.columns_3,
div.section_label.columns_4 + div.columns_4 {
  margin-right: 10px;
}

div.section_label.columns_3,
div.section_label.columns_4 {
  margin-right: 20px;
}
div.section_mid.columns_4 + div.section_mid.columns_4 {
  margin-right: 20px;
  padding-left: 0;
}

div.columns_3 + div.columns_3 {
  margin-right: 20px;
}

div.columns_3.crd_input {
  text-align: right !important;
}
div.columns_3.section_mid,
div.columns_4.section_mid,
div.columns_5.section_mid {
  text-align: right;
}

label.columns_4, .columns_4 {
  width: 171px;
}

div.section_mid.columns_4 + div.section_mid.columns_4 + div.section_mid.columns_4 {
  width: 26px;
}

label.columns_5, .columns_5, .crd_input.columns_5, .crd_result.columns_5 {
  width: 118px;
  margin-left: 0;
  margin-right: 0;
}

.crd_result.columns_5 + .help {
  width: 118px;
}

div.columns_3 + div.columns_3.help,
div.columns_4 + div.columns_4.help,
div.columns_5 + div.columns_5.help {
  margin-right: 0px;
}

.creditResultForm .crd_result.columns_5 + .help .icoHelp {
  margin-left: auto;
  margin-right: auto;
}

.creditResultForm .section_mid.columns_5 {
  text-align: center;
}


/* End TODO */

div.crd_right {
  text-align: right;
}

div.crd_label > label {
  margin-right: 0px;
}

.crd_onlymobile_displayed {
  display: none;
}

.crd_input span.crcy + span.rate  input[type=text] {
  padding: 0.25rem 0 0.25rem 0.2rem;
}

/* only cellphone */
@media only screen and (max-width:47.8125em) {
  div.section, .input_row label, div.crd_label, div.crd_input, .input_row, div.crd_end, .toggle_row {
    width: 100% !important;
  }

  div.crd_input, div.crd_result {
    width: 85% !important;
    margin-right: 10px !important;
  }

  .crd_payback > label {
    width: 180px !important;
  }

  .toggle_row a {
    width: auto !important;
  }

  div.help {
    float: right;
    margin: 0 !important;
  }

  div.channelizable {
    padding-left: 0px;
  }

  .crd_onlymobile_displayed,
  span.crd_mobile_displayed {
    font-size: 0.875rem;
    display: block !important;;
  }

  .crd_mobile_hidden {
    display: none !important;
  }

  html.iframed .crd_onlymobile_displayed,
  html.iframed span.crd_mobile_displayed {
    display: none !important;;
  }
}

/******************* Input **********************/

.input_row input:not([type=checkbox]),
.input_row input[type=text],
.input_row input[type=password],
.input_row input[type=date],
.input_row input[type=datetime],
.input_row input[type=datetime-local],
.input_row input[type=month],
.input_row input[type=week],
.input_row input[type=email],
.input_row input[type=number],
.input_row input[type=search],
.input_row input[type=tel],
.input_row input[type=time],
.input_row input[type=url]{
  padding: 4px 0 4px 7px;
  padding: .25rem 0 .25rem .5rem;
  color:#777;
  height: 29px;
  height: 1.813rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-size: 14px;
  font-size: 0.875rem;
  width: 160px !important;
  min-width: 160px !important;
}

input[type=text][disabled],
input[type=password][disabled],
input[type=date][disabled],
input[type=datetime][disabled],
input[type=datetime-local][disabled],
input[type=month][disabled],
input[type=week][disabled],
input[type=email][disabled],
input[type=number][disabled],
input[type=search][disabled],
input[type=tel][disabled],
input[type=time][disabled],
input[type=url][disabled],
textarea[disabled],
select[disabled] {
  background: #f0f0f0;
  text-shadow: 1px 1px 0 #fff;
}

.columns_3 input,
.columns_3 input[type=text],
.columns_3 input[type=password],
.columns_3 input[type=date],
.columns_3 input[type=datetime],
.columns_3 input[type=datetime-local],
.columns_3 input[type=month],
.columns_3 input[type=week],
.columns_3 input[type=email],
.columns_3 input[type=number],
.columns_3 input[type=search],
.columns_3 input[type=tel],
.columns_3 input[type=time],
.columns_3 input[type=url],
.columns_3 select {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
}

span.crcy + span.rate input, .input_row span.plz input[type=text] {
  width: 72px !important;
  min-width: 72px !important;
}

.input_row span.plz input {
  margin-right: 3px;
  margin-bottom: 5px;
}

.input_row span.plz + span.input input {
  width: 190px !important;
  min-width: 190px !important;
}

span.input + br + span.input input {
  margin-top: 3px;
}

.input_row input[type=radio] {
  width: auto !important;
  min-width: auto !important;
  display: none;
}

.input_row input[type=radio] + label {
  padding-left: 36px;
}

.input_row input[type=radio]:checked + label {
  padding-left: 36px;
}

.input_row input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
  margin: 0 5px 0 0;
  width: auto !important;
  min-width: auto !important;
  height: auto;
}

input::-ms-clear {
  display: none;
}

.input_row span.select {
  background: #fff;
  border: 1px solid #ccc;
  border-top-color: #999;
  border-left-color: #999;
  color: #777;
  font-size: 14px;
  font-size: 0.875rem;
  height: 29px;
  height: 1.813rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  line-height: 18px;
  line-height: 1.125rem;
  position: relative;
  display: inline-block;
  width: 160px !important;
}

div[id$=".venture"] span.select,
div[id$=".reason"] span.select {
  width: 100% !important;
}

.input_row span.select:after {
  clear: both;
}

.input_row span.select span {
  display: block;
  width: 100%;
  white-space:nowrap;
  padding: 4px 0 4px 7px;
  padding: .25rem 2rem .25rem .43rem;
  line-height: 20px;
  line-height: 1.25rem;
  height: 30px;
}

.input_row span.select.focus {
  border: 1px solid #ee7900 !important;
}

.input_row span.select i {
  content: "";
  z-index: 10;
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  height: 30px;
  width: 30px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: -8px -71px;
}

.input_row span.select select {
  border: none;
  padding: 4px 0 4px 0;
  padding: .25rem 0 .25rem 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 21;
  border: none;
  background: transparent;
  width: 100% !important;
}

textarea {
  width: 100% !important;
  min-width: 100% !important;
}

.crd_periodical span.input + span.select select,
.crd_periodical span.input + span.select {
  width: 100px !important;
  min-width: 100px !important;
}

.crd_periodical.columns_3 span.input + span.select select,
.crd_periodical.columns_3 span.input + span.select {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  margin-top: 3px;
}

.crd_periodical span.input + span.select,
.crd_periodical.columns_3 span.input + span.select,
.crd_input span.input + span.rate {
  float: right;
}

/* only cellphone */
@media only screen and (max-width:47.8125em) {
  .crd_periodical span.input + span.select,
  .crd_periodical.columns_3 span.input + span.select,
  .crd_input span.input + span.rate {
    float: none;
  }
}

.calcFieldValue {
  text-align: right;
  min-width: 86px;
  /*white-space: nowrap;*/
  /*padding: .2rem .4rem;
  background-color: #f8f8f8;
  border: 1px solid #efefef;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;*/
}

.calcFieldUnit {
  display: inline !important;
}

.request input[type=text],
.request input[type=password],
.request input[type=date],
.request input[type=datetime],
.request input[type=datetime-local],
.request input[type=month],
.request input[type=week],
.request input[type=email],
.request input[type=number],
.request input[type=search],
.request input[type=tel],
.request input[type=time],
.request input[type=url] {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
}

.paRadioButtonSpan {
  display: block;
  margin-top: 3px;
}

.input_row textarea {
  min-height: 160px !important;
  min-width: 160px !important;
  width: 100% !important;
  max-width: 265px !important;
}

/* only cellphone */
@media only screen and (max-width:47.8125em) {
  .input_row input[type=text],
  .input_row input[type=password],
  .input_row input[type=date],
  .input_row input[type=datetime],
  .input_row input[type=datetime-local],
  .input_row input[type=month],
  .input_row input[type=week],
  .input_row input[type=email],
  .input_row input[type=number],
  .input_row input[type=search],
  .input_row input[type=tel],
  .input_row input[type=time],
  .input_row input[type=url],
  .input_row span.select
  .input_row span.input + span.select select,
  .columns_3.crd_periodical span.input + span.select select {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }

  .input_row textarea {
    min-height: 120px !important;
    min-width: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .input_row span.input + span.select select {
    margin-top: 3px;
  }

  .crd_input input[type=radio] + label {
    width: auto !important;
    min-width: auto !important;
    max-width: auto;
  }
}

/** GRID tablet ***/

/* only tablet */
@media only screen and (min-width:47.8125em) and (max-width:61.875em) {

  .col-main, .col-secondary {
    width: 100%;
    max-width: 100%;
    float: left;
  }

  label.crd_label, label.crd_end {
    width: 40%;
  }

  div.crd_input, div.crd_end, div.crd_result, div.crd_endright {
    width: 50%;
  }

  div.channelizable.dynAppResponsive div.crd_endright,
  div.channelizable.dynAppResponsive label.crd_end {
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 0px;
  }

  div.channelizable.dynAppResponsive div.crd_endright {
    width: 60%;
  }
  div#dynDetail.notSingle div.section_mid,
  div#dynDetail.notSingle div.crd_input {
    width: 23%;
  }
  div#dynDetail.notSingle div.crd_input.columns_1 {
    width: 23%;
  }
  .input_row input,
  .input_row input[type=text],
  .input_row input[type=password],
  .input_row input[type=date],
  .input_row input[type=datetime],
  .input_row input[type=datetime-local],
  .input_row input[type=month],
  .input_row input[type=week],
  .input_row input[type=email],
  .input_row input[type=number],
  .input_row input[type=search],
  .input_row input[type=tel],
  .input_row input[type=time],
  .input_row input[type=url],
  .input_row select {
    width: 100% !important;
    max-width: 70% !important;
  }

} /*@media only screen and (min-width:47.8125em) and (max-width:61.875em)*/

.col-main.revertFloat {
  float: left;
}

.col-secondary.revertFloat {
  float: right;
}

.chart-container{
  position: relative;
  width: 540px;
  height: 450px;
}

@media only screen and (max-width:61.8125em) {
  .chart-container{
    width: 100%;
    height: auto
  }
}

.chart-container.loading .chart-image, .chart-container.loading + .chart-info{
  opacity: 0.5
}

.chart-container.loading .chart-loader{
  z-index: 1
}

.chart-image{
  position: relative;
}

.chart-loader{
  position: absolute;
  z-index: -1;
  left: 45%;
  top: 50%;
  width: auto !important;
  height: auto !important
}
/** Volltilgungsrechner **/

div.columns_3 input#tr\.repayYearsRep {
  width: 100px !important;
  max-width: 100px !important;
  min-width: 100px !important
}

div.columns_3 input[id^="tr.repays["][id$="].amount"]{
  width: 130px !important;
  max-width: 130px !important;
  min-width: 130px !important
}

/** Tilgunsrechner **/
div.columns_3 input[id^="rs.segments["] {
  width: 120px !important;
  max-width: 120px !important;
  min-width: 120px !important
}

div.columns_3 input[id^="rs.segments["][id$="].repayYearsRep"] {
  width: 80px !important;
  max-width: 80px !important;
  min-width: 80px !important
}

div[id^="inputCell_rs.segments["][id$="].repayYearsRep"] span:nth-child(2) {
 width: 60px !important;
}

div.columns_3 input[id^="rs.segments["][id$="].repayDateRep"],
div.columns_3 input[id^="rs.segments["][id$="].date"] {
  width: 120px !important;
  max-width: 120px !important;
  min-width: 120px !important
}

/** Budgetrechner **/
div#inputCell_br\.rateExpenses span.input,
div#inputCell_br\.rateExpenses .icoCalc {
  float: left;
}

div#inputCell_br\.rateExpenses .icoCalc {
  margin-left: 5px;
}

/******************* Icons **********************/
.listlink {
  font-family: TTNorms, sans-serif;
  position: relative;
  padding-left: 13px;
  line-height: 1.3;
  margin-bottom: .375em;
  font-size: 1.08rem;
  text-decoration: none;
}

.listlink:before {
  content: "";
  background-position: 0 -360px;
  background: url(/interhyp-assets/images/icons/button-chevron-svg.svg) 0 5px no-repeat, none;
  background-size: 8px;
  display: block;
  width: 8px;
  height: 20px;
  position: absolute;
  left: 0;
}

.togglelink,
.toggle_row a.togglelink,
.togglelink.down,
.toggle_row a.togglelink.down{
  padding-left: 30px;
}

.icoHelp,
.icoCalc {
  width: 27px;
  height: 27px;
  display: block;
}

.togglelink,
.toggle_row a.togglelink,
.togglelink.down,
.toggle_row a.togglelink.down,
.input_row input[type=radio] + label,
.icoHelp, .icoCalc,
span.crcy input,
span.rate input,
span.date input,
span.month input,
span.year input,
span.square input,
.input_row span.select i {
  background-image: url("img/b2c_rl/form_sprite.png");
  background-repeat: no-repeat;
}

.input_row input[type=radio]:checked + label,
span.crcy input:focus,
span.rate input:focus,
span.date input:focus,
span.month input:focus,
span.year input:focus,
span.square input:focus{
  background-image: url("img/b2c_rl/form_sprite.png");
  background-repeat: no-repeat;
}

.icoHelp{
  background-position: -8px -245px;
}

.icoHelp:hover{
  background-position: -8px -280px;
}

.icoCalc {
  background-position: -8px -455px;
}

.icoCalc:hover {
  background-position: -8px -490px;
}

.togglelink,
.toggle_row a.togglelink {
  background-position: -8px -315px;
}

.togglelink:hover,
.toggle_row a.togglelink:hover {
  background-position: -8px -350px;
}

.togglelink.down,
.toggle_row a.togglelink.down {
  background-position: -8px -385px;
}

.togglelink.down:hover,
.toggle_row a.togglelink.down:hover {
  background-position: -8px -420px;
}

.input_row input[type=radio] + label {
  background-position: -6px -595px;
}

.input_row input[type=radio]:checked + label {
  background-position: -6px -630px;
}

span.crcy input, span.crcy input:focus {
  background-position: right -1px;
}

span.rate input, span.rate input:focus {
  background-position: right -141px;
}

span.date input, span.date input:focus {
  background-position: right -36px;
}

span.month input, span.month input:focus {
  background-position: right -210px;
}

span.year input, span.year input:focus {
  background-position: right -175px;
}

span.square input, span.square input:focus {
  background-position: right -106px;
}

span.select select {
  padding: 0px;
}

span.select {
   overflow: hidden;
   background-position: right -70px;
   }

@media only screen and (-webkit-min-device-pixel-ratio: 2),
       only screen and (-moz-min-device-pixel-ratio: 2),
       only screen and (-o-min-device-pixel-ratio: 2/1),
       only screen and (min-device-pixel-ratio: 2),
       only screen and (min-resolution: 2dppx) {

      .togglelink,
      .toggle_row a.togglelink,
      .togglelink.down,
      .toggle_row a.togglelink.down,
      .input_row input[type=radio] + label,
      .input_row input[type=radio]:checked + label,
      .icoHelp, .icoCalc,
      span.crcy input, span.crcy input:focus,
      span.rate input, span.rate input:focus,
      span.date input, span.date input:focus,
      .input_row span.select i {
        background-image: url("img/b2c_rl/form_sprite_2x.png");
        background-repeat: no-repeat;
        background-size: 38px 675px;
      }

} /* @media only [...] */

span.crcy input:focus,
span.rate input:focus,
span.date input:focus {
  background-color: #fafafa;
}


.highslide-html-content {
  display: none;
}

/******************** Buttons *********************/


/******************** Errors **********************/

.errorNeutralName label {
  color: red;
  font-weight: bold;
}

.errorNeutralName input, .errorNeutralName select, span.select.errorNeutralName {
  border: 1px solid red;
  color: red;
}

.cupoRegistrationForm .errorNeutralName input, .cupoRegistrationForm .errorNeutralName select {
  color: red !important;
  font-weight: bold !important;
}

/************** privacy and dataprotectionregulation *********************/

div.dataprotectionregulation {
  padding-bottom: 1em;
}

/************** dynApp (online antrag) *********************/

div.channelizable.dynAppResponsive .input_row input,
div.channelizable.dynAppResponsive .input_row input[type=text],
div.channelizable.dynAppResponsive .input_row input[type=password],
div.channelizable.dynAppResponsive .input_row input[type=date],
div.channelizable.dynAppResponsive .input_row input[type=datetime],
div.channelizable.dynAppResponsive .input_row input[type=datetime-local],
div.channelizable.dynAppResponsive .input_row input[type=month],
div.channelizable.dynAppResponsive .input_row input[type=week],
div.channelizable.dynAppResponsive .input_row input[type=email],
div.channelizable.dynAppResponsive .input_row input[type=number],
div.channelizable.dynAppResponsive .input_row input[type=search],
div.channelizable.dynAppResponsive .input_row input[type=tel],
div.channelizable.dynAppResponsive .input_row input[type=time],
div.channelizable.dynAppResponsive .input_row input[type=url],
div.channelizable.dynAppResponsive .input_row span.select {
  width: 100% !important;
  max-width: 265px !important;
}

@media only screen and (max-width:47.8125em) {
  div.channelizable.dynAppResponsive .input_row span.select {
    max-width: 100% !important;
  }
}


div.channelizable.dynAppResponsive label.crd_label.columns_5,
div.channelizable.dynAppResponsive div.crd_input.columns_5 + div.crd_input.columns_5 {
  margin-right: 20px;
}
div.channelizable.dynAppResponsive div.crd_input.columns_5 {
  margin-right: 20px;
}
div.channelizable.dynAppResponsive div.columns_3,
div.channelizable.dynAppResponsive div.section_label.columns_3 + div.columns_3 {
  margin-right: 20px;
}
div.channelizable.dynAppResponsive div.columns_3.crd_input {
  text-align: left !important;
}
div.channelizable.dynAppResponsive div.columns_3.help {
  margin-right: 0px;
}

div.channelizable.dynAppResponsive .input_row span.plz {
  margin-right: 5px;
}
div.channelizable.dynAppResponsive .input_row span.plz input[type=text] {
  width: 63px !important;
  min-width: 63px !important;
}
div.channelizable.dynAppResponsive .input_row span.plz + span.input input[type=text] {
  width: 194px !important;
  min-width: 194px !important;
}
div#dynDetail.notSingle .input_row span.plz + span.input input[type=text] {
  width: 128px !important;
  min-width: 128px !important;
}

/* only tablet */
@media only screen and (min-width:47.8125em) and (max-width:61.875em) {
  div.channelizable.dynAppResponsive .input_row span.plz + span.input input[type=text] {
    width: 194px !important;
    min-width: 194px !important;
  }
  div#dynDetail.notSingle .input_row span.plz + span.input input[type=text] {
    width: 100% !important;
    min-width: 100% !important;
  }
}  /*@media only screen and (min-width:47.8125em) and (max-width:61.875em)*/

div.channelizable.dynAppResponsive .input_row input[type=checkbox] {
  width: auto !important;
  min-width: auto !important;
}

div.channelizable.dynAppResponsive div.section,
div.channelizable.dynAppResponsive div.overview_container {
  width: 100%;
}

div.channelizable.dynAppResponsive div.dynStatus_wrapper {
  margin-right: 15px;
}
div.channelizable.dynAppResponsive div.dynStatus {
  position: relative;
  height: 29px;
  margin-top: 10px;
  width: 100%;
}

div.channelizable.dynAppResponsive div.dynStatus:before {
  content: "";
  display: block;
  border-top: solid 1px #ccc;
  width: 90%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 3%;
  z-index: 1;
}

div.channelizable.dynAppResponsive div.dynStatus:after {
  content: "";
  display: block;
  background: rgb(204,204,204); /* Old browsers */
  background: -moz-linear-gradient(left,  rgba(204,204,204,1) 0%, rgba(153,153,153,1) 12%, rgba(153,153,153,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(204,204,204,1)), color-stop(12%,rgba(153,153,153,1)), color-stop(100%,rgba(153,153,153,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  rgba(204,204,204,1) 0%,rgba(153,153,153,1) 12%,rgba(153,153,153,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  rgba(204,204,204,1) 0%,rgba(153,153,153,1) 12%,rgba(153,153,153,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  rgba(204,204,204,1) 0%,rgba(153,153,153,1) 12%,rgba(153,153,153,1) 100%); /* IE10+ */
  background: linear-gradient(to right,  rgba(204,204,204,1) 0%,rgba(153,153,153,1) 12%,rgba(153,153,153,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#999999',GradientType=1 ); /* IE6-9 */
  height: 1px;
  position: absolute;
  top: 50%;
  right: 3%;
  z-index: 1;
}

div.channelizable.dynAppResponsive div.dynStatus_desc span,
div.channelizable.dynAppResponsive div.dynStatus span {
  background: #fff;
  color: #999;
  display: inline-block;
  font-size: 21px;
  font-size: 1.375rem;
  font-family: TTNorms, sans-serif;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

div.channelizable.dynAppResponsive div.dynStatus span.dynStatus1,
div.channelizable.dynAppResponsive div.dynStatus span.dynStatus2,
div.channelizable.dynAppResponsive div.dynStatus span.dynStatus3 {
  position: absolute;
  z-index: 2;
}
div.channelizable.dynAppResponsive div.dynStatus span.dynStatus1 {
  left: 0px;
}
div.channelizable.dynAppResponsive div.dynStatus span.dynStatus2 {
  left: 50%;
}
@media only screen and (max-width:61.8125em) {
  div.channelizable.dynAppResponsive div.dynStatus span.dynStatus2 {
    left: 47.5%;
  }
}
div.channelizable.dynAppResponsive div.dynStatus span.dynStatus3 {
  right: 0px;
}

div.channelizable.dynAppResponsive div.dynStatus_desc {
  text-align: center;
}

div.channelizable.dynAppResponsive div.dynStatus_desc span.dynStatus1 {
  float: left;
}
div.channelizable.dynAppResponsive div.dynStatus_desc span.dynStatus3 {
  float: right;
}

@media only screen and (max-width:47.8125em) {
  div.channelizable.dynAppResponsive div.dynStatus_desc {
    text-align: left;
  }
  div.channelizable.dynAppResponsive div.dynStatus_desc span.dynStatus_desc_content {
    display: block;
    text-align: left;
  }
  div.channelizable.dynAppResponsive div.dynStatus_desc span.dynStatus1,
  div.channelizable.dynAppResponsive div.dynStatus_desc span.dynStatus3 {
    float: none;
  }
  div.channelizable.dynAppResponsive div.dynStatus_desc .dynStatus_desc_content {
    margin-top: 0.5rem;
  }
  div.channelizable.dynAppResponsive div.dynStatus_desc .dynStatus_desc_content .list-number {
    background: #fff;
    color: #999;
    display: inline-block;
    font-size: 21px;
    font-size: 1.375rem;
    font-family: TTNorms, sans-serif;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    border: 2px solid #999;
    width: 28px;
    height: 28px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    -o-border-radius: 28px;
    border-radius: 28px;
    margin-right: 1rem;
  }
  div.channelizable.dynAppResponsive div.dynStatus_desc .dynStatus_desc_content.active .list-number {
    border-color: #ee7900;
    color: #ee7900;
  }
}

div.channelizable.dynAppResponsive div.dynStatus span {
    border: 2px solid #999;
    width: 28px;
    height: 28px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    -o-border-radius: 28px;
    border-radius: 28px;
}

@media only screen and (min-width:47.8125em) {
    div.channelizable.dynAppResponsive div.dynStatus span {
    margin: 0 5px;
  }
}

div.channelizable.dynAppResponsive div.dynStatus_desc span.active,
div.channelizable.dynAppResponsive div.dynStatus_desc span.active span,
div.channelizable.dynAppResponsive div.dynStatus span.active {
    border-color: #ee7900;
    color: #ee7900;
}
@media only screen and (max-width:47.8125em) {
  div.channelizable.dynAppResponsive div.dynStatus_desc span.hide-on-small,
  div.channelizable.dynAppResponsive div.hide-on-small {
    display: none !important;
  }
}
@media only screen and (min-width:47.8125em) and (max-width:61.8125em) {
  div.channelizable.dynAppResponsive div.dynStatus_desc span.hide-on-medium,
  div.channelizable.dynAppResponsive div.hide-on-medium {
    display: none !important;
  }
}
@media only screen and (min-width:61.875em) {
  div.channelizable.dynAppResponsive div.dynStatus_desc span.hide-on-large,
  div.channelizable.dynAppResponsive div.hide-on-large {
    display: none !important;
  }
}

div.channelizable.dynAppResponsive #dynStatus_1 div.dynStatus:before {
  display: none;
}
div.channelizable.dynAppResponsive #dynStatus_1 div.dynStatus:after {
  width: 95%;
  background: none;
  filter: none;
  background-color: #999999;
}
div.channelizable.dynAppResponsive #dynStatus_2 div.dynStatus:after {
  width: 70%;
}
div.channelizable.dynAppResponsive #dynStatus_2 span.dynStatus1,
div.channelizable.dynAppResponsive #dynStatus_2 span.dynStatus1 span {
  color: #ccc;
  border-color: #ccc;
}
div.channelizable.dynAppResponsive #dynStatus_3 div.dynStatus:after {
  width: 20%;
}
div.channelizable.dynAppResponsive #dynStatus_3 span.dynStatus1,
div.channelizable.dynAppResponsive #dynStatus_3 span.dynStatus2,
div.channelizable.dynAppResponsive #dynStatus_3 span.dynStatus1 span,
div.channelizable.dynAppResponsive #dynStatus_3 span.dynStatus2 span {
  color: #ccc;
  border-color: #ccc;
}

/* showOnHover plugin */
div.showOnHover {
  display: none;
}

div.hoverForHelp .hover_title {
  padding: 0;
  margin-bottom: 10px;
  display: table;
}

div.hoverForHelp .hover_title h3 {
  font-style: normal;
  display: table-cell;
  vertical-align: middle;
  background-image: url("../img/b2c/info.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 38px;
  padding-left: 25px
}

div.hoverForHelp {
  display: none;
  position: absolute;
  z-index: 999;
  overflow: auto;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #ee7900;
  -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, .1);
  box-shadow: 4px 4px 5px rgba(0,0,0,0.1);
}

div.hover-overlay {
  display: none;
  position: absolute;
  z-index: 998;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
}

/* only desktop */
@media only screen and (min-width:61.875em) {

  section:not(.col-main) div.channelizable.dynAppResponsive {
    padding: 0 40px;
  }

  div.channelizable.dynAppResponsive .input_row {
    margin: 0 auto;
  }

  div.channelizable.dynAppResponsive label.crd_label,
  div.channelizable.dynAppResponsive label.crd_end {
    width: 350px;
  }

  div.channelizable.dynAppResponsive div.doubleColumn label.crd_label,
  div.channelizable.dynAppResponsive div.doubleColumn label.crd_end {
    width: 280px;
  }

  div.channelizable.dynAppResponsive div.doubleColumn span.select {
    margin-bottom: 4px;
  }

  div.channelizable.dynAppResponsive div.doubleColumn  div[id="inputCell_cse.mainApplicant.jobStatus"] span.select,
  div.channelizable.dynAppResponsive div.doubleColumn  div[id="inputCell_cse.estate.federalState"] span.select {
    margin-bottom: 5px;
  }

  div.channelizable.dynAppResponsive#dynAftersend label.crd_label,
  div.channelizable.dynAppResponsive#dynAftersend label.crd_end {
    width: 105px;
  }

  div.channelizable.dynAppResponsive div.crd_input {
    width: 400px;
  }

  div.channelizable.dynAppResponsive#dynAftersend div.crd_input {
    width: 645px;
  }

  div.channelizable.dynAppResponsive#dynAftersend .error_msg {
    padding-left: 115px;
    width: 760px !important;
  }

  div.channelizable.dynAppResponsive#dynAftersend div.crd_input.password {
    width: 270px;
    position: relative;
  }

  div#dynDetail.notSingle div.crd_input,
  div#dynDetail.notSingle div.columns_3 {
    width: 200px;
  }

  div#dynDetail.notSingle div[id="inputCell_cse.venture.ventureDesc"] {
    width: 420px;
  }

  div#dynDetail.notSingle div[id="inputCell_cse.venture.ventureDesc"] textarea {
    max-width: 420px !important;
  }

  div#dynDetail div[id="inputCell_cse.venture.ventureDesc"] div {
    width: 264px;
  }
  div#dynDetail.notSingle div[id="inputCell_cse.venture.ventureDesc"] div {
      width: auto;
    }

  div.channelizable.dynAppResponsive div.help,
  div#dynDetail.notSingle div.columns_3.help {
    width: 40px;
  }

  div#dynDetail.notSingle div[id="inputCell_cse.addApplicant.sameHousehold"] {
    margin-left: 220px;
  }

  div.channelizable.dynAppResponsive div.crd_endright {
    width: 450px;
  }

  div.channelizable.dynAppResponsive div.section,
  div.channelizable.dynAppResponsive div.overview_container,
  div.channelizable.dynAppResponsive div.crd_input.full_width{
    width: 100%;
  }

  div.channelizable.dynAppResponsive div.overview_container label.crd_label,
  div.channelizable.dynAppResponsive div.overview_container div.crd_result {
    width: 50% !important;
  }


} /*@media only screen and (min-width:61.875em)*/

div.channelizable.dynAppResponsive div.myOverview_header,
div.channelizable.dynAppResponsive div.overview_container .overview_content {
  width: 48%;
}

@media only screen and (max-width:61.875em) {

  div.channelizable.dynAppResponsive {
    padding: 0 20px;
  }

  div.channelizable.dynAppResponsive div.overview_container .overview_content div.crd_input,
  div.channelizable.dynAppResponsive div.overview_container .overview_content div.crd_result {
    width: 50% !important;
  }
  div.channelizable.dynAppResponsive div.overview_container .overview_content div.crd_result {
    float: right;
    margin-right: 0px !important;
  }

  div#dynDetail.notSingle div[id="inputCell_cse.venture.ventureDesc"] {
    width: 49%;
  }

  div#dynDetail.notSingle div[id="inputCell_cse.venture.ventureDesc"] textarea {
    max-width: 100% !important;
    width: 100% !important;
  }

  div#dynDetail.notSingle div[id="inputCell_cse.addApplicant.sameHousehold"] {
    margin-left: 25%;
  }

  div#dynDetail.notSingle label.crd_label.colspan_2 + div.crd_input {
    width: 50%;
  }

}

@media only screen and (max-width:47.8125em) {
  div.channelizable.dynAppResponsive div.myOverview_header,
  div.channelizable.dynAppResponsive div.overview_container .overview_content {
    width: 100%;
  }
  div.channelizable.dynAppResponsive div.overview_container .input_row label {
    width: 50% !important;
  }
  div.dynAppResponsive.notSingle div.columns_3.help,
  div.dynAppResponsive.notSingle div.columns_5.help {
    padding-top: 18px;
  }
  div.channelizable.dynAppResponsive .input_row span.plz {
    float: left;
    width: 70px;
    min-width: 70px;
  }
  div.channelizable.dynAppResponsive .input_row span.plz + span.input {
    width: 100%;
    min-width: 150px;
  }
  div#dynDetail.notSingle .input_row span.plz + span.input input[type=text],
  div#dynDetail .input_row span.plz + span.input input[type=text] {
    width: 100% !important;
  }
div#dynDetail.notSingle div[id="inputCell_cse.addApplicant.sameHousehold"] {
    margin-left: 0;
  }
}


/************** dynAppFinish *********************/
.overview_container {
  width: 610px;
  margin-bottom: 20px;
  overflow: hidden;
}

.overview_container .input_row {
  width: 100%;
}
.overview_container .input_row label,
.overview_container .input_row div.crd_result {
  width: 50%;
  margin: 0;
  font-size: 1rem;
}

.overview_container .input_row label span{
  max-width: 100%;
  float: left;
  word-wrap: break-word
}

.input_row label.full_width,
.input_row div.full_width,
.row_info label.full_width,
.row_info div.full_width {
  width: 100%;
}

/**************** dynAppAftersend ****************/
.dynFinishInfo .input_row label {
  width: 105px !important;
}
.dynFinishInfo > div > span {
	vertical-align: middle;
	display: block;
	padding-top: 10px;
}

.dynFinishInfo > div > span > span {
	font-weight: bold;
	display: inline;
}

.dynFinishInfo > div {
	clear: both;
	margin: 10px 0 40px;
}

.dynFinishInfo > div.firstElm {
	margin: 10px 0 10px;
}

.dynFinishInfo > div img{
	float: left;
	margin: 0 25px 0 15px;
}

.dynFinishInfo > div.firstElm img {
	margin-bottom: 15px;
}

img.image_right {
  margin-left: 8px;
  display: block;
  float: right;
}

.crd_input.wrap.full_width {
  width: 100% !important;
}

/***************** Placeholder ********************/

input[type=text].placeholder,input[type=password].placeholder,input[type=date].placeholder,input[type=datetime].placeholder,input[type=datetime-local].placeholder,input[type=month].placeholder,input[type=week].placeholder,input[type=email].placeholder,input[type=number].placeholder,input[type=search].placeholder,input[type=tel].placeholder,input[type=time].placeholder,input[type=url].placeholder,textarea.placeholder {
	color: #b7b7b7;
}
input[type=text]::-webkit-input-placeholder,input[type=password]::-webkit-input-placeholder,input[type=date]::-webkit-input-placeholder,input[type=datetime]::-webkit-input-placeholder,input[type=datetime-local]::-webkit-input-placeholder,input[type=month]::-webkit-input-placeholder,input[type=week]::-webkit-input-placeholder,input[type=email]::-webkit-input-placeholder,input[type=number]::-webkit-input-placeholder,input[type=search]::-webkit-input-placeholder,input[type=tel]::-webkit-input-placeholder,input[type=time]::-webkit-input-placeholder,input[type=url]::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
	color: #b7b7b7;
}
input[type=text]:-moz-placeholder,input[type=password]:-moz-placeholder,input[type=date]:-moz-placeholder,input[type=datetime]:-moz-placeholder,input[type=datetime-local]:-moz-placeholder,input[type=month]:-moz-placeholder,input[type=week]:-moz-placeholder,input[type=email]:-moz-placeholder,input[type=number]:-moz-placeholder,input[type=search]:-moz-placeholder,input[type=tel]:-moz-placeholder,input[type=time]:-moz-placeholder,input[type=url]:-moz-placeholder,textarea:-moz-placeholder{
	color: #b7b7b7;
}
input[type=text]::-moz-placeholder,input[type=password]::-moz-placeholder,input[type=date]::-moz-placeholder,input[type=datetime]::-moz-placeholder,input[type=datetime-local]::-moz-placeholder,input[type=month]::-moz-placeholder,input[type=week]::-moz-placeholder,input[type=email]::-moz-placeholder,input[type=number]::-moz-placeholder,input[type=search]::-moz-placeholder,input[type=tel]::-moz-placeholder,input[type=time]::-moz-placeholder,input[type=url]::-moz-placeholder,textarea::-moz-placeholder{
	color: #b7b7b7;
}
input[type=text]:-ms-input-placeholder,input[type=password]:-ms-input-placeholder,input[type=date]:-ms-input-placeholder,input[type=datetime]:-ms-input-placeholder,input[type=datetime-local]:-ms-input-placeholder,input[type=month]:-ms-input-placeholder,input[type=week]:-ms-input-placeholder,input[type=email]:-ms-input-placeholder,input[type=number]:-ms-input-placeholder,input[type=search]:-ms-input-placeholder,input[type=tel]:-ms-input-placeholder,input[type=time]:-ms-input-placeholder,input[type=url]:-ms-input-placeholder,textarea:-ms-input-placeholder {
	color: #b7b7b7;
}
input[type=text]::input-placeholder,input[type=password]::input-placeholder,input[type=date]::input-placeholder,input[type=datetime]::input-placeholder,input[type=datetime-local]::input-placeholder,input[type=month]::input-placeholder,input[type=week]::input-placeholder,input[type=email]::input-placeholder,input[type=number]::input-placeholder,input[type=search]::input-placeholder,input[type=tel]::input-placeholder,input[type=time]::input-placeholder,input[type=url]::input-placeholder,textarea::input-placeholder{
	color: #b7b7b7;
}

textarea:-ms-input-placeholder, textarea.placeholder {
  padding-top: 2px;
}

span.placeholder span {
  color: #b7b7b7 !important;
}

/***************** Datepicker ********************/
.ui-widget,	.ui-widget-content,	.ui-helper-clearfix{background:	none;}
.ui-helper-clearfix:after{clear: both; content: "."; height: 0; visibility:	hidden;}
.ui-helper-clearfix	{display:	block;}
.ui-datepicker {
  padding: 2px 8px;
  display: none;
  background-color: #fff;
  -webkit-box-shadow: 2px 3px 7px rgba(0,0,0,.3);
  -moz-box-shadow: 2px 3px 7px rgba(0,0,0,.3);
  box-shadow: 2px 3px 7px rgba(0,0,0,.3);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cecece !important;
  box-sizing: border-box;
  z-index: 20 !important;
}
.ui-helper-hidden-accessible{left: -1e+8px;	position:	absolute;}
.ui-datepicker .ui-datepicker-header, .ui-datepicker-header{line-height: 16px; background:	none; padding: 20px 8px 0 8px;	position:	relative; display: block; border: none;}
.ui-datepicker .ui-datepicker-header {
  padding-left: 0;
  padding-right: 0;
}
.ui-datepicker .ui-datepicker-next, .ui-datepicker-prev{font-weight:	bold;	line-height: 14px; }
.ui-datepicker .ui-datepicker-prev{left: 4px;	top: 5px;	position:	absolute ;}
.ui-datepicker .ui-datepicker-next{right: 4px;	top: 5px;	position:	absolute ;}
.ui-datepicker .ui-datepicker-calendar{width: 100%; border-collapse:collapse;	}
.ui-datepicker .ui-datepicker-calendar	td,	.ui-datepicker-calendar	tr,	table.ui-datepicker-calendar tr	td{background: none	!important;	padding: 1px 2px 1px 2px !important;}
.ui-datepicker select.ui-datepicker-year, .ui-datepicker select.ui-datepicker-month{border:	1px	solid	#ccc; margin:	1px	4px	0; width: 45%; position: static; display: inline;}
.ui-datepicker .ui-datepicker-title, .ui-datepicker-title{margin: 12px	0	0	0; text-align: center;}
.ui-datepicker thead th{font-size: 13px; font-weight: bold; text-align:	center; padding: 1px 2px; background:	#eaeaea;}
.ui-datepicker td	span,	.ui-datepicker td	a	{display: block; padding: 0 2px; text-align: right; text-decoration: none; border:	1px	solid	#ccc; background:	#fff !important;}
.ui-datepicker td	a{text-decoration: none;}
.ui-datepicker td	a:hover{text-decoration: underline;}
.ui-datepicker td.ui-datepicker-week-end a{background: #f4f4f4;}
.ui-datepicker-calendar td.ui-datepicker-today a{background: #f0732d !important; color: #000}
.ui-datepicker .ui-datepicker-unselectable{opacity:0.5}
/**************** zinscheck ****************/

form#quickCheckForm div.quickCheckTitle,
div.quickcheck-result-content div.topzins {
  font-family: TTNorms, sans-serif;
  display: block;
}

form#quickCheckForm div.quickCheckTitle {
  padding: 20px 0 20px 0;
  padding: 1.250rem 0 1.250rem 0;
}

div.quickcheck-result-content div.topzins div.topzins_number {
  color: #ee7900;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.3;
}

div.quickcheck-result-content div.topzins div.topzins_desc {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 1.2rem;
}

div.quickcheck-result-content div.section,
div.quickcheck-result-content div.subSection {
  width: auto;
}

/* only desktop */
@media only screen and (min-width:61.875em) {
  div.quickcheck-result-content {
    min-height: 564px;
  }

  div.quickcheck-result-content div.topzins div.topzins_number {
    white-space: nowrap;
  }
} /*@media only screen and (min-width:61.875em)*/

/**************** zinschart ****************/
#zinschart {
  overflow: auto;
  padding-left: 15px;
}

#zinschart div.linkForPeriod div.crd_input,
#zinschart div.zinsChartFromTo div.crd_input {
  width: auto !important;
}

#zinschart div.linkForPeriod a {
  border: 1px solid #666;
  display: inline-block;
  margin: 0.1em 0;
  padding: 0.2em 0.1em;
  min-width: 48px;
  text-align: center;
}

#zinschart div.linkForPeriod a:hover {
  border: 1px solid #ee7900;
}

#zinschart .zinsChartFromTo label{
  width: 40px !important;
}

#zinschart .zinsChartFromTo .help {
  margin: 0;
  padding: 0;
  line-height: 1.2rem;
}

#zinschart .zinsChartFromTo .help a.button-primary {
  margin: 0;
  padding: 0.2em 0.7em 0.4em 0.1em;
  line-height: 1.1rem;
}

/* only cellphone */
@media only screen and (max-width:47.8125em) {
  #zinschart {
    padding-left: 0
  }
  #zinschart .zinsChartFromTo label{
    width: 100% !important;
  }
  #zinschart div.crd_input,
  #zinschart div.linkForPeriod div.crd_input,
  #zinschart div.zinsChartFromTo div.crd_input {
    width: 100% !important;
  }
  #zinschart div.linkForPeriod a,
  #zinschart div.linkForPeriod a:hover {
    padding: 0.5rem 0.3rem;
    background-image: linear-gradient(rgb(243, 151, 39), rgb(238, 121, 0));
    color: #fff;
    border: none;
    border-radius: 2px;
    min-width: 55px;
  }
} /*@media only screen and (max-width:47.8125em)*/

/* only tablet */
@media only screen and (min-width:47.8125em) and (max-width:61.875em) {
  #zinschart .col-main.revertFloat {
    width: 66.6%;
    float: left;
  }
  #zinschart .col-secondary.revertFloat {
    width: 33.3%;
    max-width: 100%;
  }
}  /*@media only screen and (min-width:47.8125em) and (max-width:61.875em)*/

/* up to tablet */
@media only screen and (max-width:61.875em) {
  #zinschart div.col-main.revertFloat img {
    width: 100%
  }
} /*@media only screen and (max-width:61.875em)*/

label.zinschart_buiType {
  height: 60px;
  background: transparent url("img/b2c_rl/zinschart/zinschart_buiType_orange.png") no-repeat scroll 5px 23px;
  background-size: 55px;
}

label.zinschart_buiType2 {
  height: 58px;
  background-image: url("img/b2c_rl/zinschart/zinschart_buiType_gray.png");
}

/**************** zins-radar ****************/
.button-primary + .textUnderBtn {
  margin-top: 10px;
}

/************************************** datepicker into jquery-ui (ui-widget) fix *************************************/
.ui-datepicker-prev, .ui-datepicker-next {
  font-family: Arial, Tahoma, Helvetica, "Arial Narrow", Geneva, sans-serif;
  font-size: 12px;
  cursor: pointer;
  cursor: hand;
}
.ui-datepicker-calendar td.ui-datepicker-today a {
  background: #ccc !important;
  color: #000;
}

.ui-datepicker-calendar .ui-state-active {
  background-color: #ee7900 !important;
  color: #fff;
}


/******************* Lightbox ********************/
/* LIGHTBOX */
.mfp-content,
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  max-width: 800px;
}

.mfp-close {
  width: 30px !important;
  height: 30px;
  line-height: 30px;
}

/*** niederlassungs finder ( view = ndl ) ***/

.dynIhypWeb #map {
  height: 645px;
}

#ndlFinder input#autocomplete[type=text] {
  height: 1.9rem;
  font-size: 1rem;
  width: 330px !important;
  max-width: 100% !important;
}

.gmnoprint img {
  max-height: none;
  max-width: none;
}

.gmnoprint label {
  width: auto;
  display: inline;
}

.button-primary.button-small {
  width: 0.25em;
  padding: 0em 1.8em 0em 0.5em;
  display: inline-block;
}

.button-primary.location:after {
	content: "";
	display: inline-block;
	width: 25px;
	height: 20px;
	margin-bottom: -.125em;
	position: relative;
	top: 2px;
	left: -2px;
	background: url("img/b2c_rl/position.png") no-repeat;
}

.ndl_unit_wrapper {
  display: none;
  padding: 0 0 0.5em 0;
}

.ndl_unit_img_wrapper {
  padding: 0.5em 0em 0.5em 0em;
  overflow: hidden
}

.ndl_unit_img_wrapper img {
  width: 300px;
}

.ndl_unit_img_wrapper img.unit-head-2 {
  width: 149px
}

.ndl_unit_img_wrapper img.unit-head-2:first-of-type {
  margin: 0 1px 0 -1px
}

.ndl_unit_img_wrapper img.unit-head-2:nth-of-type(2) {
  margin: 0 -1px 0 1px
}
.ndlf_input_wrapper {
  padding: 0 0 1em 0;
}

.ndl_unit_address {
  padding-left: 2.5em;
  background: transparent url("../img/icons/ihyp_marker_active.png") no-repeat 0 10px;
}

.ndl_unit_contact_Tab {
  display: none;
}

/* FIX cms-googleMaps error */
.dynIhypWeb #map img, #ndlMap #map img {
  max-width: none !important;
}

/*GoogleMaps Navigation IE10 Error */
.dynIhypWeb #map div.gm-style div.gmnoprint div.gmnoprint div[title^="Nach"],
#ndlMap #map div.gm-style div.gmnoprint div.gmnoprint div[title^="Nach"] {
  opacity: 0 !important;
}

/* only cellphone */
@media only screen and (max-width:47.8125em) {

  .dynIhypWeb #map {
    height: 370px;
  }

} /*@media only screen and (max-width:47.8125em)*/

@media only screen and (max-width:61.875em) {
  .ndl_unit_img_wrapper img {
    width: 100%;
  }

  .ndl_unit_img_wrapper img.unit-head-2 {
    width: 50%;
  }
}

/* SPECIAL !!! */
@media only screen and (min-width:30em) and (max-width:61.875em) {

  #ndlFinder #map {
    height: 500px;
  }

  .ndl_unit_address {
    min-width: 50%;
    max-width: 400px;
    float: left;
  }

  .ndl_unit_img_wrapper,
  .ndl_uHeadAndGreeting {
    width: 50%;
    float: right;
  }


  .ndl_unit_img_wrapper img {
    min-height: 160px;
    max-width: 398px;
    max-height: 265px;
  }

  .ndl_unit_address p:last-child {
    padding-bottom: 1.3em;
  }
  .ndl_link_list,
  .ndl_unit_contact_wrapper,
  .ndl_unit_wrapper a.button-primary {
    display: none;
  }
  .ndl_unit_contact_Tab {
    display: block;
    min-height: 280px;
    padding-left: 2.5em;
    float: left;
  }
  .ndl_unit_contact_Tab .ndl_link_list,
  .ndl_unit_contact_Tab .ndl_unit_contact_wrapper,
  .ndl_unit_contact_Tab a.button-primary {
    display: block;
    float: none;
  }

} /* @media only screen and (min-width:47.8125em) and (max-width:61.875em) */

/** Helper **/
.clear {
  clear: both;
}

.visible_overflow {
  overflow: visible;
}

.ndl_unit_address p {
  margin-bottom: 0em;
  font-weight: bold;
}

.ndl_unit_address p.small {
  font-weight: normal;
}


.suggestControl_panel {
  padding: 0.2em 0.6em 0 0.6em;
  background: #fff;
  border: 1px solid #ee7900;
  max-height: 600px;
  overflow-y: auto;
    line-height: 18px;
    line-height: 1.125rem;
    font-size: 17px;
    font-size: 1.063rem;
    -webkit-box-shadow:rgba(0,0,0,.07) 0 5px 5px;
    -moz-box-shadow:rgba(0,0,0,.07) 0 5px 5px;
    box-shadow:rgba(0,0,0,.07) 0 5px 5px;
    background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiYSgyNTUsIDI1NSwgMjU1LCAwLjYpIi8+PHN0b3Agb2Zmc2V0PSIxNSUiIHN0b3AtY29sb3I9InJnYmEoMjU1LCAyNTUsIDI1NSwgMC45NSkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size:100%;
    background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,rgba(255,255,255,.6)),color-stop(15%,rgba(255,255,255,.95)));
    background-image:-webkit-linear-gradient(rgba(255,255,255,.6),rgba(255,255,255,.95) 15%);
    background-image:-moz-linear-gradient(rgba(255,255,255,.6),rgba(255,255,255,.95) 15%);
    background-image:-o-linear-gradient(rgba(255,255,255,.6),rgba(255,255,255,.95) 15%);
    background-image:linear-gradient(rgba(255,255,255,.6),rgba(255,255,255,.95) 15%);
}

.suggestControl_panelLine,
.suggestControl_panelActiveLine {
  padding: 0 0 0.2em 0;

}

.suggestControl_panelLine {

}

.suggestControl_panelActiveLine {
  color: #ee7900;
  cursor: pointer;
}

/* ----- Konsumentenkreditrechner ----- */
/******** Slider *******/
.kreditschieber_element, .vorausberatung {
	padding: 20px 0 0 2px;
	position: relative;
	margin: 0 -1px;
	height: 120px;
	max-width: 610px;
	width: 100%;
}

.kreditschieber_element > div:first-child {
	padding: 0 20px 0 0;
	height: 100px;
}

.kreditschieber_element #amountInfo {
	font-weight: bold;
	font-size: 1.75rem;
	line-height: 1.875rem;
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, Geneva, sans-serif;
	font: bold 1.75rem/1.875rem "Trebuchet MS", Arial, Helvetica, Verdana, Geneva, sans-serif;
	position: absolute;
	text-align: right;
	right: 12px;
	top: 20px;
}

.kreditschieber_element #amountInfo span {
	font-size: 1rem;
	line-height: 1.25rem;
	font: bold 1rem/1.25rem "Trebuchet MS", Arial, Helvetica, Verdana, Geneva, sans-serif;
	clear: both;
	color: #888;
}

.kreditschieber_element .marginRight {
  position: absolute;
	right: 0;
	text-align: right;
	float: left;
	color: #797979;
}

.kreditschieber_element .marginLeft {
  position: absolute;
	left: 0;
	float: left;
	color: #797979;
}

.kreditschieber_element #amount_thumb {
	top: 18px;
	margin-left: 18px;
}

.kreditschieber_element div.ui-slider a.ui-slider-handle div.valueLabel,
div.ui-slider a.ui-slider-handle div.valueLabel {
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-weight: bold;
}

.kreditschieber_element .wrappSlider {
  padding: 30px 30px 0 40px;
  padding: 1.875rem 1.875rem 0 2.5rem;
}

.ui-slider-handle span.ui-btn-inner {
  background-image: none;
}

.ui-slider-track {
	-webkit-appearance: none;
	background: #ddd;
	border: 0;
	display: block;
	height: 20px;
	width: 100%;
	-webkit-box-shadow: 0 2px 2px rgba(255,255,255,.25),inset 0 1px 3px rgba(0,0,0,.3);
	-moz-box-shadow: 0 2px 2px rgba(255,255,255,.25),inset 0 1px 3px rgba(0,0,0,.3);
	box-shadow: 0 2px 2px rgba(255,255,255,.25),inset 0 1px 3px rgba(0,0,0,.3);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px
}

div.ui-slider, div.ui-slider div.ui-btn-active {
	background: #ddd;
	border: 0;
	display: block;
	width: 100%;
  height: 20px;
	margin: 0;
	-webkit-box-shadow: 0 2px 2px rgba(255,255,255,.25),inset 0 1px 3px rgba(0,0,0,.3);
	-moz-box-shadow: 0 2px 2px rgba(255,255,255,.25),inset 0 1px 3px rgba(0,0,0,.3);
	box-shadow: 0 2px 2px rgba(255,255,255,.25),inset 0 1px 3px rgba(0,0,0,.3);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	top: 0
}

div.ui-slider div.ui-btn-active {
	background: #ee7900;
}

div.ui-slider {
  position: relative;
  margin: 10px 0 5px 0;
}

div.ui-slider a.ui-slider-handle {
	background: #fff;
	border: 1px solid #ccc;
	cursor: pointer;
	display: inline-block;
	width: 40px;
	width: 2.5rem;
	height: 40px;
	height: 2.5rem;
	top: -10px;
	margin-left: -20px;
	position: absolute;
	background-size: 100%;
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,rgba(0,0,0,.1)));
	background-image: -webkit-linear-gradient(rgba(255,255,255,0),rgba(0,0,0,.1));
	background-image: -moz-linear-gradient(rgba(255,255,255,0),rgba(0,0,0,.1));
	background-image: -o-linear-gradient(rgba(255,255,255,0),rgba(0,0,0,.1));
	background-image: linear-gradient(rgba(255,255,255,0),rgba(0,0,0,.1));
	-webkit-box-shadow: 1px 1px 8px rgba(0,0,0,.3);
	-moz-box-shadow: 1px 1px 8px rgba(0,0,0,.3);
	box-shadow: 1px 1px 8px rgba(0,0,0,.3);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	text-decoration: none;
}

.ui-slider-handle:after {
	content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-size: 100%;
  background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,rgba(0,0,0,.13)),color-stop(100%,rgba(255,255,255,0)));
  background-image: -webkit-linear-gradient(rgba(0,0,0,.13),rgba(255,255,255,0));
  background-image: -moz-linear-gradient(rgba(0,0,0,.13),rgba(255,255,255,0));
  background-image: -o-linear-gradient(rgba(0,0,0,.13),rgba(255,255,255,0));
  background-image: linear-gradient(rgba(0,0,0,.13),rgba(255,255,255,0));
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px
}

#amountInfo {
  color: #f0732d;
}

div.ui-slider .ui-slider-handle div.valueLabel {
	background: #fff;
	border: 1px solid #ccc;
	color: #777;
	display: block;
	margin: auto;
	position: absolute;
	text-align: center;
	top: -50px;
  left: 6px;
	width: 100px;
	margin-left: -34px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,.1);
	-moz-box-shadow: 3px 3px 5px rgba(0,0,0,.1);
	box-shadow: 3px 3px 5px rgba(0,0,0,.1);
	z-index: 1;
  height: 35px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
}

div.ui-slider div.valueLabel:before, div.ui-slider div.valueLabel:after {
	border-width: 11px;
  border-style: solid;
  border-color: #fff transparent transparent;
  width: 0px;
  height: 0px;
  bottom: -22px;
  position: absolute;
  color: #fff;
  content: "";
  z-index: 20;
  right: 40px;
}

div.ui-slider div.valueLabel:before {
  border-top-color: #ccc;
  border-bottom-width: 0;
  bottom: -11px
}

div.ui-slider div.valueLabel:after {
	border-top-color: #fff;
	border-bottom-width: 0;
	bottom: -10px
}

.kreditschieber_element .waitForValue {
  color: #888 !important;
}

table.zinsbox h2 {
  color: #777;
  font-size: 16px;
  font-family: TTNorms, sans-serif;
  font-weight: bold;
}

.creditResultForm, #showQuickCheckB2CForm .calchint  {
  max-width: 590px;
}

.creditResultForm div.columns_4 {
  width: 100% !important;
}

.creditResultForm div.section {
  display: none;
}

.creditResultForm div.crd_result {
  margin-right: 0;
}

.creditResultForm div.input_row {
  width: 100% !important;
  font-size: 16px;
  font-size: 1rem;
}

.creditResultForm label.input_row {
  padding-bottom: 0.31rem;
  margin-bottom: 20px;
  text-align: left;
}

.creditResultForm #inputCell_installment {
  color: #404040;
  font-size: 25px;
}

.creditResultForm div.help {
  float: left;
  width: 100% !important;
}

.creditResultForm #lb_calcDetails {
  font-size: 14px;
  font-size: 0.875rem;
}

.creditResultForm div.help label {
  width: 40% !important;
  font-size: 16px;
  font-size: 1rem;
  padding-left: 20px;
}

.creditResultForm div.help a {
  float: right;
}

.creditResultForm div.input_row {
  position: relative;
}

.creditResultForm div.input_row:last-child {
  margin-top: 30px;
}

.creditResultForm div.input_row div.columns_4 label.crd_label {
  width: 50% !important;
  float: left;
  padding-left: 20px;
}

.creditResultForm div.input_row label.crd_label {
  padding-left: 20px;
}

.creditResultForm div.input_row div.crd_result {
  float: right;
  margin-bottom: 0;
}

.creditResultForm div.tel_consulting {
  font-size: 25px;
  font-size: 1.563rem;
  line-height: 32px;
  line-height: 2rem;
  color: #404040;
  font-weight: bold;
  font-family: TTNorms, sans-serif;
}

.creditResultForm div.tel_consulting span.number {
  color: #f0732d;
  white-space: nowrap;
}

.creditResultForm div.crd_end, .creditResultForm div.tel_consulting {
  width: 100%;
}

.creditResultForm .button-primary {
  padding-left: 1rem;
  padding-right: 1rem;
}

.creditResultForm div.tel_consulting {
  top: 80px !important;
}

.creditResultForm div.tel_consulting + .crd_end {
  position: absolute;
  top: -0px !important;
  left: 0px;
}

.laufzeitschieber_element {
  padding-bottom: 120px;
}


@media only screen and (min-width:47.8125em) {
  .kreditschieber_element > div:first-child > span + div {
    padding-left: 45px !important;
  }

}

/* only cellphone */
@media only screen and (max-width:47.8125em) {
  .kreditschieber_element {
    padding-top: 100px;
  }

  .laufzeitschieber_element {
    padding-bottom: 80px;
  }

  .kreditschieber_element .marginRight {
  	right: 0px;
  	top: 80px;
  	padding-right: 15px;
  }

  .kreditschieber_element .marginLeft {
    top: 80px;
  }

  div.ui-slider, div.ui-slider div.ui-btn-active {
    top: -90px;
  }

  .creditResultForm div.input_row div.columns_4 label.crd_label {
    padding-left: 30px;
  }

  .creditResultForm #inputCell_installment {
    color: #404040;
    font-size: 18px;
  }

} /*@media only screen and (max-width:47.8125em)*/


/*** ie8 fixes ***/
html.lt-ie9 .header {
  background-color: #ffffff;
}
html.lt-ie9 .header-actions {
   font-size: 13px;
}
html.lt-ie9 .navigation > ul > li,
html.lt-ie9 .navigation > ul > li > ul > li {
  font-size: 15px;
  background-color: #ffffff;
}

html.lt-ie9 .hide-on-large {
  display: none !important;
}

html.lt-ie9 .input_row input[type=radio] + label {
  background: none;
  padding: 0 0 0 5px;
}
html.lt-ie9 div.crd_input h.inlSpacer {
  clear: both;
}
html.lt-ie9 .input_row input[type=radio] {
  display: block;
  width: 20px !important;
  height: 20px;
  float: left;
}

table.custPollTab tr td.pollLabelLeft {padding-top: 10px;}
table.custPollTab textarea {
  width: 99% !important;
  min-width: 99% !important;
  height: 80px !important;
}

table.custPollTab tr td:first-child,
table.custPollTab tr td:last-child {
  width: 250px !important;
}

.custPollTab tr td input[type="radio"] {margin-right: 8px}
.custNpsTab {margin: 10px 0px !important}
.custNpsTab tr td input[type="radio"] {margin-right: 0px}
.very_smallfonts input {font-size: 9px; border: 1px solid #aaa; color: #666}

/*** showAppointment beratungstermin vereinbaren ***/
input#autocomplete {
  padding-left: 40px;
  padding-left: 2.5rem;
}

div#inputCell_autocomplete {
  position: relative;
}

.button-primary.button-small.location {
  position: absolute;
  z-index: 150;
  top: -12px;
  top: -0.75rem;
  line-height: 30px;
  line-height: 1.875rem;
  padding: 0em 1.3em 0em 0.5em;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}

.appointment .button-primary.button-small.location {
  line-height: 29px;
  line-height: 1.813rem;
}

.appointment .noLabel .crd_input {
  margin-bottom: 1rem;
}

.appointment .crd_input {
  margin-bottom: 0.6rem;
}

.appointment .textHint  {
  margin-bottom: 0.8rem;
}

.appointment #ndlMap #map {
  width: 220px;
  width: 13.75rem;
  height: 320px;
  height: 20rem;
}

.appointment .crd_input span.input input {
  margin-bottom: 0rem !important;
}

.appointment .help, .appointment .mandatorydot {
  display: none;
}

.appointment label.crd_label, .appointment label.crd_end {
  width: 90%;
}

.appointment div.address {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
}

.appointment #outputDrivingInfos div.address {
  padding-top: 1rem;
}

.appointment #outputBranchAddress div.address {
  padding-top: 1rem;
}

.appointment .autocomplete .input_row input,
.appointment .input_row input[type=text],
.appointment .input_row input[type=password],
.appointment .input_row input[type=date],
.appointment .input_row input[type=datetime],
.appointment .input_row input[type=datetime-local],
.appointment .input_row input[type=month],
.appointment .input_row input[type=week],
.appointment .input_row input[type=email],
.appointment .input_row input[type=number],
.appointment .input_row input[type=search],
.appointment .input_row input[type=tel],
.appointment .input_row input[type=time],
.appointment .input_row input[type=url],
.appointment .input_row span.select {
  width: 100% !important;
  min-width: 100% !important;
}

.appointment div.address h5 {
  margin-bottom: 0.2rem;
  line-height: 15px;
  line-height: 0.9375rem;
}

.appointment .col-main {
 padding-right: 0;
}

.appointment .hr {
  position: relative;
}

.appointFixHeight  {
 height: 75px;
 height: 0.9375rem;
}

.appointment .article h2 {
  margin-top: 16px;
  margin-top: 1rem;
  margin-bottom: 0;
  height: 70px;
  height: 4.375rem;
  display: table-cell;
  vertical-align: middle;
}

.noPaddingTop {
  padding-top: 0;
}

.loadImage {
  position: fixed !important;
}

.appointment .mapNotactive {
  opacity: 0.5;
}

.appointmentImg {
  float: left;
  width: 60px;
  height: 65px;
  background: url("img/b2c_rl/appointmentInfo.png") no-repeat;
}

#questionImg {
	background-position: -10px -3px;
}

#phoneImg {
	background-position: -8px -135px;
}

#privacyImg {
	background-position: -8px -258px;
}

#distance {
  float: left;
  width: 28px;
  height: 14px;
  background: url("img/b2c_rl/appointment_time_duration.png") no-repeat;
  background-position: -1px -23px;
}

#duration {
  float: left;
  width: 28px;
  height: 20px;
  background: url("img/b2c_rl/appointment_time_duration.png") no-repeat;
  background-position: 0px -1px;
}

.tablet_displayed {
  display: none;
}

.panel__body.no-shadow,
.teaser.no-shadow:before {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.halfWidth {
  float: left;
  display: inline-block;
  width: 50%
}

.appointment .crd_input span.input {
  display: inline-block;
  width: 100%
}

.appointment .noLabel .crd_input {
  margin-bottom: 1.6rem;
}

.fullWidth div, .fullWidth label, .fullWidth textarea {
  float: none;
  display: block;
  width: 100%;
}

.fullWidth textarea {
  max-width: 100% !important;
  min-height: 5rem !important;
  float: left !important;
}

.fullWidth div#inputCell_autocomplete, .fullWidth input#autocomplete {
  width: 100% !important;
  max-width: 100% !important;
}

.appointment .crd_input {
  margin-bottom: 0.2rem;
}

.smallContact.halfWidth {
  height: auto;
  min-height: 1rem;
}

.halfWidth, .fullWidth {
  min-height: 4.8rem;
}

@media only screen and (min-width:47.8125em) {

  .fullWidth div, .fullWidth label {
    padding-right: 30px;
    padding-right: 1.875rem;
  }

}

@media only screen and (max-width:47.8125em) {

  .myLocation_input_wrapper .button-left {
    width: 15%;
    float: left;
  }

  div.crd_input, div.crd_result {
    width: 100% !important;
    margin-right: 10px !important;
    margin-right: 0.625rem !important;
  }

  .appointment .crd_endright .button-primary {
    margin-top: 3rem;
  }

  .appointment select {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .appointment .autocomplete .input_row input,
  .appointment .input_row input[type=text],
  .appointment .input_row input[type=password],
  .appointment .input_row input[type=date],
  .appointment .input_row input[type=datetime],
  .appointment .input_row input[type=datetime-local],
  .appointment .input_row input[type=month],
  .appointment .input_row input[type=week],
  .appointment .input_row input[type=email],
  .appointment .input_row input[type=number],
  .appointment .input_row input[type=search],
  .appointment .input_row input[type=tel],
  .appointment .input_row input[type=time],
  .appointment .input_row input[type=url],
  .appointment .input_row span.select,
  .appointment textarea {
    font-size: 16px;
    font-size: 1rem;
  }

}

@media only screen and (min-width: 44.249em) and (max-width:47.8125em) {
  div.channelizable.dynAppResponsive div.dynStatus_desc .dynStatus_desc_content .list-number,
  div.channelizable.dynAppResponsive div.dynStatus_desc span.hide-on-medium {
    display: none
  }

  div.dynAppResponsive.notSingle div.columns_3.help,
  div.dynAppResponsive.notSingle div.columns_5.help {
    padding-top: 0px;
  }

  div.channelizable.dynAppResponsive div.dynStatus_desc {
    text-align: center;
  }
  div.channelizable.dynAppResponsive div.dynStatus_desc span.dynStatus_desc_content {
    display: inline;
    text-align: center;
  }
  div.channelizable.dynAppResponsive div.dynStatus_desc span.dynStatus1 {
    float: left;
  }
  div.channelizable.dynAppResponsive div.dynStatus_desc span.dynStatus3 {
    float: right;
  }
  div.channelizable.dynAppResponsive div.dynStatus_desc .dynStatus_desc_content {
    margin-top: 0rem;
  }

}

@media only screen and (max-width:61.875em) {
  .tablet_hidden {
    display: none;
  }

  .tablet_displayed {
    display: block;
  }

  .appointment #ndlMap #map {
    width: 100%;
  }

  .appointment .article {
      padding-left: 0;
      padding-right: 0;
    }

  .appointment div.crd_input, .appointment div.crd_end, .appointment div.crd_result, .appointment div.crd_endright {
    width: 100%;
  }

  .appointment div.address {
    float: left;
  }

  .appointment #outputDrivingInfos div.address {
    padding-right: 20px;
    padding-right: 1.25rem;
  }

  .appointment #outputBranchAddress div.address {
    padding-top: 1rem;
  }

  .appointment #outputDrivingInfos div.address {
    margin-bottom: 0;
  }

  .appointment .crd_endright .button-primary {
    margin-bottom: 3rem;
  }
}

@media only screen and (min-width:61.875em) {
  .appointment div.crd_end, .appointment div.crd_endright {
    width: 100%;
    padding-right: 30px;
    padding-right: 1.875rem;
  }

  .appointment.right {
    float: right;
  }

  div.section {
    padding-top: 0.3rem;
  }
}

@media only screen and (min-width:47.8125em) and (max-width:61.875em) {
  .appointment div.crd_input, .appointment div.crd_end, .appointment div.crd_result, .appointment div.crd_endright {
    width: 100%;
    padding-right: 20px;
    padding-right: 1.25rem;
  }

  .appointment .panel__body {
    margin-right: 20px;
    margin-right: 1.25rem;
  }

  .appointment .teaserLineWidth {
    margin-right: 20px;
    margin-right: 1.25rem;
    padding-bottom: 1rem;
  }

  .appointment .input_row select {
    max-width: 100% !important;
  }

}

/*RETINA*/
@media only screen and (-webkit-min-device-pixel-ratio: 2),
       only screen and (-moz-min-device-pixel-ratio: 2),
       only screen and (-o-min-device-pixel-ratio: 2/1),
       only screen and (min-device-pixel-ratio: 2),
       only screen and (min-resolution: 2dppx) {

      .appointmentImg {
        background: url("img/b2c_rl/appointmentInfo_retina.png") no-repeat;
        background-size: 72px 480px;
      }

      #distance {
        background: url("img/b2c_rl/appointment_time_duration_retina.png") no-repeat;
        background-size: 25px 62px;
        background-position: -1px -23px;
      }

      #duration {
        background: url("img/b2c_rl/appointment_time_duration_retina.png") no-repeat;
        background-size: 25px 62px;
      }

      .button-primary.location:after {
      	background: url("img/b2c_rl/position_retina.png") no-repeat;
      	background-size: 20px 20px;
      }
}

/*** AppointmentAfterSend ***/

.borderBox {
  padding: 12px 30px 27px 30px;
  margin: 26px 0 30px 0;
  border: 2px solid #ddd;
}

.firstBoxAppointAfterSend {
  margin: 0 auto;
}

.firstBoxAppointAfterSend .mainhead__title{
  float: none;
}

#appointmentAfterSend .coloredBox {
  background-color: #ee7900;
  color: #fff;
  padding: 22px 0px 0px 0px;
  overflow: auto;
}

#appointmentAfterSend .coloredBox span {
   font-family: TTNorms, sans-serif;
   font-size: 1.4rem;
   padding-bottom: 8px;
   line-height: 3.2rem;
}

#appointmentAfterSend .coloredBox div.baufiSteps {
  height: 53px;
  width: 60px;
  background-repeat: no-repeat;
  background-image: url("img/b2c_rl/way_sprite.png");
  margin: 0 auto;
  margin-bottom: 20px;
}

#appointmentAfterSend .baufiStepsContainer {
  padding-bottom: 22px;
}

#appointmentAfterSend .coloredBox div.baufiStep1 {
  background-position: -2px -3px;
}

#appointmentAfterSend .coloredBox div.baufiStep2 {
  background-position: -2px -63px;
}

#appointmentAfterSend .coloredBox div.baufiStep3 {
  background-position: -2px -124px;
}

#appointmentAfterSend .coloredBox div.baufiStep4 {
  background-position: -2px -185px;
}

#appointmentAfterSend .coloredBox div.baufiStep5 {
  background-position: -2px -246px;
}


.centerText {
  text-align: center;
}

#appointmentAfterSend  .imgHead {
  background-size: cover;
  background-repeat:no-repeat;
  background-position: center;
}

#appointmentAfterSend .imgHeadBox {
  padding: 0;
}

.threeBoxContainer div.textBox {
  padding: 30px;
  background-color: #F6F6F6;
}

.threeBoxContainer div.textBox div.boxTitle {
  padding-bottom: 20px;
  font-weight: bold;
}

.threeBoxContainer div.textBox.boxWhite {
  background-color: #fff;
}

.fiveBoxContainer {
  margin: 17px 0 50px 0;
}

.fiveBoxContainer > div {
  float: left;
  width: 20%;
  padding: 5px;
}

#appointmentAfterSend .boxGrey {
  background-color: #F6F6F6;
}

#boxListContainer .boxGrey,
#boxListContainer .boxWhite {
  padding: 30px;
}

#appointmentAfterSend .boxGrey {
  padding: 30px
}

.noLinkStyle {
  color: #777;
  text-decoration: none;
}

.centerText .crd_input {
  float: none;
}

#appointmentAfterSend #map {
  width: 100%;
  height: 350px;
}

span.tvoAppId {
  color: #ee7900;
  font-family: TTNorms, sans-serif;
  font-size: 1.4rem;
  padding-bottom: 8px;
  line-height: 3.2rem;
}

#appointmentAfterSend .floodingCaptcha label, #appointmentAfterSend .floodingCaptcha .crd_input {
  width: 100%
}

#appointmentAfterSend .floodingCaptcha img {
  max-width: 254px !important;
}

#appointmentAfterSend .floodingCaptcha .listlink:before { /*firefox*/
  display: inline;
}

.firstBoxAppointAfterSend .thxText .mainhead__title {
  padding-bottom: 20px;
}

#appointmentAfterSend div.crd_input, #appointmentAfterSend div.crd_input div.crd_result {
  margin-bottom: 0;
}

/*only desktop*/
@media only screen and (min-width:61.875em) {
  .firstBoxAppointAfterSend {
    width: 70%;
  }

  .firstBoxAppointAfterSend .thxText {
    width: 80%;
    margin: 0 auto;
  }

  #boxListContainer .boxGrey,
  #boxListContainer .boxWhite {
    padding: 30px 110px;
  }

  #boxListContainer .boxWhite {
    padding-bottom: 0;
    background-color: #fff;
  }

  #appointmentAfterSend .threeBoxContainer .hide-on-large {
    position: relative;
  }

}

/*only tablet*/
@media only screen and (min-width:47.8125em) and (max-width:61.875em) {
  .firstBoxAppointAfterSend {
    padding: 0 100px;
  }

  #boxListContainer .boxGrey,
  #boxListContainer .boxWhite {
    padding: 30px 80px;
  }

  #boxListContainer .boxWhite {
    padding-bottom: 0;
  }

  #appointmentAfterSend .threeBoxContainer .hide-on-medium {
    position: relative;
  }
}

/*not smartphone*/
@media only screen and (min-width:47.8125em) {

  .threeBoxContainer {
    background: #F6F6F6;
    position: relative;
  }

  .threeBoxContainer:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }

  .threeBoxContainer {
    display: table;
    position: relative;
    z-index: 1;
    width: 100%;
  }

  .threeBoxContainer .imgHeadBox + .textBox {
    left: 33.3%;
  }

  .threeBoxContainer .imgHeadBox + .textBox + .imgHeadBox {
    right: 0
  }

  .threeBoxContainer .textBox {
    position: relative;
    width: 33.333%;
    float: left;
  }

  .threeBoxContainer:before, .threeBoxContainer:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 33.4%;
    width: 33.4%;
    height: 100%;
    background: #fff;
  }

  .threeBoxContainer:after {
    left: 66.667%;
    background: #fff;
  }

  .threeBoxContainer .boxGrey {
    float: right
  }

  #appointmentAfterSend .imgHeadBox {
    width: 33.3%;
    height: 100%;
    background-position: center;
    position: absolute;
  }

  #appointmentAfterSend .imgHeadBox:nth-of-type(2) {
    left: 33.3%
  }

  #appointmentAfterSend .imgHead {
    background-size: cover;
    min-height: 150px;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }


  .threeBoxContainer > div {
    width: 100%;
  }

  .threeBoxContainer img {
    float: left;
  }
}

/*only smartphone*/
@media only screen and (max-width:47.8125em) {
  .threeBoxContainer > div {
    width: 100%;
  }

  .fiveBoxContainer div {
    width: 100%;
    padding: 5px;
  }

  .threeBoxContainer img {
    float: none;
  }

  .imgHead {
    height: 320px;
  }

  #appointmentAfterSend .threeBoxContainer .hide-on-small {
    position: relative;
  }
}

/*RETINA*/
@media only screen and (-webkit-min-device-pixel-ratio: 2),
       only screen and (-moz-min-device-pixel-ratio: 2),
       only screen and (-o-min-device-pixel-ratio: 2/1),
       only screen and (min-device-pixel-ratio: 2),
       only screen and (min-resolution: 2dppx) {

      .coloredBox div.baufiSteps {
        background-image: url("img/b2c_rl/way_sprite_retina.png");
        background-size: 57px 304px;
      }
}

/*** ie11 fixes ***/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
 _:-ms-fullscreen, .togglelink,
 .toggle_row a.togglelink,
 .togglelink.down,
 .toggle_row a.togglelink.down,
 .input_row input[type=radio] + label,
 .input_row input[type=radio]:checked + label,
 .icoHelp, .icoCalc, .icoHelp, .icoCalc,
 span.crcy input, span.crcy input:focus,
 span.rate input, span.rate input:focus,
 span.date input, span.date input:focus,
 span.month input, span.month input:focus,
 span.year input, span.year input:focus,
 span.square input, span.square input:focus,
 .input_row span.select i {
   background-image: url("img/b2c_rl/form_sprite_2x.png");
   background-size: 38px 675px;
 }
}

/*** file upload ***/
span.upload {
  position: relative;
  display: block;
  width: 428px;
  height: 31px
}

/*only smartphone*/
@media only screen and (max-width:47.8125em) {
  span.upload {
    width: 100%
  }
}

span.upload #upload_file_ref {
  height: 31px
}

span.upload #upload_file_field {
  position: relative;
  top: -39px;
  font-size: 30px;
  opacity: 0;
  z-index: 50;
  filter: alpha(opacity: 0);
  height: 31px;
  width: 100%
}

span.upload i {
  background-image: url("img/b2c_rl/upload.png");
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: right 0;
  content: "";
  z-index: 10;
  position: absolute;
  top: 0px;
  right: 1px;
  display: block;
  height: 31px;
  width: 114px
}

/*retina*/
@media only screen and (-webkit-min-device-pixel-ratio: 2),
       only screen and (-moz-min-device-pixel-ratio: 2),
       only screen and (-o-min-device-pixel-ratio: 2/1),
       only screen and (min-device-pixel-ratio: 2),
       only screen and (min-resolution: 2dppx) {

  span.upload i {
    background-image: url("img/b2c_rl/upload_x2.png");
    background-size: 114px 30px
  }

  span.upload #upload_file_ref {
    height: 30px
  }
}

.upload-filetypes,
.upload-info {
  font-size: 11px;
  font-size: .6875rem;
  line-height: 1
}
.upload-info {
  font-weight: bolder
}

.files_droparea_myFileUpload {
  display: none
}

.dps_border {
  border: 1px solid #777;
  padding: 0.3125rem 0.625rem;
}

.dps_background {
  background: rgba(128, 128, 128, 0.2);
  padding: 0.3125rem 0.625rem;
}

div.channelizable.dynAppResponsive .input_row.hasFieldProlog,
div.channelizable .input_row.hasFieldProlog{
  margin-top: -18px;
}

.uwg-reference {
  font-size: 10px;
  font-size: .625rem;
  float: right;
}

.uwg-text {
  font-size: 13px;
  font-size: .8125rem;
  clear: both;
  padding: 30px 0 20px 0;
  padding: 1.875rem 0 1.250rem 0;
}

.captcha-fox-text {
  clear: both;
  padding: 15px 0 0 0;
  padding: 1rem 0 0 0;
}
