div#depotfinder {
  /******************** tpl-account *******************/
  /******************** tpl-bankcard *******************/
  /******************** tpl-creditcard *******************/
  /******************** tpl-addons *******************/
  /******************** tpl-discount *******************/
  /******************** tpl-finalresult *******************/
  /*.page.tpl-finalresult .result-table-wrapper .row.total .field:nth-child(2) {*/
  /*text-align: right;*/
  /*}*/
  /************************************************************/
  /************************ tpl-overview *************************/
  /***************************** tpl-youth ******************************/
  /******************************tpl-promise ******************************/
  /************************************************************/
}
div#depotfinder .warning {
  display: none;
  background: #d1f9c8;
  padding: 15px;
  margin: 0 0 15px 0;
}
div#depotfinder .table-scroller-wrapper {
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
div#depotfinder .page .content-wrapper.flex-layout {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
div#depotfinder .page-outstanding {
  position: static;
  margin-top: -130px;
  overflow-y: auto;
  padding: 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1090px) {
  div#depotfinder .page-outstanding {
    margin-top: -132px;
    width: calc(100% + 10px);
    margin-left: -5px;
  }
}
@media screen and (max-width: 950px) {
  div#depotfinder .page-outstanding {
    margin-top: -80px;
  }
  div#depotfinder .page-outstanding {
    margin-top: -80px;
  }
  div#depotfinder .tpl-finalresult .result-table-wrapper .row {
    margin: 0px;
  }
  div#depotfinder .tpl-finalresult .result-table-wrapper .field #accountLogo {
    width: 30%;
  }
  div#depotfinder .tpl-finalresult .result-table-wrapper .field #pricingDiscribtion {
    width: 68%;
    right: 0px;
    top: 25px;
    bottom: auto;
  }
  div#depotfinder .finder-wrapper .progress-wrapper .progress-item i {
    display: none;
  }
}
div#depotfinder .page.tpl-account .group {
  padding: 15px 20px;
}
div#depotfinder .page.tpl-account .secondSectionContainer .group {
  padding: 5px 20px 20px 20px;
}
@media screen and (max-width: 1000px) {
  div#depotfinder .page.tpl-account .group {
    padding: 20px 20px;
  }
}
div#depotfinder .page.tpl-bankcard .group {
  padding: 30px 20px;
}
div#depotfinder .page.tpl-bankcard .group:nth-of-type(3) {
  padding: 40px 20px;
}
div#depotfinder .page.tpl-bankcard .checklist li {
  font-size: 1.1em;
  line-height: 1.2em;
  margin: 0.8em 0;
}
div#depotfinder .page.tpl-bankcard .card-included-hint {
  margin: 15px 0 0 0;
}
@media screen and (max-width: 950px) {
  div#depotfinder .page.tpl-bankcard .group {
    width: 100%;
    padding: 10px;
  }
  div#depotfinder .page.tpl-bankcard .group img {
    max-height: 150px;
  }
}
div#depotfinder .page.tpl-creditcard .group .question {
  font-size: 14px;
}
div#depotfinder .page.tpl-creditcard .group.creditcard-info {
  padding: 0;
  text-align: left;
  border: 2px solid #F9F9F9;
}
div#depotfinder .page.tpl-creditcard .group.creditcard-info.selected {
  border: 2px solid #F59D00;
}
div#depotfinder .page.tpl-creditcard .group.creditcard-info .section {
  padding: 10px;
  border-bottom: 1px solid #fff;
}
div#depotfinder .page.tpl-creditcard .group.creditcard-info .section:first-child {
  text-align: center;
  position: relative;
}
div#depotfinder .page.tpl-creditcard .group.creditcard-info .section:first-child img {
  max-width: 70%;
}
div#depotfinder .page.tpl-creditcard .callout-box {
  background: #F59D00;
  width: 75px;
  height: 75px;
  border-radius: 3px 50% 50% 50%;
  font-size: 10px;
  text-align: center;
  color: #fff;
  padding: 8px 0 0 0;
  position: absolute;
  right: 0;
  bottom: 5px;
}
div#depotfinder .page.tpl-creditcard .recommendation-flag {
  background: #00C900;
  color: #fff;
  text-transform: uppercase;
  border: 2px solid #fff;
  border-left: 0;
  border-right: 0;
  position: absolute;
  left: 0;
  top: 65%;
  padding: 4px 3px 4px 6px;
  font-weight: bold;
  font-size: 13px;
  display: none;
}
div#depotfinder .page.tpl-creditcard .recommendation-flag:after {
  content: " ";
  display: block;
  background: url(../../img/recommendation-flag-arrow.png);
  width: 9px;
  height: calc(100% + 4px);
  position: absolute;
  right: -9px;
  top: -2px;
  background-repeat: no-repeat;
}
div#depotfinder .page.tpl-creditcard .group.creditcard-info.recommended .recommendation-flag {
  display: block;
}
div#depotfinder .page.tpl-creditcard .group.creditcard-info .section .price {
  float: right;
  font-weight: bold;
}
div#depotfinder .page.tpl-creditcard .group.creditcard-info .section.total {
  font-weight: bold;
  font-size: 1.1em;
}
div#depotfinder .page.tpl-creditcard .group.creditcard-info .button {
  width: 100%;
}
div#depotfinder .page.tpl-creditcard .group.total {
  padding: 0;
}
div#depotfinder .page.tpl-creditcard .group.total .section:nth-child(1) {
  text-align: center;
  padding: 20px 20px 37px 20px;
}
div#depotfinder .page.tpl-creditcard .group.total .section:nth-child(2) {
  font-size: 1.1em;
  color: #fff;
  background: #F59D00;
  padding: 50px 5px;
  position: relative;
}
div#depotfinder .page.tpl-creditcard .group.total .section:nth-child(2):before {
  content: " ";
  display: block;
  background: url(../../img/box-connect-arrow-wide.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 21px;
  height: 22px;
  position: absolute;
  width: 100%;
  top: -20px;
  left: 0;
}
div#depotfinder .page.tpl-creditcard .group.total .section:nth-child(2) i {
  color: #fff;
}
div#depotfinder .page.tpl-creditcard .group.total .section .total-out {
  font-size: 45px;
  font-weight: bold;
}
div#depotfinder .page.tpl-creditcard .group.select-hint {
  padding: 90px 20px 0 20px;
  font-size: 20px;
}
div#depotfinder .page.tpl-creditcard .group.select-hint i {
  color: #00519e;
  margin: 0 0 20px 0;
  font-size: 50px;
}
div#depotfinder .page.tpl-addons .hint-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: calc(100% - 10px);
  border: 2px solid #00519e;
  background: #F9F9F9;
  z-index: 1;
  display: none;
}
div#depotfinder .page.tpl-addons .hint-overlay.account-upgrade {
  padding: 80px 50px 20px 50px;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
}
div#depotfinder .page.tpl-addons .hint-overlay.account-upgrade div {
  margin: 0 0 50px 0;
}
div#depotfinder .page.tpl-addons .hint-overlay.account-upgrade img {
  width: 150px;
  vertical-align: middle;
}
div#depotfinder .page.tpl-addons .hint-overlay.account-upgrade i {
  font-size: 50px;
  margin: 0 50px;
  color: #00519e;
}
div#depotfinder .page.tpl-addons .hint-overlay.account-upgrade a {
  width: 120px;
}
div#depotfinder .page.tpl-addons .hint-overlay.account-upgrade .radiobox {
  margin: 0 10px 50px 10px;
  white-space: nowrap;
}
div#depotfinder .page.tpl-addons .hint-overlay.account-upgradeTwo {
  padding: 80px 50px 20px 50px;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
}
div#depotfinder .page.tpl-addons .hint-overlay.account-upgradeTwo div {
  margin: 0 0 50px 0;
}
div#depotfinder .page.tpl-addons .hint-overlay.account-upgradeTwo img {
  width: 150px;
  vertical-align: middle;
}
div#depotfinder .page.tpl-addons .hint-overlay.account-upgradeTwo i {
  font-size: 50px;
  margin: 0 50px;
  color: #00519e;
}
div#depotfinder .page.tpl-addons .hint-overlay.account-upgradeTwo a {
  width: 120px;
}
div#depotfinder .page.tpl-addons .hint-overlay.account-upgradeTwo .radiobox {
  margin: 0 10px 50px 10px;
  white-space: nowrap;
}
div#depotfinder .page.tpl-addons .hint-overlay.comparison {
  padding: 30px;
}
div#depotfinder .page.tpl-addons .hint-overlay.comparison h2 {
  margin: 0 0 15px 0;
}
div#depotfinder .page.tpl-addons .hint-overlay.comparison img {
  width: 150px;
  margin: 10px 0 0 0;
}
div#depotfinder .page.tpl-addons .hint-overlay.comparison table {
  width: 100%;
}
div#depotfinder .page.tpl-addons .hint-overlay.comparison table tr:not(.head) {
  background: #FCFCFC;
}
div#depotfinder .page.tpl-creditcard .hint-overlay.comparison table tr.head td {
  /* title */
  font-weight: bold;
}
div#depotfinder .page.tpl-creditcard .hint-overlay.comparison table td {
  padding: 8px 5px;
  border-bottom: 1px solid #eaeaea;
}
div#depotfinder .page.tpl-creditcard .hint-overlay.comparison table td:nth-child(1) {
  width: 300px;
}
div#depotfinder .page.tpl-creditcard .hint-overlay.comparison table td:nth-child(2),
div#depotfinder .page.tpl-creditcard .hint-overlay.comparison table td:nth-child(4) {
  text-align: center;
  background: #fff;
  vertical-align: middle;
}
div#depotfinder .page.tpl-creditcard .hint-overlay.comparison table tr.foot td {
  font-weight: bold;
}
@media screen and (max-width: 1075px) {
  div#depotfinder .page.tpl-creditcard .group.input {
    width: 100%;
    padding: 10px 0;
  }
  div#depotfinder .page.tpl-creditcard .group.creditcard-info {
    width: 49.5%;
  }
  div#depotfinder .page.tpl-creditcard .group.select-hint {
    display: none !important;
  }
  div#depotfinder .page.tpl-creditcard .group.total {
    width: 100%;
  }
  div#depotfinder .page.tpl-creditcard .hint-overlay.account-upgrade i {
    margin: 0 10px;
    font-size: 8vw;
  }
  div#depotfinder .page.tpl-creditcard .hint-overlay.account-upgrade img {
    max-width: 20vw;
  }
  div#depotfinder .page.tpl-creditcard .hint-overlay.account-upgrade .radiobox {
    margin: 0 10px 30px 10px;
  }
  div#depotfinder .page.tpl-creditcard .hint-overlay.comparison {
    padding: 50px 10px 30px 10px;
  }
  div#depotfinder .page.tpl-creditcard .footnote {
    position: static;
  }
}
@media screen and (max-width: 820px) {
  div#depotfinder .page.tpl-creditcard .callout-box {
    bottom: 50px;
  }
  div#depotfinder .page.tpl-creditcard .group.creditcard-info {
    width: 100%;
  }
  div#depotfinder .page.tpl-creditcard .group.creditcard-info .button {
    padding: 15px 0;
  }
}
div#depotfinder .tpl-addons .content-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
div#depotfinder .tpl-addons .group {
  padding-bottom: 60px;
  border: 2px solid #fff;
  transition: all 0.5s ease;
  position: relative;
  padding: 15px;
  margin-top: 50px;
}
div#depotfinder .tpl-addons .group.selected {
  border: 2px solid #F59D00;
}
div#depotfinder .tpl-addons .group .headline {
  background: #A6A6A6;
  color: #fff;
  margin: -15px -15px 15px -15px;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
}
div#depotfinder .tpl-addons .group .headline i {
  font-size: 20px;
  cursor: pointer;
}
div#depotfinder .tpl-addons .group .headline img {
  width: 85px;
  display: block;
  margin: -50px auto 10px;
}
div#depotfinder .tpl-addons .group .headerTitle,
div#depotfinder .tpl-account #secondSectionAccount .group .headerTitle,
div#depotfinder .tpl-account #thirdSectionContainer .group .headerTitle {
  display: inline-block;
  width: 155px !important;
  text-align: center;
  color: #00519e;
  cursor: default;
  padding: 13px 2px;
  transition: all 0.2s ease;
  position: relative;
  vertical-align: top;
  background: #fff;
  border: 1px solid #00519e;
  margin: 0px 5px;
}
div#depotfinder .tpl-account #secondSectionAccount .group .headerTitle,
div#depotfinder .tpl-account #thirdSectionContainer .group .headerTitle {
  padding: 12px 2px;
}
div#depotfinder .tpl-addons .group .headerTitle span.icon,
div#depotfinder .tpl-account #secondSectionAccount .group .headerTitle span.icon {
  width: 100%;
  height: 45px;
  fill: #00519e;
  margin: 0 0 5px 0;
  pointer-events: none;
  transition: all 0.2s ease;
  text-align: center;
}
div#depotfinder .tpl-account #secondSectionAccount .group .headerTitle.infoBtn,
div#depotfinder .tpl-account #thirdSectionContainer .group .headerTitle.infoBtn {
  background: #4f7baf;
  color: #fff;
  border: 1px solid #00519e;
  box-shadow: 0px 0px 5px #4f7baf;
  border-radius: 4px;
  cursor: pointer;
}
div#depotfinder .tpl-account #secondSectionAccount .group .headerTitle:nth-child(3) {
  padding: 22px 2px;
}
div#depotfinder .tpl-addons .group .headerTitle span.icon i,
div#depotfinder .tpl-account #secondSectionAccount .group .headerTitle span.icon i,
div#depotfinder .tpl-account #thirdSectionContainer .group .headerTitle span.icon i {
  text-align: center;
  font-size: 40px;
  position: relative;
  left: 0px;
  top: 0px;
}
div#depotfinder .tpl-account #thirdSectionContainer .group .headerTitle {
  display: block;
  width: 42.55% !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  padding-left: 5px;
}
div#depotfinder .tpl-account #thirdSectionContainer .group .headerTitle span.icon {
  font-size: 34px;
  float: left;
  line-height: 30px;
}
div#depotfinder .tpl-account #thirdSectionContainer .group .headerTitle span.icon {
  fill: #00519e;
  margin: 0 0 5px 0;
  pointer-events: none;
  transition: all 0.2s ease;
  text-align: center;
}
div#depotfinder .tpl-addons .group .headerTitle span,
div#depotfinder .tpl-account #secondSectionAccount .group .headerTitle span {
  display: block;
  min-height: 40px;
  font-size: 14px;
}
div#depotfinder .tpl-addons .group .radiobox.icon h3,
div#depotfinder .tpl-account #secondSectionAccount .group .radiobox.icon h5 {
  display: block;
  min-height: 51px;
}
div#depotfinder .tpl-addons .group .btn.btn-primary {
  margin-top: 10px;
  width: 60%;
  display: block;
  margin-left: 20%;
}
div#depotfinder .tpl-addons .group .radiobox.icon .btn.btn-primary i {
  top: 1px;
  position: relative;
  margin-right: 5px;
}
div#depotfinder .tpl-addons .group .radiobox,
div#depotfinder .tpl-account #secondSectionAccount .group .radiobox {
  width: 250px;
}
div#depotfinder .tpl-addons .group .button-compare-addons {
  margin: 20px 0 0 0;
}
div#depotfinder .tpl-addons .group .info {
  text-align: left;
  padding: 15px;
  border-top: 3px solid #fff;
  font-size: 13px;
  background: #D7E3F0;
  position: absolute;
  bottom: 42px;
  left: 0;
  width: 100%;
}
div#depotfinder .tpl-addons .group.premium {
  min-height: 460px;
}
div#depotfinder .tpl-addons .group.komfort {
  min-height: 400px;
}
div#depotfinder .tpl-addons .group.basis {
  min-height: 340px;
}
div#depotfinder .hint-overlay.addons-comparison table {
  width: calc(100% - 2px);
}
div#depotfinder .hint-overlay.addons-comparison table tr:not(.head) {
  background: #FCFCFC;
}
div#depotfinder .hint-overlay.addons-comparison table tr.head td {
  /* title */
  font-weight: bold;
}
div#depotfinder .hint-overlay.addons-comparison table tr.head td i {
  font-size: 20px;
  cursor: pointer;
}
div#depotfinder .page.tpl-addons .hint-overlay table tr.price td {
  background: #F3F3F3;
}
div#depotfinder .hint-overlay.addons-comparison table tr.head td img {
  max-width: 60px;
  margin: 5px 0;
}
div#depotfinder .hint-overlay.addons-comparison table td {
  padding: 8px 5px;
  border-bottom: 1px solid #eaeaea;
  text-align: center;
  vertical-align: middle;
  min-width: 80px;
}
div#depotfinder .hint-overlay.addons-comparison table td:nth-child(1) {
  min-width: 165px;
  text-align: left;
}
div#depotfinder .hint-overlay.addons-comparison table td > i {
  color: #00519e !important;
}
div#depotfinder .hint-overlay.addons-comparison table td .button {
  width: 145px;
  padding: 8px 3px;
}
div#depotfinder .hint-overlay.addons-comparison table td.addon-details.selected:not(.price) {
  background: #D7E3F0;
  border-bottom: 1px solid #fff;
}
div#depotfinder .hint-overlay.addons-comparison {
  position: absolute;
  left: 0;
  top: 105px;
  width: 100%;
  min-height: calc(100% - 10px);
  border: 2px solid #00519e;
  background: #F9F9F9;
  z-index: 1;
  padding: 20px;
  display: none;
}
div#depotfinder .hint-overlay.addons-comparison table td {
  padding: 0px 5px !important;
}
div#depotfinder .hint-overlay.addons-comparison table td:nth-child(1) {
  min-width: 220px;
}
@media screen and (max-width: 1100px) {
  div#depotfinder .tpl-addons .group {
    padding: 10px 10px 165px 10px;
  }
  div#depotfinder .tpl-addons .group .headline {
    margin: -10px -10px 10px -10px;
  }
}
@media screen and (max-width: 1040px) {
  div#depotfinder .tpl-addons .group.third {
    width: 100%;
    max-width: 300px;
    margin: 40px auto 15px auto;
    min-height: 0;
  }
}
@media screen and (max-width: 900px) {
  div#depotfinder .hint-overlay.addons-comparison {
    padding: 30px 3px 15px 3px;
  }
}
div#depotfinder .tpl-discount .title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 5px 0;
}
div#depotfinder .tpl-discount .subtitle {
  font-size: 15px;
  margin: 0 0 10px 0;
}
div#depotfinder .tpl-discount .subtitle2 {
  margin: 15px 0 10px 0;
}
div#depotfinder .tpl-discount .group > .checkbox {
  margin: 15px 0;
}
div#depotfinder .tpl-discount .group .button {
  width: 85px;
}
div#depotfinder .tpl-discount .group:nth-child(3) {
  padding: 5px 0 0 0;
}
div#depotfinder .tpl-discount .puzzle-wrapper {
  position: relative;
  width: 300px;
  height: 324px;
  margin: auto;
}
div#depotfinder .tpl-discount .puzzle-wrapper img {
  position: absolute;
  left: 0;
  top: 0;
}
div#depotfinder .tpl-discount .puzzle-wrapper .puzzle.enabled {
  display: none;
}
div#depotfinder .tpl-discount .puzzle-wrapper .clickfield {
  position: absolute;
  cursor: pointer;
}
div#depotfinder .tpl-discount .total {
  background: #F69D01;
  color: #fff;
  margin: 40px 0 0 0;
  padding: 20px 10px;
  font-size: 1.1em;
  position: relative;
  min-height: 125px;
}
div#depotfinder .tpl-discount .total:before {
  content: " ";
  display: block;
  background: url(../../img/box-connect-arrow-small-top.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 30px;
  position: absolute;
  top: -30px;
  left: 0;
}
div#depotfinder .tpl-discount .total-out {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 1090px) {
  div#depotfinder .tpl-discount.page .group.fourty {
    width: 100%;
  }
  div#depotfinder .tpl-discount.page .group.sixty {
    width: 100%;
  }
  div#depotfinder .tpl-discount.page .checkbox {
    display: block;
    margin: 20px 0;
  }
}
div#depotfinder .cashback {
  color: #F59D00;
  text-align: center !important;
}
div#depotfinder .page.tpl-finalresult .result-table-wrapper {
  display: table;
  width: 100%;
}
div#depotfinder .page.tpl-finalresult .result-table-wrapper .row {
  display: table-row;
}
div#depotfinder .page.tpl-finalresult .result-table-wrapper .row .field {
  display: table-cell;
  height: 61px;
  background: #F3F3F3;
  vertical-align: middle;
  padding: 10px;
  border-bottom: 2px solid #fff;
  position: relative;
  /*font-weight: bold;*/
  text-align: left;
  /*white-space: nowrap;*/
}
div#depotfinder .page.tpl-finalresult .result-table-wrapper .row .field:nth-child(1) {
  white-space: nowrap;
  color: #00519e;
  font-weight: bolder;
}
div#depotfinder .page.tpl-finalresult .result-table-wrapper .row .field:nth-child(1) span {
  background: #00519e;
  color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding: 1px;
  font-weight: bold;
  display: inline-block;
  margin: 0 6px 0 0;
  text-align: center;
}
div#depotfinder .page.tpl-finalresult .result-table-wrapper .row .field .fa {
  font-size: 18px;
}
div#depotfinder .page.tpl-finalresult .result-table-wrapper .row .field.price {
  text-align: right;
  font-weight: bold;
}
div#depotfinder .page.tpl-finalresult .result-table-wrapper .row .field.price em {
  text-decoration: line-through;
}
div#depotfinder .page.tpl-finalresult .result-table-wrapper .row.total .field {
  background: #F2F6FB;
  color: #135195;
  font-size: 1.1em;
}
div#depotfinder .page.tpl-finalresult .result-table-wrapper .badge {
  color: #fff;
  background: #00519e;
  border-radius: 50% 50% 50% 3px;
  width: 75px;
  height: 75px;
  font-size: 10px;
  position: absolute;
  left: 315px;
  top: -22px;
  padding: 20px 6px;
  text-align: center;
  z-index: 1;
  /* transform: rotate(-11deg); */
}
div#depotfinder .page.tpl-finalresult .buttons-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: justify;
  justify-content: space-around;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
div#depotfinder .page.tpl-finalresult .buttons-wrapper .button {
  width: 32%;
  margin: 10px 0 0 0;
  padding: 18px;
}
div#depotfinder .page.tpl-finalresult .buttons-wrapper .button:focus,
div#depotfinder .page.tpl-finalresult .buttons-wrapper .button:hover {
  color: #fff;
}
div#depotfinder .page.tpl-finalresult .overlay-info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  padding: 10vw;
  text-align: center;
  display: none;
  z-index: 1;
}
div#depotfinder .page.tpl-finalresult .overlay-info span {
  display: block;
  font-size: 18px;
  max-width: 60%;
  margin: auto;
  padding: 0 0 50px 0;
}
@media screen and (max-width: 1140px) {
  div#depotfinder .page.tpl-finalresult .result-table-wrapper .badge {
    width: auto;
    height: auto;
    position: static;
    border-radius: 0;
    padding: 0;
    text-align: left;
    display: block;
    margin: 4px 0 0 0;
    font-size: inherit;
    background: transparent;
    color: #F59D00;
  }
}
@media screen and (max-width: 950px) {
  div#depotfinder .page.tpl-finalresult .result-table-wrapper {
    display: block;
    width: 100%;
  }
  div#depotfinder .page.tpl-finalresult .result-table-wrapper .row {
    display: block;
    border-bottom: 1px solid Silver;
    padding: 5px;
  }
  div#depotfinder .page.tpl-finalresult .result-table-wrapper .row:after {
    content: " ";
    display: block;
    clear: both;
  }
  div#depotfinder .page.tpl-finalresult .result-table-wrapper .row .field {
    font-size: 0.9em;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 0 10px 0;
    border-bottom: 2px solid #fff;
    position: relative;
    text-align: left;
    background: transparent !important;
    height: auto;
  }
  div#depotfinder .page.tpl-finalresult .result-table-wrapper .row .field:first-child {
    display: block;
    padding: 10px 0 0 0;
    font-size: 1.1em;
    font-weight: bold;
  }
  div#depotfinder .page.tpl-finalresult .result-table-wrapper .row .field.middle {
    width: 90%;
  }
  div#depotfinder .page.tpl-finalresult .result-table-wrapper .row .field.price {
    float: right;
    max-width: 30%;
  }
  div#depotfinder .page.tpl-finalresult .result-table-wrapper .row.total {
    font-size: 1em;
    font-weight: bold;
    border-bottom: 0 !important;
  }
  div#depotfinder .page.tpl-finalresult .buttons-wrapper .button:focus,
  div#depotfinder .page.tpl-finalresult .buttons-wrapper .button:hover {
    color: #fff;
  }
  div#depotfinder .page.tpl-finalresult .buttons-wrapper {
    display: block;
  }
  div#depotfinder .page.tpl-finalresult .buttons-wrapper .button {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 5px auto;
  }
}
div#depotfinder .page.tpl-twocol {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
div#depotfinder .page.tpl-twocol .left {
  width: 63%;
  padding: 85px 30px 30px 30px;
}
div#depotfinder .page.tpl-twocol .left .question {
  font-size: 21px;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
}
div#depotfinder .page.tpl-twocol .left .question span {
  display: block;
  font-size: 0.7em;
}
div#depotfinder .page.tpl-twocol .left .input-elements-wrapper {
  text-align: center;
  padding: 100px 0 0 0;
}
div#depotfinder .page.tpl-twocol .left .input-elements-wrapper .radiobox,
div#depotfinder .page.tpl-twocol .left .input-elements-wrapper .checkbox {
  margin: 0 30px;
}
div#depotfinder .page.tpl-twocol .right {
  width: 32%;
  margin: 50px 30px 30px 0;
  border-left: 1px solid #d8d8d8;
}
@media screen and (max-width: 1150px) {
  div#depotfinder .page.tpl-twocol {
    display: block;
    border: 0;
    border-top: 1px solid #d8d8d8;
  }
  div#depotfinder .page.tpl-twocol .left,
  div#depotfinder .page.tpl-twocol .right {
    width: 100%;
    max-width: 500px;
    padding: 25px 15px 0 15px;
    margin: 0 auto;
    border: 0;
  }
  div#depotfinder .page.tpl-twocol .left .question {
    font-size: 17px;
  }
}
div#depotfinder .page.tpl-overview h2 {
  text-align: left;
  padding-left: 0;
}
div#depotfinder .page.tpl-overview table {
  width: 99%;
}
div#depotfinder .page.tpl-overview table th,
div#depotfinder .page.tpl-overview table td {
  padding: 4px 6px;
  background: #fff;
  text-align: left;
  border-bottom: 1px solid #eaeaea;
  font-size: 12px;
  vertical-align: middle;
  text-align: center;
}
div#depotfinder .page.tpl-overview table th.account img {
  width: 90px;
}
div#depotfinder .page.tpl-overview table th .stoerer {
  position: absolute;
  left: -10px;
}
div#depotfinder .page.tpl-overview table tr.price td {
  font-weight: bold;
  font-size: 1.01em;
}
div#depotfinder .page.tpl-overview table tr td:nth-child(2) i {
  background-color: #b8a988;
  padding: 2px;
  border-radius: 50%;
  color: #fff;
}
div#depotfinder .page.tpl-overview table tr td:nth-child(3) i {
  background-color: #f47929;
  padding: 2px;
  border-radius: 50%;
  color: #fff;
}
div#depotfinder .page.tpl-overview table tr td:nth-child(4) i {
  background-color: #005baa;
  padding: 2px;
  border-radius: 50%;
  color: #fff;
}
div#depotfinder .page.tpl-overview table tr td:nth-child(5) i {
  background-color: #ed1c24;
  padding: 2px;
  border-radius: 50%;
  color: #fff;
}
div#depotfinder .page.tpl-overview.jugend table tr td:nth-child(2) i {
  background-color: #009DE0;
  padding: 2px;
  border-radius: 50%;
  color: #fff;
}
div#depotfinder .page.tpl-overview table td:first-child {
  text-align: left;
  padding-right: 15px;
  padding-left: 6px;
  width: 600px;
}
div#depotfinder .page.tpl-overview table td:first-child.FirstChildInSecondCell {
  width: auto;
  text-align: center;
}
div#depotfinder .page.tpl-overview table td table tr td:first-child {
  text-align: center;
  width: 200px;
}
div#depotfinder .page.tpl-overview table td[colspan] {
  text-align: center;
}
div#depotfinder .page.tpl-overview table td.SmallTitle[colspan] {
  font-weight: bold;
}
div#depotfinder .page.tpl-overview table td.BolderTitle {
  font-weight: bolder;
  color: #595959;
}
div#depotfinder .page.tpl-overview table td.BigTitle[colspan] {
  background: #595959;
  color: #fff;
}
div#depotfinder .page.tpl-overview table td.SmallTitle[colspan] {
  background: rgba(126, 126, 126, 0.18);
  color: #7e7e7e;
  text-align: left;
}
div#depotfinder .page.tpl-overview table td {
  position: relative;
  border: 1px solid #e6e6e6;
}
div#depotfinder .page.tpl-overview table th {
  padding: 6px 6px 6px 0;
}
div#depotfinder .page.tpl-overview table th.account {
  width: 130px;
}
div#depotfinder .page.tpl-overview .footnote {
  color: Silver;
  font-size: 11px;
  padding: 5px 0;
  margin-top: 16px;
}
div#depotfinder sup.new {
  display: inline-block;
  padding: 0 2px;
  background: #F69D01;
  border-radius: 2px;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 0 3px;
}
@media screen and (max-width: 1150px) {
  div#depotfinder .page.tpl-overview table td:first-child {
    width: 200px;
  }
}
@media screen and (max-width: 1050px) {
  div#depotfinder .page.tpl-overview .content {
    margin: 0;
  }
}
@media screen and (max-width: 900px) {
  div#depotfinder .page.tpl-overview table th .stoerer {
    left: -50px;
  }
}
div#depotfinder .tpl-youth .account-result {
  text-align: left;
  display: none;
}
div#depotfinder .tpl-youth .account-result img {
  max-width: 150px;
  float: left;
  margin: 0 20px 20px 0;
}
div#depotfinder .tpl-youth .account-result ul {
  float: left;
  max-width: calc(100% - 200px);
  min-width: 300px;
}
div#depotfinder .tpl-youth .accounts-wrapper {
  margin: 20px 0 40px 0;
}
div#depotfinder .tpl-youth .accounts-wrapper img {
  max-width: 90px;
  margin: 0 10px;
}
div#depotfinder .tpl-youth .buttons-wrapper .button {
  width: 31%;
  margin: 10px 1% 0 0;
  padding: 18px;
}
@media screen and (max-width: 900px) {
  div#depotfinder .tpl-youth .buttons-wrapper .button {
    width: 100%;
    margin: 10px 0;
  }
}
div#depotfinder .tpl-promise h2 {
  margin: 30px 0 0 0;
}
div#depotfinder .tpl-promise .image {
  width: 100%;
  padding-top: 33%;
  background-image: url(../../img/banner1.jpg);
  background-size: cover;
  background-position: top;
}
div#depotfinder .tpl-promise .corner-button {
  color: #fff;
}
div#depotfinder .tpl-promise .item {
  font-size: 15px;
  margin: 5px 0;
  display: inline-block;
  width: 100%;
  min-height: 125px;
  padding: 8px 25px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #d9d9d9;
}
div#depotfinder .tpl-promise .item:last-child {
  border: none;
  min-height: 1px;
  text-align: center;
}
div#depotfinder .tpl-promise .item .headerItem h4 {
  font-size: 15px;
  display: block;
  margin: 0 0 15px 0;
  color: #00519e;
  font-weight: bold;
}
div#depotfinder .tpl-promise .item ul {
  padding-left: 16px;
}
div#depotfinder .tpl-promise .item ul li {
  width: 100%;
  margin-bottom: 10px;
  font-size: 13px;
}
div#depotfinder .tpl-promise .logo-wrapper {
  text-align: center;
  margin: 30px 0 0 0;
  color: #00519e;
  font-weight: bold;
}
div#depotfinder .tpl-promise .logo-wrapper img {
  width: 213px;
  margin: 0 0 5px 0;
}
@media screen and (max-width: 1080px) {
  div#depotfinder .tpl-promise .logo-wrapper {
    margin: 50px 0 0 0;
  }
}
@media screen and (max-width: 1060px) {
  div#depotfinder .tpl-promise .item {
    width: 100%;
    display: block;
    min-height: 0;
    margin: 0;
    padding: 10px 20px;
  }
  div#depotfinder .tpl-promise .logo-wrapper {
    text-align: center;
  }
}
div#depotfinder .page.tpl-appointment .flex-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
div#depotfinder .page.tpl-appointment .flex-wrapper h2 {
  font-size: 17px;
  margin: 15px 0 5px 0;
  text-align: left;
}
div#depotfinder .page.tpl-appointment .flex-wrapper h2:first-child {
  margin-top: 0;
}
div#depotfinder .page.tpl-appointment .left {
  width: 40%;
  padding: 30px;
}
div#depotfinder .page.tpl-appointment .right {
  width: 60%;
  padding: 30px;
}
div#depotfinder .page.tpl-appointment .form-wrapper input[type=text],
div#depotfinder .page.tpl-appointment .form-wrapper select {
  box-sizing: inherit;
  font-family: inherit;
  font-size: inherit;
  background: #fff;
  padding: 8px;
  border: 1px solid #989898;
  width: 100%;
  margin: 0 0 10px 0;
  max-width: 300px;
}
div#depotfinder .page.tpl-appointment .form-wrapper select.small {
  width: 15%;
  min-width: 80px;
}
div#depotfinder .page.tpl-appointment .privacy-wrapper {
  position: relative;
  font-size: 0.9em;
  line-height: 1.2;
  margin: 0 0 20px 0;
}
div#depotfinder .page.tpl-appointment .privacy-wrapper input {
  position: absolute;
  left: 0;
  top: 0;
}
div#depotfinder .page.tpl-appointment .button.processing {
  cursor: default;
  pointer-events: none;
}
div#depotfinder th.ui-datepicker-week-end,
div#depotfinder td.ui-datepicker-week-end {
  opacity: 0.1;
  pointer-events: none;
}
div#depotfinder .page.tpl-appointment .ui-datepicker-trigger {
  position: relative;
  left: -27px;
  top: -3px;
  padding: 0;
  width: 20px;
  height: 23px;
}
@media screen and (max-width: 1250px) {
  div#depotfinder .page.tpl-appointment .left,
  div#depotfinder .page.tpl-appointment .right {
    padding: 10px;
  }
}
@media screen and (max-width: 1050px) {
  div#depotfinder .page.tpl-appointment .flex-wrapper {
    display: block;
  }
  div#depotfinder .page.tpl-appointment .left,
  div#depotfinder .page.tpl-appointment .right {
    width: 100%;
    max-width: 350px;
    padding: 10px 0 0 0;
    margin: 0 auto;
  }
  div#depotfinder .page.tpl-appointment .right {
    padding-bottom: 35px;
  }
}
