:root {
  --header-height: 80px;
}
@media (max-width: 1199px) {
  :root {
    --header-height: 60px;
  }
}

.tcl-single-donator__wrapper {
  line-height: 150%;
  margin-bottom: 30px;
}
.tcl-single-donator__header {
  text-align: center;
}
.tcl-single-donator__title {
  font-size: 30px !important;
  line-height: 150%;
  color: #0071f2;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
.tcl-single-donator__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -50px;
}
.tcl-single-donator__counter {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  padding: 0 20px;
}
.tcl-single-donator__counter-title {
  font-size: 40px;
  line-height: 150%;
  font-weight: bold;
  color: #000;
  text-align: center;
}
.tcl-contrast-mode .tcl-single-donator__counter-title {
  color: #fff;
}
.tcl-single-donator__counter-title span {
  color: #0071f2;
}
.tcl-contrast-mode .tcl-single-donator__counter-title span {
  color: #fff;
}
.tcl-single-donator__counter-wrapper {
  position: relative;
  margin-top: 20px;
}
.tcl-single-donator__counter-track {
  width: 100%;
  height: 32px;
  border-radius: 20px;
  background: #ffffff;
  -webkit-box-shadow: inset 3px 4px 4px rgba(0, 0, 0, 0.2), inset -3px -2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: inset 3px 4px 4px rgba(0, 0, 0, 0.2), inset -3px -2px 10px rgba(0, 0, 0, 0.1);
}
.tcl-single-donator__counter-flag {
  width: 50px;
  height: 60px;
  position: absolute;
  z-index: 100;
  top: -20px;
  right: -28px;
  background-image: url(/wp-content/themes/menschen/images/flag-finish.svg);
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
}
.tcl-single-donator__counter-placeholder {
  width: 100%;
  text-align: center;
  color: #939393;
  font-size: 14px;
  line-height: 32px;
  position: absolute;
  z-index: 100;
}
.tcl-single-donator__counter-donated {
  position: absolute;
  top: 0;
  left: 0;
  height: 32px;
  min-width: 32px;
  background: #0071f2;
  border-radius: 20px;
}
.tcl-single-donator__counter-numbers table {
  width: calc(100% - 24px);
  margin-left: 16px;
  text-align: right;
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  color: #9b867a;
}
.tcl-single-donator__counter-numbers td {
  width: 10%;
  padding: 15px 0 0 !important;
  position: relative;
  border: 0 !important;
}
.tcl-single-donator__counter-numbers td:first-of-type {
  width: auto;
  padding: 15px 0 0 !important;
  position: relative;
  text-align: center;
  border: 0 !important;
}
.tcl-single-donator__counter-numbers td:after {
  content: "";
  position: absolute;
  top: 0;
  right: 4px;
  width: 2px;
  height: 13px;
  background-color: #9b867a;
}
.tcl-single-donator__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tcl-single-donator__donator-name {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}
.tcl-single-donator__text {
  padding-left: 30px;
}
.tcl-single-donator__text p {
  margin-bottom: 15px;
}
.tcl-single-donator__donator-donator-photo {
  display: block;
  max-width: 300px;
}
.tcl-single-donator__footer {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .tcl-single-donator__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-top: -25px;
  }
  .tcl-single-donator .et_pb_row_3.et_pb_row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .tcl-single-donator__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 1024px) {
  .tcl-single-donator .donator-product-section {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .tcl-single-donator__counter-flag {
    width: 40px;
    right: -18px;
  }
  .tcl-single-donator__picture {
    padding-top: 80%;
  }
  .tcl-single-donator__counter-numbers td {
    white-space: nowrap;
  }
}