/* Reset CSS */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  font-family: "Interstate", "Trebuchet MS", Arial, Helvetica, Verdana,
    sans-serif;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

table * {
  vertical-align: middle !important;
}

/* fonts */
@font-face {
  font-display: auto;
  font-family: Interstate;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/interstate-webfont/interstate-wgl-light.woff2)
      format("woff2"),
    url(../fonts/interstate-webfont/interstate-wgl-light.woff) format("woff");
}

@font-face {
  font-display: auto;
  font-family: Interstate;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/interstate-webfont/interstate-wgl-regular.woff2)
      format("woff2"),
    url(../fonts/interstate-webfont/interstate-wgl-regular.woff) format("woff");
}

@font-face {
  font-display: auto;
  font-family: Interstate;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/interstate-webfont/interstate-wgl-bold.woff2)
      format("woff2"),
    url(../fonts/interstate-webfont/interstate-wgl-bold.woff) format("woff");
}

/* icon fonts */
@font-face {
  font-display: block;
  font-family: tp-icon;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/icon-font/tp-icons.woff2) format("woff2"),
    url(../fonts/icon-font/tp-icons.woff) format("woff"),
    url(../fonts/icon-font/tp-icons.ttf) format("truetype");
}

/* component styles */
.creditcard-body-text {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto;
  color: #64696d;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
}

.creditcard-body-footnote-text {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto;
  color: #64696d;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.6;
}

.creditcard-link {
  font-size: 15px;
  line-height: 1.5;
  color: #21292f;
  text-decoration: underline;
  transition-duration: .2s;
  transition-property: color;
  transition-timing-function: ease;
}

.creditcard-aliashint {
  font-size: 16px;
  color: #21292f;
  margin-bottom: 0.5em;
}

.creditcard-link:hover {
  color: #64696d;
}

.creditcard-select .creditcard-select-container {
  background-color: #e9eaea;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto;
  transition-property: border-color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  border-radius: 3px;
  border-top: 2px solid rgba(0, 0, 0, 0);
}

.creditcard-select .creditcard-select-container > select {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  appearance: none;
  color: #21292f;
  background: rgba(0, 0, 0, 0);
  border-radius: 0;
  border-style: none;
  margin: 0;
  min-height: 38px;
  padding: 7px 25px 7px 10px;
  position: relative;
  text-indent: 0.01px;
  text-overflow: "";
  width: 100%;
  z-index: 2;
  outline: none;
  cursor: pointer;
}

.creditcard-select-icon {
  color: #21292f;
  display: block;
  font-size: 20px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 5px;
  font-family: tp-icon;
  font-feature-settings: "liga" 1;
  overflow-wrap: normal;
  white-space: nowrap;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: none;
  text-transform: none;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.creditcard-input {
  margin-bottom: 20px;
}

.creditcard-input .creditcard-input-container {
  background: #e9eaea;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto;
  margin: 0;
  transition-property: border-color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  overflow: hidden;
  position: relative;
  width: 100%;
  border-radius: 3px;
  border-top: 2px solid transparent;
}

.creditcard-select .creditcard-select-container::before,
.creditcard-select .creditcard-select-container::after,
.creditcard-input .creditcard-input-container::before,
.creditcard-input .creditcard-input-container::after {
  transition-property: "width border";
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  border-radius: 3px;
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 100%;
  border-bottom: 2px solid #a6a9ac;
}

.creditcard-select .creditcard-select-container::after,
.creditcard-input .creditcard-input-container::after {
  width: 0;
}

.creditcard-select-container:focus-within::after,
.creditcard-input-container:focus-within::after {
  width: 100%;
  border-bottom-color: #21292f;
}

.creditcard-select > label,
.creditcard-input > label {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto;
  margin: 0;
  background: none !important;
  border-style: none;
  display: inline-block;
  margin: 0;
  overflow: hidden;
  padding: 0 0 5px;
  width: 100%;
}

.creditcard-input .creditcard-input-container > input {
  background-color: #e9eaea;
  color: #21292f;
  appearance: textfield;
  border-style: none;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  margin: 0;
  min-height: 38px;
  outline: none;
  overflow: hidden;
  padding: 7px 10px;
  width: 100%;
}

.creditcard-input .creditcard-input-container > input:disabled {
  color: #64696d;
}

.creditcard-input .creditcard-input-container > input:read-only {
  color: #64696d;
}

.creditcard-input .creditcard-input-icon {
  font-family: tp-icon;
  display: block;
  font-size: 20px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 5px;
}

.creditcard-select .creditcard-select-message,
.creditcard-input .creditcard-input-message {
  display: none;
  color: #64696d;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto;
  margin: 0;
  padding: 10px 0 0;
}

.creditcard-input-checkbox {
  clear: both;
  display: block;
  font-size: 25px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

.creditcard-input-checkbox label {
  color: #21292f;
  display: inline-block;
  min-height: 40px;
  padding: 0px 0 0 50px;
  width: 100%;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto;
  margin: 0;
  background: none !important;
  border-style: none;
  display: inline-block;
  overflow: hidden;
  user-select: none;
}

.creditcard-input-checkbox label > input {
  appearance: none;
  border-radius: 0;
  border-style: none;
  left: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  outline: 0;
}

.creditcard-input-checkbox label .checkbox {
  background-color: #e9eaea;
  border: 1px solid #a6a9ac;
  transition-property: background-color, font-size, border;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  align-items: center;
  border-radius: 3px;
  box-sizing: border-box;
  content: " ";
  display: flex;
  font-size: 0;
  height: 40px;
  justify-content: center;
  left: 0;
  line-height: 32px;
  position: absolute;
  top: 0;
  width: 40px;
}

.creditcard-input-checkbox label:hover .checkbox {
  background-color: #e9eaea;
  border: 1px solid #21292f;
}

.creditcard-input-checkbox label > input:checked+.checkbox {
  background: #21292f;
  color: #e9eaea;
  transition-property: background-color, font-size;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);

}

.creditcard-input-checkbox label > input:checked+.checkbox::before {
  border-style: none;
  content: "checkmark";
  font-size: 24px;
  text-align: center;
  font-family: "tp-icon";
  font-feature-settings: "liga" 1;
  overflow-wrap: normal;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: none;
  text-transform: none;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.creditcard-image {
  width: 100%;
  height: auto;
}

.creditcard-button {
  margin-top: 20px;
  background-image: linear-gradient(to left, #e0bf78 50%, #c0a468 50%);
  color: #21292f;
  background-position: right bottom;
  background-size: 200% 100%;
  border: 0;
  border-radius: 30px;
  min-width: 100px;
  padding: 0;
  text-decoration: none;
  transition-property: color, background-color, background-position;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  cursor: pointer;
  display: inline-flex;
  width: 100%;
}

.creditcard-button:hover {
  background-position: left bottom;
}

.creditcard-button-content {
  width: inherit;
  align-items: center;
  border-radius: 10px 0;
  display: inline-flex;
  flex-direction: row;
  flex-grow: 1;
  font-size: 14px;
  font-weight: 400;
  justify-content: center;
  line-height: 1.45;
  padding: 10px 60px;
}

.creditcard-plain-button {
  color: #21292f;
  align-items: center;
  background: none;
  justify-content: center;
  margin-top: 20px;
  position: relative;
  transition-property: color, background-color, background-position;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  cursor: pointer;
  display: inline-flex;
  width: 100%;
}

.creditcard-plain-button:hover {
  color: #64696d;
}

.creditcard-plain-button-content {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto;
  margin: 0;
  display: inline;
}

.creditcard-plain-button-icon-left {
  display: inline-block;
  padding-right: 10px;
  font-size: 17px;
  line-height: 1;
  font-family: "tp-icon";
  font-feature-settings: "liga" 1;
  overflow-wrap: normal;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: none;
  text-transform: none;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.creditcard-plain-button-content-text {
  text-decoration: underline;
}

.creditcard-accordeon {
  margin-top: 10px;
}

.creditcard-accordeon.open .creditcard-accordeon-header-icon {
  transform: rotate(180deg);
}

.creditcard-accordeon.open .creditcard-accordeon-body {
  max-height: 355px;
}

.creditcard-accordeon-header {
  text-decoration: underline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto;
  color: #21292f;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  transition: color .2s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.creditcard-accordeon-header:hover {
  color: #64696d;
  cursor: pointer;
}

.creditcard-accordeon-header-icon {
  transition: transform .2s cubic-bezier(0.25, 0.1, 0.25, 1);
  display: inline-block;
  width: 33px;
  height: 17px;
  padding-left: 10px;
  font-size: 17px;
  line-height: 1;
  font-family: "tp-icon";
  font-feature-settings: "liga" 1;
  overflow-wrap: normal;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: none;
  text-transform: none;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.creditcard-accordeon-body {
  overflow: hidden;
  max-height: 0;
  transition: max-height .2s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.creditcard-accordeon-body-content {
  padding: 10px 0;
}

.back-link {
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto;
  color: #53b5ff;
  font-weight: 400;
  line-height: 1.6;
  transition: color .2s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.back-link-icon-left {
  display: inline-block;
  padding-right: 10px;
  line-height: 1;
  font-family: "tp-icon";
  font-feature-settings: "liga" 1;
  overflow-wrap: normal;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: none;
  text-transform: none;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #53b5ff;
}

.tp-modal-mask {
  display: none;
  background-color: rgba(33,41,47,.6);
  height: 100%;
  left: 0;
  outline: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9000;
}

.tp-modal-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9001;
}

.tp-modal-grid-wrapper {
  display: flex;
  flex-direction: row;
  height: 100%;
  max-height: 100%;
  width: 100%;
}

.tp-modal-grid-wrapper>.tp-row {
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
}

.tp-modal-grid-wrapper>.tp-row>.tp-col {
  display: flex;
  justify-content: center;
  max-height: 100%;
}

.tp-modal-content {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  max-height: 100vh;
  overflow: hidden;
  pointer-events: auto;
  position: relative;
  width: 100%;
  max-width: 600px;
}

.tp-modal-header {
  align-content: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 45px;
}

.tp-modal-header .tp-modal-close {
  align-self: flex-end;
  margin-right: 10px;
    margin-top: 10px;
    font-family: 'tp-icon';
    font-size: 22px;
    cursor: pointer;
    transition-property: color, background-color, transform;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    width: 34px;
    height: 34px;
    align-items: center;
}

.tp-modal-header .tp-modal-close:hover {
  background-color: #d3d4d5;
}

.tp-modal-body {
  display: flex;
  flex: 1 1 auto;
  margin: 0 15px;
  overflow-y: auto;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

.tp-modal-footer {
  display: flex;
  min-height: 30px;
}

/* layout styles */
.tp-row {
  display: flex;
  flex-wrap: wrap;
  max-width: 1920px;
  padding-left: 2.665%;
  padding-right: 2.665%;
}

.tp-row.tp-row-no-gutters {
  padding: 0;
}

.creditcard-formular-wrapper {
  max-width: 570px;
  margin: 0 auto;
}

.tp-row .card-brand {
  margin-bottom: 20px;
}

.tp-row .expiry-date {
  margin-bottom: 20px;
}

.tp-row .error .creditcard-select-message,
.tp-row .error .creditcard-input-message {
  color: #c10023;
  display: inline-block;
}

.tp-row .error .creditcard-input .creditcard-input-container > input {
  padding-right: 34px;
}

.tp-row .error .creditcard-input .creditcard-input-icon::before {
  content: 'warning';
  color: #c10023;
}

div[class*="tp-col-"] {
  padding-left: 1.39%;
  padding-right: 1.39%;
}

.tp-col-4 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.tp-col-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.tp-col-8 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

.tp-col-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.logo {
  padding: 20px 10px;
  border-bottom: 1px solid #d3d4d5;
}

.logo .logo-image {
  width: 169px;
  height: 49px;
  background-image: url('../images/tchibo.svg');
  background-size: 169px 49px;
}

.info-container {
  padding: 20px 0;
}

.info-container img {
  height: 50px;
}

.info-container .norton-secure-block a.norton {
  text-decoration: none;
  align-self: flex-end;
}

.info-container .norton-secure-block a.norton img {
  height: auto;
}

.info-container .norton-secure-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

form {
  padding: 20px 0;
}

.button-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap-reverse;
}

.verified-container {
  display: flex;
  align-items: center;
}

.verified-container > a {
  margin-right: 20px;
}

.computop-impressum {
  margin: 10px 0;
}

.pay-status {
  margin-top: 20px;
}

/* responsive design */
@media (min-width: 668px) {
  .tp-row {
    padding-left: 2.61%;
    padding-right: 2.61%;
  }
}

@media (min-width: 768px) {
  .tp-row {
    padding-left: 4.17%;
    padding-right: 4.17%;
  }

  .tp-col-m-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .tp-col-m-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .tp-col-m-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .creditcard-button {
    width: auto;
  }

  .creditcard-plain-button {
    width: auto;
  }
}

@media (min-width: 1024px) {
  .creditcard-link, 
  .creditcard-body-text,
  .creditcard-accordeon-header, 
  .creditcard-plain-button-content {
    font-size: 16px;
  }
}
