/* SCSS Document */
/*---------------
shop.tso.gmbh
widerruf-des-vertrags.css
version: XX
generator: WebProgger
---------------*/
/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
  border: 2px solid var(--input-border-color);
  -webkit-text-fill-color: var(--c-text-primary);
  -webkit-box-shadow: 0 0 0px 1000px var(--c-panel-bg) inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
input:autofill,
input:autofill:hover,
input:autofill:focus,
textarea:autofill,
textarea:autofill:hover,
textarea:autofill:focus,
select:autofill,
select:autofill:hover,
select:autofill:focus {
  border: 2px solid var(--input-border-color);
  -webkit-text-fill-color: var(--c-text-primary);
  -webkit-box-shadow: 0 0 0px 1000px var(--c-panel-bg) inset;
  transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 2px solid var(--input-border-color);
  -webkit-text-fill-color: var(--c-text-primary);
  -webkit-box-shadow: 0 0 0px 1000px var(--c-panel-bg) inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill::first-line {
  font-size: 24px;
  font-weight: 400;
  font-family: "Poppins", sans-serif !important;
}

.widerruf-des-vertrags-row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.widerruf-des-vertrags-panel {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
}

.widerruf-des-vertrags-panel-img {
  position: relative;
  display: flex;
  width: 50%;
  height: auto;
  margin: 0px;
  padding: 0px;
  background: url("../img/widerruf-des-vertrags-torsysteme-ort-gmbh.jpg") no-repeat center center;
  background-size: cover;
}

.newswletter-panel-img {
  position: relative;
  display: flex;
  width: 50%;
  height: auto;
  margin: 0px;
  padding: 0px;
  background: url("../img/newsletter-registrieren-torsysteme-ort-gmbh.jpg") no-repeat center center;
  background-size: cover;
}

.registration-panel-img {
  position: relative;
  display: flex;
  width: 50%;
  height: auto;
  margin: 0px;
  padding: 0px;
  background: url("../img/widerruf-des-vertrags-torsysteme-ort-gmbh.jpg") no-repeat right center;
  background-size: cover;
}

[data-bs-theme=dark] .widerruf-des-vertrags-panel-img {
  filter: brightness(0.85) contrast(1.2);
}

[data-bs-theme=dark] .newswletter-panel-img {
  filter: brightness(0.85) contrast(1.2);
}

[data-bs-theme=dark] .registration-panel-img {
  filter: brightness(0.85) contrast(1.2);
}

.widerruf-des-vertrags-panel-st {
  position: relative;
  display: flex;
  width: 50%;
  height: auto;
  margin: 0px;
  padding: 0px;
}

.widerruf-des-vertrags-panel-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  width: 77%;
  height: auto;
  margin-top: 70px;
  margin-bottom: 70px;
  margin-left: 11.5%;
  margin-right: 11.5%;
  padding: 0px;
}

.widerruf-des-vertrags-panel-inner h2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
  color: var(--c-text-primary);
  font-size: 1.45em;
  text-align: center;
}

.widerruf-des-vertrags-panel-inner p {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
  color: var(--c-text-primary);
  font-size: 1.1em;
  text-align: center;
}

.widerruf-des-vertrags-panel-inner p.nw-phar {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
  color: var(--c-text-primary);
  font-size: 1.1em;
  text-align: left;
}

.widerruf-des-vertrags-panel-inner p.nw-phar a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
  color: #CB3849;
  font-size: 1em;
  font-weight: 600;
  text-align: left;
  overflow-wrap: anywhere;
  transition: color 0.25s;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  cursor: pointer;
}

.widerruf-des-vertrags-panel-inner p.nw-phar a:hover {
  color: #D55F6D;
}

.widerruf-des-vertrags-panel-inner p.widerruf-des-vertrags-gdpr-message {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0px;
  padding-right: 0px;
  color: var(--c-text-primary);
  font-size: 0.95em;
  font-weight: 600;
  text-align: center;
}

.widerruf-des-vertrags-form {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
}

.widerruf-des-vertrags-input-row {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 1rem;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
}

.air-align-items-center {
  align-items: center !important;
}

.widerruf-des-vertrags-input-row label {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
  font-size: 1em;
  font-weight: 600;
}

.form-label-description a {
  margin-right: 5px;
  font-size: 0.95em;
  font-weight: 400;
  text-decoration: none;
  color: #CB3849;
  transition: color 0.25s;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  cursor: pointer;
}

.form-label-description a:hover {
  text-decoration: underline !important;
  color: #D04B5B;
}

.widerruf-des-vertrags-input-row input {
  position: relative;
  display: flex;
  width: auto;
  height: auto;
  margin: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  outline: none;
  color: var(--c-text-primary);
  border: 2px solid var(--input-border-color);
  background: var(--c-panel-bg);
  font-size: 1em;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  transition: border 0.25s, color 0.25s, background 0.25s;
  -webkit-transition: border 0.25s, color 0.25s, background 0.25s;
  -moz-transition: border 0.25s, color 0.25s, background 0.25s;
  -o-transition: border 0.25s, color 0.25s, background 0.25s;
}

.widerruf-des-vertrags-input-row input:focus {
  border: 2px solid #CB3849;
}

.widerruf-des-vertrags-input-row input:focus-visible {
  border: 2px solid #CB3849;
}

.widerruf-des-vertrags-input-row textarea {
  position: relative;
  display: flex;
  width: auto;
  height: auto;
  margin: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  outline: none;
  color: var(--c-text-primary);
  border: 2px solid var(--input-border-color);
  background: var(--c-panel-bg);
  font-size: 1em;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  transition: border 0.25s, color 0.25s, background 0.25s;
  -webkit-transition: border 0.25s, color 0.25s, background 0.25s;
  -moz-transition: border 0.25s, color 0.25s, background 0.25s;
  -o-transition: border 0.25s, color 0.25s, background 0.25s;
}

.widerruf-des-vertrags-input-row textarea:focus {
  border: 2px solid #CB3849;
}

.widerruf-des-vertrags-input-row textarea:focus-visible {
  border: 2px solid #CB3849;
}

.widerruf-des-vertrags-input-row input.form-btn-send {
  position: relative;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 55px;
  padding-right: 20px;
  font-size: 1em;
  font-weight: 600;
  color: var(--c-text-secondary);
  text-align: center;
  background: #CB3849 url(../img/send-btn.svg) no-repeat left 15px center;
  background-size: 24px;
  border: 0px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  outline: none;
  transition: background 0.25s, box-shadow 0.25s;
  -webkit-transition: background 0.25s, box-shadow 0.25s;
  -moz-transition: background 0.25s, box-shadow 0.25s;
  -o-transition: background 0.25s, box-shadow 0.25s;
  cursor: pointer;
}

.widerruf-des-vertrags-input-row input.form-btn-send:hover {
  background: #D04B5B url("../img/send-btn.svg") no-repeat left 15px center;
  background-size: 24px;
  box-shadow: 4px 6px 12px rgba(0, 0, 0, 0.2);
}

.widerruf-des-vertrags-input-row input.form-btn-send:disabled {
  background: #868686 url("../img/send-btn.svg") no-repeat left 15px center;
  background-size: 24px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  cursor: not-allowed;
}

.widerruf-des-vertrags-input-row p {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 1em;
  font-weight: 400;
  color: var(--c-text-primary);
}

.widerruf-des-vertrags-input-row p a {
  margin-left: 5px;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
  color: #CB3849;
  transition: color 0.25s;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  cursor: pointer;
}

.form-label-description a:hover {
  color: #D04B5B;
}

.form-captcha {
  position: relative;
  display: flex;
  width: 100px;
  height: auto;
  margin-top: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
  border-radius: 10px;
}

.widerruf-des-vertrags-input-row p.widerruf-des-vertrags-error {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
  font-size: 1.1em;
  font-weight: 600;
  color: #D32F2F;
}

.loadinghidden {
  display: none !important;
}

.widerruf-des-vertrags-send-row {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 80%;
  max-width: 1920px;
  height: auto;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
}

.widerruf-des-vertrags-success-send-row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 550px;
  height: auto;
  margin: auto;
  padding: 0px;
}

.widerruf-des-vertrags-success-send-row img {
  position: relative;
  display: table;
  width: 150px;
  margin-top: 10px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
}

.widerruf-des-vertrags-success-send-row h2 {
  position: relative;
  display: table;
  width: 100%;
  height: 30px;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 2em;
  color: #388E3C;
  text-align: center;
}

.widerruf-des-vertrags-success-send-row p {
  position: relative;
  display: table;
  width: 100%;
  height: 30px;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.15em;
  color: var(--c-text-primary);
  text-align: center;
}

.widerruf-des-vertrags-error-send-row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 550px;
  height: auto;
  margin: auto;
  padding: 0px;
}

.widerruf-des-vertrags-error-send-row img {
  position: relative;
  display: table;
  width: 150px;
  margin-top: 10px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
}

.widerruf-des-vertrags-error-send-row h2 {
  position: relative;
  display: table;
  width: 100%;
  height: 30px;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 2em;
  color: #CB3849;
  text-align: center;
}

.widerruf-des-vertrags-error-send-row p {
  position: relative;
  display: table;
  width: 100%;
  height: 30px;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.15em;
  color: var(--c-text-primary);
  text-align: center;
}

.main_loading_row {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  margin: auto;
  padding: 0px;
}

.main_loading_animation {
  width: 40px;
  height: 40px;
  position: relative;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  animation: main_loading_animation 2.5s infinite linear both;
}

.main_loading_animation_dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: main_loading_animation_dot 2s infinite ease-in-out both;
}

.main_loading_animation_dot:before {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  background-color: #CB3849;
  border-radius: 100%;
  animation: main_loading_animation_dot-before 2s infinite ease-in-out both;
}

.main_loading_animation_dot:nth-child(1) {
  animation-delay: -1.1s;
}

.main_loading_animation_dot:nth-child(2) {
  animation-delay: -1s;
}

.main_loading_animation_dot:nth-child(3) {
  animation-delay: -0.9s;
}

.main_loading_animation_dot:nth-child(4) {
  animation-delay: -0.8s;
}

.main_loading_animation_dot:nth-child(5) {
  animation-delay: -0.7s;
}

.main_loading_animation_dot:nth-child(6) {
  animation-delay: -0.6s;
}

.main_loading_animation_dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.main_loading_animation_dot:nth-child(2):before {
  animation-delay: -1s;
}

.main_loading_animation_dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.main_loading_animation_dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.main_loading_animation_dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.main_loading_animation_dot:nth-child(6):before {
  animation-delay: -0.6s;
}

@keyframes main_loading_animation {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes main_loading_animation_dot {
  80%, 100% {
    transform: rotate(360deg);
  }
}
@keyframes main_loading_animation_dot-before {
  50% {
    transform: scale(0.4);
  }
  100%, 0% {
    transform: scale(1);
  }
}
/*-- if smaller than 1350px --*/
@media screen and (max-width: 1350px) {
  .widerruf-des-vertrags-panel-img {
    width: 50%;
  }
  .newswletter-panel-img {
    width: 50%;
  }
  .registration-panel-img {
    width: 50%;
  }
  .widerruf-des-vertrags-panel-st {
    width: 50%;
  }
}
/*-- if smaller than 950px --*/
@media screen and (max-width: 950px) {
  .widerruf-des-vertrags-panel-img {
    width: 40%;
  }
  .newswletter-panel-img {
    width: 40%;
  }
  .registration-panel-img {
    width: 40%;
  }
  .widerruf-des-vertrags-panel-st {
    width: 60%;
  }
}
/*-- if smaller than 800px --*/
@media screen and (max-width: 800px) {
  .widerruf-des-vertrags-panel {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .widerruf-des-vertrags-panel-img {
    width: 100%;
    height: 450px;
    order: 2;
  }
  .newswletter-panel-img {
    width: 100%;
    height: 450px;
    order: 2;
  }
  .registration-panel-img {
    width: 100%;
    height: 450px;
    order: 2;
  }
  .widerruf-des-vertrags-panel-st {
    width: 100%;
    order: 1;
  }
  .widerruf-des-vertrags-input-row p {
    flex-direction: column;
    align-items: center;
  }
  .widerruf-des-vertrags-success-send-row {
    width: 90%;
  }
  .widerruf-des-vertrags-error-send-row {
    width: 90%;
  }
}/*# sourceMappingURL=widerruf-des-vertrags.css.map */