/*@font-face {*/
/*font-family: DIN-Bold;*/
/*src: url("../fonts/webFonts/Bold/DIN-Bold.woff");*/
/*}*/
/*@font-face {*/
/*font-family: DIN-Regular;*/
/*src: url("../fonts/webFonts/regular/DINR-regular.woff");*/
/*}*/
div#depotfinder {
  /* img {
    max-width: 100%;
} */
  /**** Helpers ****/
  /**** Custom ext lib overrides ****/
  /********************/
  /**** UI Elements ****/
  /********************/
  /*.progress-item.current i {*/
  /*display: none;*/
  /*}*/
  /*
.finder-wrapper .progress-wrapper .progress-item:not(.done):not(.current) img {
    display: none !important;
}*/
  /* => layout details defined in app.pages-templates.css */
  /*  Range Bar  */
  /* Mouse-over effects */
  /* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
  /*  General Class  */
  /*.modal .modal-body {*/
  /*min-height: 50vh;*/
  /*}*/
  /*input[type=text]:after {*/
  /*content: "\f2bd";*/
  /*font-family: 'FontAwesome';*/
  /*font-size: 14px;*/
  /*color: #f00;*/
  /*}*/
  /*.tpl-finalresult .result-table-wrapper #RegularSaving , .tpl-finalresult .result-table-wrapper #RegularSaving .sparplanFounds , .tpl-finalresult .result-table-wrapper #RegularSaving .lifeAssurance {*/
  /*display: none;*/
  /*}*/
  /* ----------------------------------------- Print Screen ------------------------------------ */
  /* -------------------------------------------- Responsive Screens -----------------------------------------------  */
}
div#depotfinder *,
div#depotfinder *:before,
div#depotfinder *:after {
  font-weight: inherit;
  box-sizing: border-box;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}
div#depotfinder *:not(input) {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
div#depotfinder {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 13px;
  background: #fff;
}
div#depotfinder .print {
  display: none !important;
}
div#depotfinder a {
  color: #00519e;
  transition: all 0.3s ease;
}
div#depotfinder a:hover {
  color: #ec751a;
}
div#depotfinder input[type=text] {
  box-shadow: none !important;
  -webkit-appearance: none;
  border-radius: 0;
}
div#depotfinder .mobile {
  display: none;
}
div#depotfinder .footnote {
  font-size: 0.8em;
  color: Gray;
}
div#depotfinder #kindOfSecurities .footnote {
  line-height: 12px;
}
div#depotfinder .vcenter {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  height: 100%;
}
div#depotfinder .mobile-only {
  display: none;
}
div#depotfinder .displayNone {
  display: none;
}
div#depotfinder .clearfix {
  clear: both;
}
div#depotfinder .template-snippet {
  display: none;
}
div#depotfinder .initially-hidden {
  display: none;
}
div#depotfinder .no-padding {
  padding: 0 !important;
}
div#depotfinder .noPaddingLeft {
  padding-left: 0px;
}
div#depotfinder .content-align-right {
  text-align: right !important;
}
div#depotfinder .content-align-left {
  text-align: left !important;
}
div#depotfinder strong {
  font-weight: bold;
}
div#depotfinder sup {
  font-size: 0.8em;
  vertical-align: super;
}
div#depotfinder .hidden-by-mandatory-option-unset {
  opacity: 0;
  pointer-events: none;
}
div#depotfinder .tpl-bankcard .listOfFeature .featerContainer .checklist {
  min-height: 360px;
  padding: 5px;
}
div#depotfinder .checklist li {
  margin: 3px 0;
  position: relative;
  padding: 0 0 0 18px;
  list-style-type: none;
  text-align: left;
}
div#depotfinder .checklist li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  color: #00519e;
}
div#depotfinder .highlight-added {
  background: #ec751a;
  transition: none;
}
div#depotfinder .highlight-removed {
  transition: all 1s linear;
}
div#depotfinder #tooltip {
  max-width: 400px;
  line-height: 1.3;
  border-radius: 3px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
div#depotfinder .fa-info-circle {
  cursor: help;
  color: #00519e;
}
div#depotfinder .button {
  display: inline-block;
  background: #00519e;
  box-shadow: 0px 0px 0px #135195;
  color: #fff;
  padding: 8px 25px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: background 0.3s ease, box-shadow 0.3s ease;
  height: auto;
  line-height: normal;
  min-width: auto; 
}
div#depotfinder .button.big {
  padding: 12px 30px;
}
div#depotfinder .button:hover {
  color: #fff;
  background: #1d5ea5;
  box-shadow: 0px 0px 3px #1d5ea5;
}
div#depotfinder .button.nowrap {
  white-space: nowrap;
}
div#depotfinder .button.active {
  background: #0066B3;
  box-shadow: 0 0 0 !important;
}
div#depotfinder .button.highlight {
  background: #ec751a;
}
div#depotfinder .button.highlight:hover {
  background: #faa610;
  box-shadow: 0px 0px 3px #faa610;
}
div#depotfinder .corner-button {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 30px;
  color: #1d5ea5;
  cursor: pointer;
}
div#depotfinder .corner-button.small {
  font-size: 20px;
}
div#depotfinder .checkbox:not(.special),
div#depotfinder .radiobox:not(.special) {
  cursor: pointer;
  display: inline-block;
}
div#depotfinder .checkbox:not(.special):not(.button),
div#depotfinder .radiobox:not(.special):not(.button) {
  position: relative;
  padding: 0 0 0 35px;
  font-size: 13px;
  text-align: left;
}
div#depotfinder .checkbox:not(.special):not(.button):before,
div#depotfinder .radiobox:not(.special):not(.button):before {
  content: " ";
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 2px solid #00519e;
  margin: 0 10px 0 0;
  vertical-align: middle;
  border-radius: 50% 50% 2px 50%;
  background: #fff;
  position: absolute;
  top: -7px;
  left: 0;
}
div#depotfinder .checkbox:not(.special):not(.button) > span,
div#depotfinder .radiobox:not(.special):not(.button) > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
}
div#depotfinder .checkbox:not(.special):not(.button).selected,
div#depotfinder .radiobox:not(.special):not(.button).selected {
  color: #ec751a;
}
div#depotfinder .checkbox:not(.special):not(.button).selected:before,
div#depotfinder .radiobox:not(.special):not(.button).selected:before {
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 22px;
  color: #fff;
  background: #ec751a;
  border: 2px solid #ec751a;
  line-height: 1;
}
div#depotfinder .radiobox.statement,
div#depotfinder .checkbox.statement {
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  padding: 0.2em 0 0 32px;
}
div#depotfinder .checkbox.statement:before,
div#depotfinder .radiobox.statement:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "+";
  font-size: 20px;
  line-height: 1;
  border: 2px solid #ec751a;
  color: #ec751a;
  text-align: center;
  display: inline-block;
  width: 26px;
  height: 26px;
  padding: 1px 0 0 1px;
}
div#depotfinder .radiobox.statement.selected,
div#depotfinder .checkbox.statement.selected {
  color: #ec751a;
}
div#depotfinder .checkbox.statement.selected:before,
div#depotfinder .radiobox.statement.selected:before {
  font-family: "FontAwesome";
  content: "\f00c";
  background: #ec751a;
  color: #fff;
}
div#depotfinder .radiobox.button.selected {
  background: #ec751a;
}
div#depotfinder .radiobox.button.selected:hover {
  box-shadow: 0 0 0 #fff;
}
div#depotfinder .radiobox.icon {
  display: inline-block;
  width: 150px;
  text-align: center;
  color: #00519e;
  cursor: pointer;
  padding: 15px 2px;
  transition: all 0.2s ease;
  position: relative;
  vertical-align: top;
  background: #fff;
  border: 1px solid #00519e;
  margin: 0 5px;
}
div#depotfinder .radiobox.icon.rangeContainer,
div#depotfinder .radiobox.icon.counterContainer {
  cursor: default;
}
div#depotfinder .accountAdditionContainer.additionList p {
  cursor: pointer;
}
div#depotfinder .tpl-addons .CheckedPar {
  color: #ec751a;
}
div#depotfinder #secondSectionAccount .radiobox.icon {
  padding: 16px 7px 2px;
}
div#depotfinder .radiobox.icon svg {
  width: 100%;
  height: 45px;
  fill: #00519e;
  margin: 0 0 5px 0;
  pointer-events: none;
  transition: all 0.2s ease;
  font-size: 45px;
}
div#depotfinder .radiobox.icon span {
  display: block;
  min-height: 3.9em;
  font-size: 12px;
}
div#depotfinder .VolumeInvest .icon .fa.fa-rss {
  transform: rotate(-45deg);
}
div#depotfinder .futureVolumeInvest .icon .fa.fa-rss {
  transform: rotate(135deg);
}
div#depotfinder .radiobox.icon.rangeContainer {
  width: 40% !important;
}
div#depotfinder .radiobox.icon i {
  position: absolute;
  left: 5px;
  top: 5px;
  font-size: 16px;
}
div#depotfinder .radiobox.icon 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 .radiobox.icon span.icon i {
  text-align: center;
  font-size: 40px;
  position: relative;
  left: 0px;
  top: 0px;
}
div#depotfinder .radiobox.icon:hover {
  color: #00519e;
}
div#depotfinder .radiobox.icon:hover svg {
  fill: #00519e;
}
div#depotfinder .radiobox.icon.selected {
  background: #ec751a;
  color: #fff;
  border: 1px solid #ec751a;
}
div#depotfinder .tpl-addons .radiobox.icon.selected {
  background: #fff;
  border: 1px solid #00519e;
  color: #00519e;
}
div#depotfinder .tpl-addons .radiobox.icon.selected:after {
  display: none;
}
div#depotfinder .radiobox.icon.selected i {
  color: #fff;
}
div#depotfinder .radiobox.icon.selected svg {
  fill: #fff;
}
div#depotfinder .radiobox.icon.selected:after {
  font-family: "FontAwesome";
  content: "\f058";
  font-size: 35px;
  color: #ec751a;
  background: #F9F9F9;
  border-radius: 50%;
  position: absolute;
  right: -12px;
  top: -12px;
  height: 45px;
  width: 44px;
}
div#depotfinder .radiobox.special.link {
  color: #0E62AB;
  display: inline;
  cursor: pointer;
}
div#depotfinder .radiobox .unselected {
  display: inline;
}
div#depotfinder .radiobox .selected {
  display: none;
}
div#depotfinder .radiobox.selected .unselected {
  display: none;
}
div#depotfinder .radiobox.selected .selected {
  display: inline;
}
div#depotfinder .radiobox p {
  color: #333;
  font-size: 10px;
  line-height: 15px;
  margin-top: -28px;
  margin-bottom: 16px;
}
div#depotfinder .top-bar-warning-message {
  width: 100%;
  background: #000;
  color: #fff;
  padding: 10px;
  text-align: center;
}
div#depotfinder .modal-warning-message {
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  padding: 20% 30%;
  line-height: 1.3;
  text-align: center;
}
div#depotfinder .master-wrapper {
  padding: 0;
  max-width: 780px;
  margin: auto;
}
div#depotfinder .iframe-message {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 100;
  padding: 10vh 10vw;
  text-align: center;
  font-size: 13px;
  line-height: 1.3;
  display: none;
}
div#depotfinder .inframe .iframe-message {
  display: block;
}
div#depotfinder .intro-wrapper {
  width: 100%;
  position: relative;
  min-height: 660px;
}
div#depotfinder .intro-wrapper .slides-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
div#depotfinder .intro-wrapper .slides-wrapper .slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-position: center;
  background-size: cover;
}
div#depotfinder .intro-wrapper .buttons-wrapper {
  position: relative;
  padding: 150px 0 100px 7%;
  text-align: left;
  z-index: 10;
}
div#depotfinder .intro-wrapper .buttons-wrapper .button {
  font-size: 1.15rem;
  padding: 20px 30px;
  min-width: 200px;
  border: 1px solid #fff;
}
div#depotfinder .intro-wrapper .accounts-wrapper {
  text-align: left;
  width: 260px;
  position: relative;
  z-index: 11;
  margin: 0 0 70px 5%;
}
div#depotfinder .intro-wrapper .accounts-wrapper img {
  height: 100px;
  margin: 5px;
}
div#depotfinder .intro-wrapper .footer-wrapper,
div#depotfinder .finder-wrapper .footer-wrapper {
  width: 100%;
  padding: 15px;
  background: #D7E3F0;
  border-top: 1px solid #fff;
  position: relative;
  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: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
div#depotfinder .intro-wrapper .footer-wrapper a,
div#depotfinder .finder-wrapper .footer-wrapper a {
  color: #135195;
  text-decoration: none;
}
div#depotfinder .intro-wrapper .footer-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
}
div#depotfinder .finder-wrapper {
  background: #fff;
  display: none;
  position: relative;
}
div#depotfinder .finder-wrapper .progress-wrapper {
  padding: 10px 0 0 0;
  margin: 0 0 5px 0;
  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: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
div#depotfinder .finder-wrapper .progress-wrapper .progress-item {
  width: 16%;
  background: #fff;
  border: 1px solid #135195;
  height: 90px;
  position: relative;
  color: #135195;
  text-align: center;
  padding: 12px 0 0 0;
  background-image: url(../../img/progress-empty.png);
  background-repeat: no-repeat;
  background-position: center 15px;
  transition: all 0.5s ease;
}
div#depotfinder .finder-wrapper .progress-wrapper .progress-item.filled {
  background-image: none;
}
div#depotfinder .finder-wrapper .progress-wrapper .progress-item.current {
  background-color: #f2f6fb;
  border: 1px solid #ec751a;
}
div#depotfinder .finder-wrapper .progress-wrapper .progress-item.done,
div#depotfinder .finder-wrapper .progress-wrapper .progress-item.done-forever {
  background-color: #f2f6fb;
  background-image: none;
  cursor: pointer;
}
div#depotfinder .finder-wrapper .progress-wrapper .progress-item.done:not(.filled) {
  opacity: 0.7;
}
div#depotfinder .finder-wrapper .progress-wrapper .progress-item .number {
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 3px;
  background: #135195;
  width: 20px;
  height: 20px;
  border-radius: 13px;
  position: absolute;
  left: calc(50% - 10px);
  top: -10px;
  transition: all 0.5s ease;
}
div#depotfinder .finder-wrapper .progress-wrapper .progress-item.current .number {
  background: #ec751a;
}
div#depotfinder .finder-wrapper .progress-wrapper .progress-item .label {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 5px;
  font-size: 12.5px;
}
div#depotfinder .finder-wrapper .progress-wrapper .progress-item i {
  font-size: 45px;
}
div#depotfinder .finder-wrapper .progress-wrapper .progress-item img {
  max-width: 80px;
  max-height: 45px;
  display: none;
}
div#depotfinder .finder-wrapper .supply-bar-wrapper {
  border: 1px solid #696969;
  background: #EFEFEF;
  padding: 1px;
  position: relative;
}
div#depotfinder .finder-wrapper .supply-bar-wrapper .supply-bar {
  background: #ec751a;
  min-height: 20px;
  text-align: right;
  transition: all 1s ease;
  padding: 4px 0;
}
div#depotfinder .finder-wrapper .supply-bar-wrapper .supply-bar span {
  white-space: nowrap;
  color: #000;
  text-align: right;
  font-weight: bold;
  font-style: italic;
  padding: 0 22px 0 5px;
}
div#depotfinder .finder-wrapper .supply-bar-wrapper i {
  position: absolute;
  right: 3px;
  top: 3px;
  font-size: 18px;
}
div#depotfinder .page {
  color: #434343;
  line-height: 1.3;
  background: #fff;
  padding-bottom: 5px;
}
div#depotfinder .page h2 {
  width: 100%;
  color: #000;
  font-size: 18px;
  padding: 10px 0;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
div#depotfinder .finder-wrapper .progress-wrapper .progress-item[data-progress=finalresult] {
  background-image: none;
}
div#depotfinder .page .group {
  background: #F9F9F9;
  text-align: center;
  padding: 20px;
  margin: 5px 0;
  width: 100%;
  position: relative;
}
div#depotfinder .page .group.fourty {
  width: 39.5%;
}
div#depotfinder .page .group.third {
  width: 32.5%;
}
div#depotfinder .page .group.sixty {
  width: 59.5%;
}
div#depotfinder .page .group .question {
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  margin: 0 0 15px 0;
}
div#depotfinder .page #secondSectionAccount .group .question {
  margin: 0 0 5px 0;
}
div#depotfinder #kindOfSecurities .sideBar ul li {
  cursor: pointer;
}
div#depotfinder .page .group .question + p {
  margin: 0px;
  margin-bottom: 5px;
  font-size: 10px;
}
div#depotfinder .page .corner-link-wrapper {
  margin: 10px 0 0 0;
  text-align: right;
  width: 100%;
}
div#depotfinder .finder-wrapper .footer-buttons-wrapper {
  width: 100%;
  padding: 6px 0;
  border-top: 2px solid #eaeaea;
  background: rgba(255, 255, 255, 0.8);
  margin: 20px 0 0 0;
}
div#depotfinder .finder-wrapper .footer-buttons-wrapper .align-right {
  float: right;
}
div#depotfinder .finder-wrapper .footer-buttons-wrapper .desktop {
  display: inline;
}
div#depotfinder .finder-wrapper .footer-buttons-wrapper .mobile {
  display: none;
}
div#depotfinder .disclaimer {
  padding: 10px 0 0 0;
  color: Silver;
  text-align: justify;
  font-size: 12px;
  line-height: 1.3;
}
div#depotfinder .range-form {
  width: 100%;
  margin: auto;
  padding: 10px;
}
div#depotfinder #secondSectionAccount .range-form {
  padding: 0px;
}
div#depotfinder .range-slider {
  -webkit-appearance: none;
  /* Override default CSS styles */
  appearance: none;
  width: 100%;
  /* Full-width */
  height: 10px;
  border-radius: 5px;
  /* Specified height */
  background: #d3d3d3;
  /* Grey background */
  outline: none;
  /* Remove outline */
  opacity: 0.7;
  /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: 0.2s;
  /* 0.2 seconds transition on hover */
  transition: opacity 0.2s;
  position: relative;
}
div#depotfinder .range-slider:hover {
  opacity: 1;
  /* Fully shown on mouse-over */
}
div#depotfinder .range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Override default look */
  appearance: none;
  width: 18px;
  /* Set a specific slider handle width */
  height: 18px;
  /* Slider handle height */
  background: #4CAF50;
  /* Green background */
  cursor: pointer;
  /* Cursor on hover */
  border-radius: 50%;
}
div#depotfinder .range-slider::-moz-range-thumb {
  width: 18px;
  /* Set a specific slider handle width */
  height: 18px;
  /* Slider handle height */
  background: #4CAF50;
  /* Green background */
  cursor: pointer;
  /* Cursor on hover */
}
div#depotfinder .marginBottom15 {
  margin-bottom: 15px;
}
div#depotfinder .marginBottom35 {
  margin-bottom: 35px !important;
}
div#depotfinder .marginLeft25px {
  margin-left: 25px;
}
div#depotfinder .disabled {
  opacity: 0.3;
  pointer-events: none;
}
div#depotfinder .marginBottom10 {
  margin-bottom: 10px;
}
div#depotfinder .marginTop10px {
  margin-top: 10px;
}
div#depotfinder .marginTop5px {
  margin-top: 5px;
}
div#depotfinder .paddingRightLeft5px {
  padding-right: 5px !important;
  padding-left: 5px !important;
}
div#depotfinder .floatRight {
  float: right;
}
div#depotfinder .displayNone {
  display: none !important;
}
div#depotfinder .arrows {
  position: absolute;
  width: 500px;
  right: 0;
  bottom: 0px;
}
div#depotfinder .arrows img {
  width: 100%;
}
div#depotfinder #kindOfSecurities .modal-body {
  padding: 15px 25px;
}
div#depotfinder .modal .close {
  margin-right: 10px;
  position: relative;
  z-index: 132;
}
div#depotfinder #yourInvestmentVolume .modal-body {
  padding: 20px ;
}
div#depotfinder .modal-body h4 {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
}
div#depotfinder .modal-body h5 {
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  margin-top: 5px;
}
div#depotfinder .modal-body h6 {
  text-align: center;
  font-weight: 600;
  font-size: 13px;
}
div#depotfinder .modal-body ul {
  width: 100%;
  list-style-type: none;
  margin-bottom: 35px;
  padding-top: 20px;
}
div#depotfinder .modal-body ul li {
  width: 31%;
  margin-right: 2%;
  float: left;
  text-align: center;
}
div#depotfinder .modal-body ul li:last-child {
  margin-right: 0px;
}
div#depotfinder .modal-body p.IconInfo {
  text-align: center;
  font-size: 46px;
  margin-bottom: 25px;
  color: #FF9800;
}
div#depotfinder .modal-body p.IconInfo i {
  color: #FF9800;
}
div#depotfinder .modal-body .btn-close {
  display: block;
  margin-top: 25px;
}
div#depotfinder #yourInvestmentVolume .modal-body .btn {
  margin-right: 5px;
  padding: 10px;
  font-size: 12px;
  border-radius: 6px;
  border: none;
  margin-top: 11px;
}
div#depotfinder #yourInvestmentVolume .modal-body .btn:last-child {
  margin-right: 0px;
}
div#depotfinder .AbovelayerForBegining {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 10;
}
div#depotfinder .AbovelayerForBegining img {
  height: 100%;
  margin-left: -125px;
}
div#depotfinder .prgressStatus {
  width: 100%;
  margin-bottom: 15px;
}
div#depotfinder .prgressStatus h4 {
  text-align: center;
  color: #135195;
  font-size: 18px;
  padding: 10px 0px;
  font-weight: bold;
}
div#depotfinder .prgressStatus p {
  text-align: center;
  font-size: 13px;
  line-height: 25px;
  margin-top: 17px;
}
div#depotfinder .sideBar h3,
div#depotfinder .picDetails h3 {
  margin-bottom: 10px;
  font-weight: bold;
}
div#depotfinder .sideBar ul {
  width: 100%;
  height: auto;
  list-style-type: none;
}
div#depotfinder .sideBar ul li {
  width: 100%;
  float: left;
  border: 1px solid #949494;
  border-radius: 10px;
  margin-bottom: 10px;
}
div#depotfinder .sideBar ul li:last-child {
  margin-bottom: 0px;
}
div#depotfinder .sideBar ul li .headerList {
  width: 100%;
  padding: 6px;
  background-color: #c9c9c9;
  border: 1px solid #bababa;
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
  color: #565656;
  text-align: left;
}
div#depotfinder .sideBar ul li .headerList input {
  margin-right: 5px;
  margin-top: 0px;
  float: left;
}
div#depotfinder .sideBar ul li .headerList label {
  font-size: 12px;
}
div#depotfinder .sideBar ul li .listContent {
  padding: 7px 15px;
}
div#depotfinder .picDetails .changeSlider {
  position: relative;
}
div#depotfinder .picDetails .changeSlider img {
  width: 100%;
  position: relative;
  left: 0px;
  top: 0px;
  border-radius: 10px;
  display: none;
}
div#depotfinder .content-wrapper#secondThirdScreen,
div#depotfinder .content-wrapper#secndScreenPopUp,
div#depotfinder .content-wrapper #secondSectionAccount,
div#depotfinder .content-wrapper #thirdSectionContainer,
div#depotfinder .content-wrapper#secondSectionAddons {
  display: none;
}
div#depotfinder .listOfFeature {
  width: 100%;
  /*margin-top: 100px;*/
}
div#depotfinder .listOfFeature .featerContainer {
  width: 100%;
  padding: 10px 0px;
  border: 1px solid #999;
  border-radius: 4px;
}
div#depotfinder .listOfFeature .featerContainer .featureLogo {
  width: 90px;
  height: 90px;
  padding: 2px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 10px;
}
div#depotfinder .listOfFeature .featerContainer .featureLogo img {
  width: 60px;
}
div#depotfinder .listOfFeature .featerContainer h4 {
  text-align: center;
  font-weight: bold;
  text-transform: capitalize;
}
div#depotfinder .listOfFeature .featerContainer .checklist li {
  font-size: 11px;
  line-height: 15px;
  margin-left: 1px;
}
div#depotfinder .listOfFeature .featerContainer .checklist li.CallOutYounger {
  background-color: #f59d00;
  color: #fff;
  border-radius: 3px 50% 50% 50%;
  width: 130px;
  height: 130px;
  font-size: 10px;
  position: absolute;
  left: 38px;
  bottom: 35px;
  padding: 20px 6px;
  text-align: center;
  z-index: 1;
  transform: rotate(0);
  box-shadow: 0px 0px 10px rgba(67, 67, 67, 0.62);
  display: none;
}
div#depotfinder div.CallOutYounger {
  background-color: rgba(0, 85, 152, 0.89);
  color: #fff;
  border-radius: 50% 50% 3px 50%;
  width: 110px;
  height: 110px;
  font-size: 10px;
  position: absolute;
  left: -107px;
  top: -28px;
  padding: 20px 6px;
  text-align: center;
  z-index: 1;
  transform: rotate(-25deg);
  box-shadow: 0px 0px 10px #f3f3f3;
  display: none;
}
div#depotfinder .listOfFeature .featerContainer .checklist li.CallOutYounger p {
  margin-top: 16px;
  font-size: 8px;
}
div#depotfinder div.CallOutYounger p {
  margin-top: 2px;
  margin-left: 4px;
  transform: rotate(25deg);
  font-size: 8px;
}
div#depotfinder .tpl-account .group.VolumeInvest .CallOutYounger {
  background-color: rgba(20, 80, 150, 0.74);
  color: #fff;
  border-radius: 3px 50% 50% 50%;
  width: 130px;
  height: 130px;
  font-size: 10px;
  position: absolute;
  right: 10px;
  left: auto;
  top: 100px;
  padding: 20px 6px;
  text-align: center;
  z-index: 1;
  transform: rotate(-40deg);
  box-shadow: 0px 0px 10px #f3f3f3;
  display: none;
}
div#depotfinder .tpl-account .group.VolumeInvest .CallOutYounger p {
  margin-top: 18px;
  margin-right: 7px;
  transform: rotate(40deg);
  font-size: 9px;
}
div#depotfinder .tpl-account .group.VolumeInvest .LabelCallOutYounger {
  width: 100%;
  text-align: center;
  visibility: hidden;
}
div#depotfinder .tpl-account .group.VolumeInvest .LabelCallOutYounger h2 {
  margin-top: 0px;
  margin-right: 0px;
  padding: 0px;
  font-size: 9px;
  color: #6699cc;
  font-weight: bolder;
}
div#depotfinder .listOfFeature .featerContainer .checklist li.CallOutYounger:before,
div#depotfinder div.CallOutYounger:before {
  content: '';
}
div#depotfinder .listOfFeature .featerContainer .checklist li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  /*background-color: ;*/
  padding: 2px;
  color: #00519e;
  border-radius: 50%;
}
div#depotfinder .listOfFeature .featerContainer.checked,
div#depotfinder .listOfFeature .featerContainer.checked .radioCheck {
  border: 1px solid #000;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.51);
}
div#depotfinder .tpl-creditcard .listOfFeature .radioCheck {
  position: absolute;
  bottom: -13px;
  left: calc(50% - 15px);
  z-index: 250;
  margin-bottom: auto;
}
div#depotfinder .tpl-creditcard .listOfFeature .featerContainer {
  min-height: 292px;
  padding: 5px 24px;
}
div#depotfinder .tpl-creditcard .listOfFeature .featerContainer .checklist li {
  width: 100%;
  text-align: left;
  float: none;
  font-size: 13px;
  line-height: 15px;
  margin-left: 1px;
  margin-top: 10px;
}
div#depotfinder .tpl-creditcard.listOfFeature .featerContainer .checklist li.linkList {
  font-weight: bolder;
  margin-left: 0px;
  margin-top: 22px;
  font-size: 12px;
}
div#depotfinder .tpl-creditcard .listOfFeature .featerContainer .checklist li.linkList:before {
  content: "";
  display: none;
}
div#depotfinder .tpl-creditcard .listOfFeature .featerContainer h2 {
  font-size: 16px;
  color: #005698;
}
div#depotfinder .listOfFeature .featerContainer .featureLogo {
  text-align: center;
}
div#depotfinder .listOfFeature .featerContainer .featureLogo i {
  font-size: 40px;
  line-height: 59px;
  color: #005698;
}
div#depotfinder .radioCheck {
  width: 30px;
  height: 30px;
  border: 1px solid #999;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  /*margin-bottom: -20px;*/
  background-color: #eee;
  position: absolute;
  left: calc(50% - 15px);
  bottom: -12px;
}
div#depotfinder .radioCheck .btn.active {
  background: none;
  box-shadow: none;
}
div#depotfinder .radioCheck label.btn span {
  font-size: 1.5em;
}
div#depotfinder .radioCheck label input[type="radio"],
div#depotfinder .radioCheck label input[type="radio"]:checked,
div#depotfinder .radioCheck label input[type="checkbox"],
div#depotfinder .radioCheck label input[type="checkbox"]:checked {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none;
}
div#depotfinder .radioCheck label input[type="radio"] ~ i.fa.fa-square-o,
div#depotfinder .radioCheck label input[type="checkbox"] ~ i.fa.fa-square-o {
  color: #c8c8c8;
  display: inline;
}
div#depotfinder .radioCheck label input[type="radio"] ~ i.fa.fa-check,
div#depotfinder .radioCheck label input[type="checkbox"] ~ i.fa.fa-check {
  display: none;
}
div#depotfinder .radioCheck label input[type="radio"]:checked ~ i.fa.fa-square-o,
div#depotfinder .radioCheck label input[type="checkbox"]:checked ~ i.fa.fa-square-o {
  display: none;
}
div#depotfinder .radioCheck label input[type="radio"]:checked ~ i.fa.fa-check,
div#depotfinder .radioCheck label input[type="checkbox"]:checked ~ i.fa.fa-check {
  color: #7AA3CC;
  display: inline;
  position: absolute;
  left: 1px;
  top: 2px;
  font-size: 25px;
}
div#depotfinder .radioCheck label:hover input[type="radio"] ~ i.fa,
div#depotfinder .radioCheck label:hover input[type="checkbox"] ~ i.fa {
  color: #7AA3CC;
}
div#depotfinder .radioCheck div[data-toggle="buttons"] label.active {
  color: #7AA3CC;
}
div#depotfinder .radioCheck div[data-toggle="buttons"] label {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 2em;
  text-align: left;
  white-space: nowrap;
  vertical-align: top;
  cursor: pointer;
  background: none;
  border: 0px solid #c8c8c8;
  border-radius: 3px;
  color: #c8c8c8;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
div#depotfinder .radioCheck div[data-toggle="buttons"] label:hover {
  color: #7AA3CC;
}
div#depotfinder .radioCheck div[data-toggle="buttons"] label:active,
div#depotfinder div[data-toggle="buttons"] label.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
div#depotfinder .finder-wrapper .progress-wrapper .progress-item .label {
  white-space: normal;
  color: #135195;
}
div#depotfinder .finder-wrapper .progress-wrapper .progress-item.done .label {
  color: #135195;
}
div#depotfinder .finder-wrapper .progress-wrapper .progress-item.current .label {
  color: #ec751a;
}
div#depotfinder .range-form span {
  min-height: 0.9em !important;
}
div#depotfinder .footer-buttons-wrapper a.button {
  color: #fff !important;
}
div#depotfinder .radiobox.kindOfSecurities.disabled {
  border: 1px solid #eee;
  color: #eee;
  opacity: 0.4;
  pointer-events: none;
}
div#depotfinder .btnContainer {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
div#depotfinder .modal-body .btnContainer {
  width: 75%;
}
div#depotfinder .btnContainer .btn-group {
  width: 100%;
}
div#depotfinder .btnContainer .btn-group .btn {
  width: 48%;
  margin-right: 1%;
  border-radius: 6px !important;
}
div#depotfinder .tpl-account .btn {
  /*margin-top: 25px;*/
}
div#depotfinder .tpl-account .btn i {
  float: right;
  color: #fff;
  font-size: 18px;
}
div#depotfinder .tpl-addons .button-next-page {
  display: none;
}
div#depotfinder .btnContainer .btn-group .btn:last-child {
  margin-right: 0%;
}
div#depotfinder .approveFirstQes {
  display: none;
}
div#depotfinder .approveFirstQes .btnContainer {
  width: 100%;
}
div#depotfinder .approveFirstQes .btnContainer .btn {
  width: 100%;
  margin-bottom: 1%;
  font-size: 13px;
  white-space: normal;
}
div#depotfinder .approveFirstQes .btnContainer .btn:last-child {
  margin-bottom: 0%;
}
div#depotfinder .approveFirstQes .group .question {
  font-size: 13px;
  min-height: 60px;
}
div#depotfinder .approveFirstQes .firstChoose .radiobox,
div#depotfinder .approveFirstQes .SecondChoose .radiobox,
div#depotfinder .approveFirstQes .thirdChoice .radiobox {
  margin-bottom: 10%;
}
div#depotfinder .approveFirstQes .firstChoose .radiobox:last-child,
div#depotfinder .approveFirstQes .SecondChoose .radiobox:last-child,
div#depotfinder .approveFirstQes .thirdChoice .radiobox:last-child {
  margin-bottom: 0%;
}
div#depotfinder .marginTop15 {
  margin-top: 15px;
}
div#depotfinder .marginTop20 {
  margin-top: 20px;
}
div#depotfinder .modal-backdrop {
  background-color: #072d56;
}
div#depotfinder .modal-backdrop.in {
  opacity: 0.6;
}
div#depotfinder .demoFirstInput {
  text-align: center;
}
div#depotfinder .group.btnInfoExample .btn-group {
  width: 48%;
}
div#depotfinder .group.btnInfoExample .btn-group button i {
  position: absolute;
  left: 12px;
  font-size: 19px;
}
div#depotfinder .range-form .currencyIcon {
  position: absolute;
  top: 4px;
  left: auto;
  right: 30px;
  padding-right: 6px;
  color: #286091;
}
div#depotfinder .finder-wrapper .progress-wrapper .progress-item[data-progress="creditcard"] .label {
  bottom: 1px;
  line-height: 15px;
}
div#depotfinder .prgressStatus .sideBar .headerList,
div#depotfinder .prgressStatus .sideBar .headerList input[type=radio],
div#depotfinder .prgressStatus .sideBar .headerList label {
  cursor: pointer;
}
div#depotfinder .fromAmount {
  float: left;
  margin-top: 5px;
  color: #666;
}
div#depotfinder .ToAmount {
  float: right;
  margin-top: 5px;
  color: #666;
}
div#depotfinder .btn-danger {
  background: #f8bb4d;
  border: none;
  color: #484546;
}
div#depotfinder input[type=range]#SecondCondition {
  position: absolute;
  top: 0px;
  width: auto;
  max-width: 30%;
  background: #6699cc;
  opacity: 1;
}
div#depotfinder input[type=range]#ThirdCondition {
  position: absolute;
  top: 0px;
  right: 15px;
  width: 100%;
  background: #2a9c2a;
  opacity: 1;
}
div#depotfinder input[type=range]#myRange {
  opacity: 1;
}
div#depotfinder input[type=range]::-webkit-slider-thumb {
  background: #000;
  position: relative;
  z-index: 20;
}
div#depotfinder input[type=range]#SecondCondition::-webkit-slider-thumb,
div#depotfinder input[type=range]#ThirdCondition::-webkit-slider-thumb {
  display: none;
}
div#depotfinder .rangeContainer {
  position: relative;
}
div#depotfinder .paulColor {
  color: #ec751a;
}
div#depotfinder .benColor {
  color: #00519e;
}
div#depotfinder #averageCostEffect .modal-content {
  background: #e3e3e3;
}
div#depotfinder #averageCostEffect h4,
div#depotfinder #averageCostEffect h6 {
  color: #00519e;
}
div#depotfinder #averageCostEffect p {
  text-align: center;
  line-height: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}
div#depotfinder #averageCostEffect .modal-body .modalHeader {
  width: 100%;
  background: #898989;
  padding: 10px 5px;
  border-radius: 10px 10px 0px 0px;
}
div#depotfinder #averageCostEffect .modal-body .modalHeader h6 {
  color: #fff;
}
div#depotfinder #averageCostEffect .modal-body .modalBody {
  padding: 5px;
  width: 100%;
  border: 1px solid #898989;
  border-radius: 0px 0px 10px 10px;
  height: auto;
}
div#depotfinder #averageCostEffect .modal-body .modalBody .imgManIllustrator {
  position: absolute;
  left: -107px;
  bottom: 0px;
  width: 117px;
  height: 320px;
}
div#depotfinder #averageCostEffect .modal-body .modalHeader span {
  color: #00519e;
}
div#depotfinder #averageCostEffect .modal-body .modalHeader.Paul span {
  color: #ec751a;
}
div#depotfinder #averageCostEffect .modal-body .modalBody.Paul .imgManIllustrator {
  left: auto;
  right: -104px;
}
div#depotfinder #averageCostEffect .modal-body .modalBody .imgManIllustrator img {
  height: 100%;
}
div#depotfinder #averageCostEffect .modal-body .modalBody ul {
  width: 100%;
}
div#depotfinder #averageCostEffect .modal-body .modalBody ul li {
  width: 100%;
  float: none;
  list-style-type: none;
  padding: 6px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
div#depotfinder #averageCostEffect .modal-body .modalBody ul li:last-child {
  border-bottom: none;
}
div#depotfinder #averageCostEffect .modal-body .modalBody ul li h5 {
  color: #00519e;
  font-size: 12px;
  font-weight: bolder;
  line-height: 30px;
}
div#depotfinder #averageCostEffect .modal-body .modalBody ul li img {
  width: 60%;
}
div#depotfinder #averageCostEffect .modal-body .modalFooter {
  margin-top: 10px;
  border-radius: 10px;
  background-color: #00519e;
  padding: 10px 6px;
}
div#depotfinder #averageCostEffect .modal-body .modalFooter.Paul {
  background-color: #ec751a;
}
div#depotfinder #averageCostEffect .modal-body .modalFooter span {
  color: #fff;
  font-size: 12px;
}
div#depotfinder #averageCostEffect .modal-body .modalFooter span:last-child {
  float: right;
}
div#depotfinder .counter-arrow i {
  text-align: center;
  position: relative !important;
  top: 0px !important;
  left: 0px !important;
}
div#depotfinder #ExklusivAccount,
div#depotfinder #KomfortAccount,
div#depotfinder #KlassikAccount,
div#depotfinder #OnlineOnlyAccount {
  display: none;
}
div#depotfinder .accountAdditionContainer {
  border: 1px solid #666;
  border-radius: 10px;
  width: 100%;
  min-height: 250px;
}
div#depotfinder .accountAdditionContainer h4 {
  padding: 10px 20px;
  background: #666;
  color: #fff;
  text-align: center;
  border-radius: 8px 8px 0px 0px;
}
div#depotfinder .accountAdditionContainer ul {
  padding: 10px 20px;
  list-style-type: none;
}
div#depotfinder .accountAdditionContainer ul li {
  width: 100%;
  margin-bottom: 10px ;
}
div#depotfinder .accountAdditionContainer ul li > h5 {
  font-size: 13px;
  margin-left: 20px;
}
div#depotfinder .accountAdditionContainer ul li input[type=checkbox] {
  width: 20px;
  height: 20px;
  float: left;
}
div#depotfinder .accountAdditionContainer ul li .radioCheck {
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 2px;
  margin-left: auto;
  margin-right: auto;
  /*margin-bottom: -20px;*/
  background-color: #eee;
  position: relative;
  left: 0px;
  top: 0px;
  float: left;
}
div#depotfinder .accountAdditionContainer ul li p {
  margin-left: 25px;
}
div#depotfinder .accountAdditionContainer ul li .radioCheck .btn.active {
  background: none;
  box-shadow: none;
}
div#depotfinder .accountAdditionContainer ul li .radioCheck label.btn span {
  font-size: 1.5em;
}
div#depotfinder .accountAdditionContainer ul li .radioCheck label input[type="checkbox"],
div#depotfinder .accountAdditionContainer ul li .radioCheck label input[type="checkbox"]:checked {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: -3px;
  left: -3px;
  z-index: 100;
}
div#depotfinder .accountAdditionContainer ul li .radioCheck label input[type="checkbox"] ~ i.fa.fa-square-o {
  color: #c8c8c8;
  display: inline;
}
div#depotfinder .accountAdditionContainer ul li .radioCheck label input[type="checkbox"] ~ i.fa.fa-check {
  display: none;
}
div#depotfinder .accountAdditionContainer ul li .radioCheck label input[type="checkbox"]:checked ~ i.fa.fa-square-o {
  display: none;
}
div#depotfinder .accountAdditionContainer ul li .radioCheck label input[type="checkbox"]:checked ~ i.fa.fa-check {
  color: #165196;
  display: inline;
  position: absolute;
  left: 1px;
  top: 1px;
  font-size: 12px;
}
div#depotfinder .accountAdditionContainer ul li .radioCheck label input[type="checkbox"] ~ i.fa {
  color: #7AA3CC;
}
div#depotfinder .accountAdditionContainer ul.companyPointList,
div#depotfinder .field .additionCompanyList {
  display: none;
}
div#depotfinder .floatLeft {
  float: left;
}
div#depotfinder .tpl-finalresult .result-table-wrapper .field #accountTitle {
  line-height: 60px;
  text-transform: capitalize;
}
div#depotfinder .tpl-finalresult .result-table-wrapper .field #accountCurrent {
  line-height: 19px;
  color: #ec751a;
}
div#depotfinder .tpl-finalresult .result-table-wrapper .field #accountLogo {
  width: 0px;
  margin-right: 10px;
  float: left;
  display: none;
}
div#depotfinder .tpl-finalresult .result-table-wrapper .field #accountCurrent {
  float: right;
}
div#depotfinder .tpl-finalresult .field .checklist li p {
  font-size: 11px;
  font-weight: normal;
}
div#depotfinder .tpl-finalresult .field .checklist li:before {
  color: #434343;
}
div#depotfinder .tpl-finalresult .field .checklist li .radioCheck {
  display: none;
}
div#depotfinder input[type=file]:focus,
div#depotfinder input[type=checkbox]:focus,
div#depotfinder input[type=radio]:focus {
  outline: none;
  outline-offset: -2px;
  border: none;
}
div#depotfinder .featerContainer .featureSpan {
  width: 75px;
  height: 75px;
  font-size: 9px;
  position: absolute;
  top: -30px;
  right: -3px;
  background: url(../../img/spanFeature.png) no-repeat;
  background-size: cover;
  padding: 0px 10px;
  color: #fff;
  text-align: center;
  display: none;
}
div#depotfinder .featerContainer .featureSpan p {
  line-height: 16px;
  margin-top: 17px;
  font-weight: bolder;
}
div#depotfinder span[data-content="dataHolder.treuebonus_pm"],
div#depotfinder span[data-content="dataHolder.gesamtpreis"] {
  float: right;
}
div#depotfinder .field.middle p {
  font-weight: bolder;
}
div#depotfinder .hiddenWhenChecked {
  display: inline-block;
}
div#depotfinder .backgroundColorUnChecked {
  background: linear-gradient(to bottom, #337ab7 0, #265a88 100%);
}
div#depotfinder .backgroundColorChecked {
  background: linear-gradient(to bottom, #f0ad4e 0, #eb9316 100%);
  border-color: #e38d13 !important;
}
div#depotfinder .superscript {
  position: absolute;
  z-index: 10;
  font-size: 8px;
  margin-left: 5px;
  line-height: 8px;
}
div#depotfinder .finder-wrapper .progress-wrapper .progress-item[data-progress=finalresult] {
  background-image: none;
}
div#depotfinder #companyPuzzleBonus {
  display: none;
}
div#depotfinder .tpl-discount .accounts-wrapper img {
  height: 100px;
  margin: 5px;
}
div#depotfinder .tpl-discount #PuzzleBonus .sixty .checkbox,
div#depotfinder .tpl-discount #PuzzleBonus .sixty .radio {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
div#depotfinder .tpl-discount #PuzzleBonus .sixty .checkbox + .checkbox,
div#depotfinder .tpl-discount #PuzzleBonus .sixty .radio + .radio {
  margin-top: 0px !important;
}
div#depotfinder .forCompanyAccountStatmentList {
  display: none;
}
div#depotfinder #AccountPriceForCompany {
  float: right;
}
div#depotfinder span#pricingDiscribtion {
  text-align: right;
  font-size: 8px;
  color: #848484;
  position: absolute;
  right: 9px;
  top: 30px;
  width: 70%;
}
div#depotfinder #theBetweenRanges #ConfirmOffer {
  text-decoration: underline;
  color: #f0ad4e;
}
div#depotfinder #theBetweenRanges .modal-body {
  text-align: center;
}
div#depotfinder #SecondCondition,
div#depotfinder #ThirdCondition {
  display: none;
}
div#depotfinder .discribtionForSecondCondition {
  background: #222;
  font-size: 12px;
  color: #fff;
  padding: 5px;
  position: absolute;
  left: -330px;
  top: -25px;
  display: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}
div#depotfinder .checkbox.disabled,
div#depotfinder .checkbox.disabled *:not(.fa-info-circle) {
  color: Silver;
  cursor: default !important;
}
div#depotfinder .checkbox.disabled:before {
  border-color: Silver !important;
}
div#depotfinder .footnote.forYoungerAge {
  display: none;
}
div#depotfinder .privateNoBounsState {
  display: none;
}
div#depotfinder #officialLinkForBankWien {
  margin-top: 10px;
}
div#depotfinder #doubleTreuebonus,
div#depotfinder #totalOut1,
div#depotfinder #totalOut2,
div#depotfinder #NodoubleTreuebonus {
  display: none;
}
div#depotfinder .radiobox[data-value='AdviceForInvest'] {
  padding: 11px 2px !important;
}
div#depotfinder .OkAppearBTN {
  position: absolute;
  left: calc(50% - 20%);
  top: 0px;
  width: 40%;
  background: #fff;
  color: #245580;
}
div#depotfinder DiscribeRow td:first-child {
  border: none !important;
}
div#depotfinder .DiscribeRow td {
  font-size: 10px !important;
}
div#depotfinder .tpl-bankcard .radiobox[data-value=funds] {
  padding: 9px 2px;
}
@media print {
  div#depotfinder .tpl-finalresult .result-table-wrapper .field #accountLogo {
    float: right;
  }
  div#depotfinder .radioCheck {
    display: none;
  }
}
@media screen and (max-width: 1360px) {
  div#depotfinder .tpl-bankcard .listOfFeature .featureList:nth-child(1),
  div#depotfinder .tpl-bankcard .listOfFeature .featureList:nth-child(2) {
    margin-bottom: 50px;
  }
  div#depotfinder .approveFirstQes .group .question {
    min-height: 10px;
  }
  div#depotfinder .approveFirstQes .firstChoose .radiobox,
  div#depotfinder .approveFirstQes .SecondChoose .radiobox,
  div#depotfinder .approveFirstQes .thirdChoice .radiobox {
    margin-bottom: 2%;
  }
  div#depotfinder #kindOfSecurities .prgressStatus div.babiesIllustrator img {
    width: 38%;
    margin-left: calc(50% - 19%);
  }
  div#depotfinder .marginTop15AtResponsive {
    margin-top: 15px;
  }
  div#depotfinder .accountAdditionContainer {
    min-height: 277px;
  }
  div#depotfinder #averageCostEffect .modal-dialog.modal-lg {
    width: 99%;
  }
  div#depotfinder #averageCostEffect .modal-body .modalBody .imgManIllustrator {
    position: relative;
    left: calc(50% - 60px);
    width: 120px;
  }
  div#depotfinder #averageCostEffect .modal-body .modalBody .imgManIllustrator img {
    min-height: 330px;
  }
  div#depotfinder #averageCostEffect .modal-body .modalBody.Paul .imgManIllustrator {
    right: auto;
    left: calc(50% - 60px);
  }
  div#depotfinder .displayNoneAt768 {
    display: none;
  }
  div#depotfinder #averageCostEffect .modal-body .modalBody ul {
    min-height: 257px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 1168px) {
  div#depotfinder .tpl-bankcard .listOfFeature .featureList:nth-child(1),
  div#depotfinder .tpl-bankcard .listOfFeature .featureList:nth-child(2) {
    margin-bottom: 50px;
  }
  div#depotfinder .approveFirstQes .group .question {
    min-height: 10px;
  }
  div#depotfinder .approveFirstQes .firstChoose .radiobox,
  div#depotfinder .approveFirstQes .SecondChoose .radiobox,
  div#depotfinder .approveFirstQes .thirdChoice .radiobox {
    margin-bottom: 2%;
  }
  div#depotfinder #kindOfSecurities .prgressStatus div.babiesIllustrator img {
    width: 38%;
    margin-left: calc(50% - 19%);
  }
  div#depotfinder .marginTop15AtResponsive {
    margin-top: 15px;
  }
  div#depotfinder .accountAdditionContainer {
    min-height: 277px;
  }
  div#depotfinder #averageCostEffect .modal-dialog.modal-lg {
    width: 99%;
  }
  div#depotfinder #averageCostEffect .modal-body .modalBody .imgManIllustrator {
    position: relative;
    left: calc(50% - 60px);
    width: 120px;
  }
  div#depotfinder #averageCostEffect .modal-body .modalBody .imgManIllustrator img {
    min-height: 330px;
  }
  div#depotfinder #averageCostEffect .modal-body .modalBody.Paul .imgManIllustrator {
    right: auto;
    left: calc(50% - 60px);
  }
  div#depotfinder .displayNoneAt768 {
    display: none;
  }
  div#depotfinder #averageCostEffect .modal-body .modalBody ul {
    min-height: 257px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 1100px) {
  div#depotfinder .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  div#depotfinder .radiobox.icon svg {
    height: 33px;
  }
  div#depotfinder .radiobox.icon.selected:after,
  div#depotfinder .radiobox.devided.selected:after {
    font-size: 27px;
    right: -12px;
    top: -12px;
    height: 35px;
    width: 35px;
  }
  div#depotfinder .tpl-account #secondSectionAccount .group .headerTitle,
  div#depotfinder .radiobox.icon.rangeContainer {
    width: 100% !important;
  }
  div#depotfinder .radiobox.icon.rangeContainer {
    margin-top: 15px;
    margin-left: 5px;
  }
  div#depotfinder .tpl-account #secondSectionAccount .group .headerTitle[data-value=AdviceForInvest] {
    margin-top: 25px;
  }
  div#depotfinder div.CallOutYounger {
    border-radius: 50% 50% 50% 3px;
    left: 17px;
    top: -108px;
  }
  div#depotfinder .tpl-account .group.VolumeInvest .CallOutYounger {
    top: auto;
    bottom: 165px;
    right: 10px;
    border-radius: 50% 50% 50% 3px;
  }
  div#depotfinder .tpl-creditcard .listOfFeature .featerContainer {
    padding: 5px;
  }
  div#depotfinder .listOfFeature .featerContainer .featureLogo {
    height: 55px;
    padding: 2px;
  }
  div#depotfinder .tpl-creditcard .listOfFeature .featerContainer h2 {
    font-size: 15px;
  }
  div#depotfinder .listOfFeature .featerContainer h4 {
    margin-top: 13px;
  }
  div#depotfinder .page .group {
    padding: 0px;
  }
  div#depotfinder .finder-wrapper .progress-wrapper .progress-item i {
    display: none !important;
  }
}
@media screen and (max-width: 1090px) {
  div#depotfinder .intro-wrapper {
    min-height: 550px;
  }
  div#depotfinder .intro-wrapper .slides-wrapper {
    opacity: 0.3;
  }
  div#depotfinder .intro-wrapper .accounts-wrapper img {
    width: 80px;
    height: 80px;
  }
  div#depotfinder .intro-wrapper .footer-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  div#depotfinder .finder-wrapper {
    padding: 0 5px;
  }
  div#depotfinder .finder-wrapper .footer-wrapper {
    margin: 0 -5px;
    width: calc(100% + 10px);
  }
  div#depotfinder .finder-wrapper .progress-wrapper .progress-item {
    height: 48px;
    background-image: none !important;
    padding: 12px 0 4px 0;
  }
  div#depotfinder .finder-wrapper .progress-wrapper .progress-item i {
    font-size: 20px;
    position: absolute;
    top: -10px;
    left: calc(50% - 10px);
  }
  div#depotfinder .finder-wrapper .progress-wrapper .progress-item img {
    display: none !important;
  }
  div#depotfinder .finder-wrapper .progress-wrapper .progress-item .label {
    font-size: 10.5px;
  }
  div#depotfinder .page {
    height: auto;
    padding-bottom: 60px;
  }
  div#depotfinder .page > .corner-link-wrapper {
    position: static;
    margin: 10px 0 10px 0;
    text-align: center;
    padding: 0 10px;
  }
  div#depotfinder .finder-wrapper .footer-buttons-wrapper {
    width: 100%;
    padding: 10px;
    margin: 0;
    min-height: 0;
    background: rgba(255, 255, 255, 0.9);
  }
  div#depotfinder .finder-wrapper .footer-buttons-wrapper:not(.on-page-bottom):before {
    position: fixed;
    left: 20px;
    font-family: FontAwesome;
    content: "\f13a";
    color: #ec751a;
    bottom: 10px;
    font-size: 40px;
  }
  div#depotfinder .intro-wrapper .footer-wrapper {
    display: block;
    text-align: center;
    padding: 5px;
  }
  div#depotfinder .intro-wrapper .footer-wrapper a {
    display: block;
    margin: 8px 0;
  }
  div#depotfinder .finder-wrapper .page h2 {
    font-size: 16px;
    margin: 0 0 10px 0;
  }
  div#depotfinder .mobile {
    display: inline;
  }
  div#depotfinder .desktop {
    display: none;
  }
  div#depotfinder .intro-wrapper .buttons-wrapper {
    padding: 15vh 0 10vh 0;
    text-align: center;
  }
  div#depotfinder .intro-wrapper .accounts-wrapper {
    padding: 0;
    text-align: center;
    margin: auto;
  }
  div#depotfinder .finder-wrapper .footer-wrapper {
    display: block;
    text-align: center;
    padding: 5px;
  }
  div#depotfinder .finder-wrapper .footer-wrapper a {
    display: inline-block;
    margin: 0 8px;
  }
  div#depotfinder .finder-wrapper .progress-wrapper .progress-item,
  div#depotfinder .finder-wrapper .progress-wrapper .progress-item.done,
  div#depotfinder .finder-wrapper .progress-wrapper .progress-item.current,
  div#depotfinder .finder-wrapper .progress-wrapper .progress-item.filled {
    height: 0;
    background: #fff;
    border: 0;
  }
  div#depotfinder .finder-wrapper .progress-wrapper .progress-item .number,
  div#depotfinder .finder-wrapper .progress-wrapper .progress-item i {
    top: -5px;
  }
  div#depotfinder .finder-wrapper .progress-wrapper .progress-item .label {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  div#depotfinder .radiobox.icon {
    width: 120px !important;
    padding: 5px;
  }
  div#depotfinder .group.btnInfoExample .btn-group {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  div#depotfinder .radiobox.icon {
    width: 300px !important;
    max-width: 100%;
    padding: 5px;
    border: 2px solid #00519e;
    margin: 0 0 10px 0;
  }
  div#depotfinder .radiobox.icon.selected,
  div#depotfinder .radiobox.devided.selected {
    border: 2px solid #ec751a;
  }
  div#depotfinder .radiobox.icon svg {
    display: none;
  }
  div#depotfinder .group.btnInfoExample .btn-group {
    width: 100%;
  }
}
@media screen and (max-width: 825px) {
  div#depotfinder {
    /*#RegularSaving {*/
    /*display: block !important;*/
    /*}*/
  }
  div#depotfinder .radiobox.icon span {
    min-height: 1.9em;
  }
  div#depotfinder .radiobox p {
    margin-top: 0px;
  }
  div#depotfinder .picDetails {
    margin-top: 24px;
  }
  div#depotfinder .tpl-bankcard .listOfFeature .featureList:nth-child(3),
  div#depotfinder .tpl-creditcard .listOfFeature .featureList:nth-child(1) {
    margin-bottom: 50px;
  }
  div#depotfinder .tpl-creditcard .content-wrapper .btn,
  div#depotfinder .tpl-addons .group .btn.btn-primary {
    white-space: normal;
    height: auto;
  }
  div#depotfinder .tpl-creditcard .content-wrapper .btn i {
    float: left;
  }
  div#depotfinder .tpl-addons .headerTitle {
    margin: 0px 0px 10px 0px !important;
  }
  div#depotfinder .page.tpl-finalresult .result-table-wrapper .row {
    margin: 0px;
  }
  div#depotfinder .marginTop15AtResponsive425 {
    margin-top: 15px;
  }
}
