@media (max-width: 767px) {
  .center__chat__text {
    margin-left: -7px;
  }
}

.icon-show {
  width: 24px;
  height: 24px;
}

.icon-info {
  height: 36px;
  width: 36px;
}

/* Fix for IE11 :( */
.icon-wrapper {
  z-index: 9997;
  position: absolute;
  top: 27.5%;
  right: 1rem;
  background-color: transparent;
}

.icon-wrapper img {
  cursor: pointer;
}

.info-wrapper {
  height: 100%;
  line-height: 36px;
  background-color: transparent;
  margin-left: 1.2rem !important;
  padding-right: 1rem !important;
}

.info-content {
  display: block;
  height: 36px;
  width: 36px;
  font-size: x-large;
  font-weight: bold;
  background-color: #0066B3;
  border: 1px solid #0066B3;
  border-radius: 2.2rem;
  color: white;
  text-align: center;
  transition: color 0.15s linear, background-color 0.15s linear, border-color 0.15s linear, box-shadow 0.15s linear;
}

.info-content:hover {
  color: white;
  background-color: #00508d;
  border-color: #004980;
}

.info-invis {
  display: block;
  height: 36px;
  width: 36px;
}

.fix-width {
  width: 100%;
}

.navbar__logo {
  height: 40px;
  cursor: pointer;
}

.content {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  height: 100vh;
  min-height: 100vh;
  flex: 1 0 auto;
}

.footer {
  background-color: #f2f2f2;
  flex-shrink: 0;
  margin-top: auto;
  width: 100%;
}

.footer__inline-fix {
  font-size: 0; /** vermeide Leerraum als Textknote für inline block*/
}

.footer__link {
  color: black;
  font-size: 1rem;
}

.footer__link__container a:hover {
  color: black;
}

.footer__logo {
  height: 1rem;
}

@media (min-width: 992px) {
  .footer__logo {
    height: 1.5rem
  }
}

@media (max-width: 576px) {
  .footer__link__container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.logo-ratenkauf {
  height: 20px;
}

@media (min-width: 576px) {
  .logo-ratenkauf {
    position: absolute;
    left: 98px;
  }
}

@media (min-width: 992px) {
  .logo-ratenkauf {
    height: 30px;
  }
}

.logo-container-padding-adjustment {
  padding-right: 48px;
}

@media (max-width: 576px) {
  .logo-container-padding {
    padding-left: 30px!important;
    padding-right: 30px!important;
  }

  .logo-container-padding-adjustment {
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }
}

.img {
  vertical-align: middle;
  border-style: none;
}

.img--icon {
  width: 100px
}

@media (max-width: 768px) {
  .img--icon {
    width: 80px;
  }
}

.text--copyright {
  color: #b1b3b4;
}

.info__container {
  display: none;
  position: absolute;
  height: 217px;
  width: 90.5%;
  top: 69px;
  right: 38px;
  z-index: 9998;
  background-color: #f2f2f2;
  border: 1px solid #b1b3b4;
  border-radius: 5px;
}

@media (max-width: 1199px){
  .info__container {
    right: 23px;
    width: 91.8%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .info__container {
    right: 17px;
    width: 95.3%;
    height: 168px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .info__container {
    right: 17px;
    width: 93.7%;
  }
}

@media (max-width: 575px) {
  .info__container {
    right: 15px;
    width: 94.2%;
  }
}

@media (max-width: 525px) {
  .info__container {
    width: 92.0%;
    height: 230px;
  }
}

@media (max-width: 410px) {
  .info__container {
    width: 91.2%;
    height: 268px;
  }
}

.info__container::after{
  position: absolute;
  width: 17px;
  height: 17px;
  border-top: 1px solid #b1b3b4;
  border-left: 1px solid #b1b3b4;
  top: 16px;
  right: 9px;
  content: '';
  transform: rotate(45deg);
  margin-top: -25px;
  background: #f2f2f2;
}

.info__close {
  position: absolute;
  top: -5px;
  right: 13px;
  color: #000;
  cursor: pointer;
  z-index: 9999;
}

.customError-container {
  display: none;
}

.alert {
  padding: .75rem 1rem;
}

.alert-input {
  margin-bottom: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .labelOffsetFix {
    right: 3.6%;
  }
}

@media (min-width: 1200px) {
  .labelOffsetFix {
    right: .3%;
  }
}

.btn {
  line-height: 1em;
}

.support-icon-wrapper-fix {
  width: 70px;
}

.radio-item {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.7rem;
  padding-left: 1.5rem;
}

.radio-item input[type='radio'] {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.35rem;
  opacity: 0;
  box-sizing: border-box;
  padding: 0;
}

.radio-item label {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
}

.radio-item label::before {
  box-sizing: border-box;
  position: absolute;
  top: .35rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #b1b3b4;
  box-shadow: none;
  border-radius: 100%;
  -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.radio-item input[type=radio]:checked + label::before  {
  color: #fff;
  border-color: #ff6700;
  background-color: #ff6700;
}

.radio-item label::after {
  position: absolute;
  top: .35rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.radio-item input[type=radio]:checked + label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.row-nowrap {
  display: inline-block;
  white-space: nowrap;
}

/* Safari Fix */
.container {
  height: fit-content;
  flex: 1 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

@media (max-width: 576px) {
  .container {
    width: 100%!important;
    margin-left: 0;
    margin-right: 0;
  }
}

.telefon-button {
  width: 100px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .telefon-button {
    width: 80px;
  }
}

.header {
  flex-shrink: 0;
}

.main {
  -webkit-box-flex: 1;
  flex: 1 0 auto;
}

.teambank #ls-general-modal .modal-body small {
    color: #aaa;
}

/* !!! THIS HAS TO BE AT THE END OF THE FILE !!! */
/* hide IE Input Symbols */
::-ms-clear {
  display: none !important;
}

::-ms-reveal {
  display: none !important;
}

/* hide Safari Input Symbols */
::-webkit-credentials-auto-fill-button {
  visibility: hidden;
}
