/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.13
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

@charset "UTF-8";
/* VARIBLES */
.card-yellow {
  background: #fef8e8;
}

.card-green {
  background: #dff0d8;
}

.text-dark-green {
  color: #3b763d !important;
}

.text-green {
  color: #4fc462 !important;
}



body * {
  color: #333333;
}

a {
  color: #0088cc;
}

.disabled {
  pointer-events: none;
}

h1 {
  font-size: 2.5rem;
}

@media screen and (min-width: 768px) {
  #paymentTab .nav-item {
    width: 25%;
  }
}

@media screen and (max-width: 360px) {
  #sea_cta_360 {
    display: block;
  }
  #sea_cta_n360 {
    display: none;
  }
}
@media screen and (min-width: 361px) {
  #sea_cta_360 {
    display: none;
  }
  #sea_cta_n360 {
    display: block;
  }
}

@media screen and (max-width: 400px) {
  h6.subtitle {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 330px) {
  h6.subtitle {
    font-size: 0.75rem;
  }
}

p,
li {
  font-size: 12px;
}

.border-radius-0 {
  border-radius: 0;
}

.navbar {
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding: 0.5rem 0;
}
.navbar .navbar-toggler {
  margin-right: 0.5rem;
  padding: 0.25rem 0.45rem;
  border: none;
}
.navbar .navbar-toggler:focus {
  outline: none;
}

.navbar .navbar-brand {
  max-width: 541px;
}
@media screen and (max-width: 767.99px) {
  .navbar .navbar-brand {
    max-width: 330px;
  }
}
@media screen and (max-width: 991px) {
  /*
  .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    z-index: 9999;
    padding: 0 1rem;
    background: white;
    width: 100%;
    border-top: 5px solid #f5bf1c;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
  }
  .navbar .navbar-collapse ul li a {
    font-weight: bold;
    font-size: 1rem;
  }
  */
  .navbar {
    text-align: center;
  }
}

footer {
  display: inline-block;
  width: 100%;
  margin: 1rem auto;
  line-height: 30px;
}
footer .footer-left-aside {
  float: left;
}
footer .footer-right-aside {
  float: right;
}
footer .copyright {
  float: left;
  margin-right: 1rem;
}
footer .footer-links {
  float: left;
}
footer .footer-logo {
  float: left;
  margin-right: 2rem;
}
@media screen and (max-width: 768.99px) {
  footer {
    text-align: center;
    display: flex;
    justify-content: center;
  }
  footer .footer-logo {
    margin: 0;
  }
  footer .copyright {
    float: right;
    margin-right: 0.5rem;
  }
}

.mobile-footer-nav {
  font-size: 13px;
}

#right-column {
  border-bottom: 1px solid #eee;
}

/* Modal */
.modal-dialog {
  /*max-width: 560px;*/
}
@media screen and (max-width: 414.99px) {
  .modal-dialog .btn {
    margin-top: 1rem;
  }
}

/* FORM CSS */
form label {
  margin: 0;
  font-size: 14px;
  line-height: 1.8rem;
}
form .input-group input,
form .input-group select {
  border-radius: 5px !important;
  min-height: 40px;
}
@media screen and (max-width: 991px) {
  form .input-group input:last-child,
form .input-group select:last-child {
    margin-bottom: 0 !important;
  }
}
form .input-group input:focus,
form .input-group select:focus {
  outline: none;
  box-shadow: none;
  border-color: #aaa;
}
@media screen and (max-width: 991px) {
  form .input-group {
    margin-bottom: 1rem !important;
  }
  form .input-group:last-child {
    margin-bottom: 0 !important;
  }
}
form .input-group select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #999999 50%), linear-gradient(135deg, #999999 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
form .input-group .input-group-prepend {
  background: none;
  min-width: 160px;
  justify-content: flex-end;
  align-items: flex-start;
}
@media (min-width: 768px) and (max-width: 1440px) {
  form .input-group .input-group-prepend {
    min-width: 170px;
  }
}
@media screen and (max-width: 768.99px) {
  form .input-group .input-group-prepend {
    min-width: auto;
  }
}
form .input-group .input-group-prepend .input-group-text {
  background: none;
  border: 0;
  font-size: 0.9rem;
  text-align: right;
}
form .input-group .input-group-prepend .input-group-text i {
  margin: 0.5rem;
  cursor: help;
}
form .input-group .input-group-prepend .input-group-text i:focus {
  outline: none;
}
@media screen and (max-width: 991px) {
  form .input-group .input-group-prepend {
    width: 100%;
  }
  form .input-group .input-group-prepend .input-group-text {
    xheight: 32px;
  }
  form .input-group .input-group-prepend label {
    line-height: 1;
    margin-top: 0.5rem;
    margin-bottom: 0.1rem;
  }
  form .input-group .input-group-prepend .input-group-text {
    position: relative;
  }
  form .input-group .input-group-prepend .icon {
    right: 0;
  }
}
form .input-group .input-append {
  display: flex;
}
form .input-group .input-append .form-control {
  border-radius: 5px 0 0 5px !important;
  border-width: 1px 0 1px 1px;
  height: 40px;
}
form .input-group .input-append .input-group-append .input-group-text {
  border-radius: 0 5px 5px 0;
  border-width: 1px 1px 1px 0;
}
@media screen and (max-width: 554.99px) {
  form .input-group .input-append {
    max-width: 100%;
  }
}
form .input-group .input-group-append {
  background: none;
  justify-content: flex-end;
  display: flex;
}
form .input-group .input-group-append .input-group-text {
  background: none;
  font-size: 1rem;
  text-align: right;
}

form .btn-link {
  float: right;
  margin-right: 12.1%;
  margin-top: 5px;
  font-size: 13px;
  margin-bottom: 0px;
  padding: 0px;
}
form .btn-link i {
  float: left;
  margin-right: 0.25rem;
  margin-top: 0;
  *width: 20px;
  *height: 20px;
  width: 13px;
  height: 20px;
}
form .btn-link:hover {
  cursor: pointer;
}
form .btn-link.add-row {
  color: #0085c9;
}
@media screen and (max-width: 991px) {
  form .btn-link.add-row {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 768.99px) {
  form .btn-link.add-row {
    width: auto;
    margin-top: 4px;
  }
}
#add_more_persons_container_toggle {
  font-size: 1rem;
}
form .btn-link.remove-smth,
form .btn-link.remove-row {
  color: #ca3b38;
  display: inline;
  margin: 0;
}
form .btn-link.add-address {
  min-width: 160px;
  color: #0085c9;
}
@media screen and (max-width: 768.99px) {
  form .btn-link {
    *width: 100%;
    *margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-bottom: 0.5rem;
  }
  form .btn-link.remove-smth,
  form .btn-link.remove-row {
    margin: 0.25rem 0rem;
  }
}

/* RADIO / CHECKBOX */
.form-radio,
.form-check {
  align-items: center;
  margin-bottom: 0.5rem;
}

.form-radio input[type=radio],
.form-check input[type=check] {
  width: 20px;
  height: 20px;
}

input[type=checkbox],
input[type=radio] {
  margin-right: 5px;
}

input[type=radio]:checked + label,
input[type=check]:checked + label {
  font-weight: bold !important;
}
input[type=radio]:checked + label a,
input[type=check]:checked + label a {
  font-weight: normal;
}

input:focus + label:after,
input:focus + label:before {
  outline: none !important;
}

.form-check {
  width: 60%;
  padding-left: 0;
}
@media screen and (max-width: 768.99px) {
  .form-check {
    width: 100%;
  }
}
.form-check label {
  font-weight: normal !important;
}
.form-check label a {
  color: #0088cc !important;
}

.form-radio label {
  line-height: 1.8;
}

.form-check,
.form-radio {
  /* Basic styles */
  /* Checkbox */
  /* Radio */
  /* :checked */
  /* Transition */
}
.form-check input[type=checkbox],
.form-check input[type=radio],
.form-radio input[type=checkbox],
.form-radio input[type=radio] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.form-check label,
.form-radio label {
  position: relative;
  display: inline-block;
  padding: 0 0 0 2rem;
  height: 1.5rem;
  line-height: 1.5;
  cursor: pointer;
}

.form-check label::before,
.form-check label::after,
.form-radio label::before,
.form-radio label::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
.form-check label::before,
.form-radio label::before {
  content: " ";
  border: 1px solid #d3d3d3;
  border-radius: 20%;
}
.form-check input[type=checkbox] + label::after,
.form-radio input[type=checkbox] + label::after {
  content: "✓";
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.form-check input[type=radio] + label::before,
.form-radio input[type=radio] + label::before {
  border-radius: 50%;
}
.form-check input[type=radio] + label::after,
.form-radio input[type=radio] + label::after {
  content: " ";
  top: 0.5rem;
  left: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  background: #fff;
  border-radius: 50%;
}
.form-check input[type=checkbox]:checked + label::before,
.form-check input[type=radio]:checked + label::before,
.form-radio input[type=checkbox]:checked + label::before,
.form-radio input[type=radio]:checked + label::before {
  background: #0088cc;
  border-color: #fff;
}
.form-check input[type=checkbox] + label::after,
.form-check input[type=radio] + label::after,
.form-radio input[type=checkbox] + label::after,
.form-radio input[type=radio] + label::after {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.form-check input[type=checkbox]:checked + label::after,
.form-check input[type=radio]:checked + label::after,
.form-radio input[type=checkbox]:checked + label::after,
.form-radio input[type=radio]:checked + label::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.form-check label::before,
.form-check label::after,
.form-radio label::before,
.form-radio label::after {
  -webkit-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
}

/*! FORM CSS */
.btn {
  border-radius: 50px;
  padding: 0.5rem 1rem;
}
.btn.btn-next-step {
  width: 100%;
  min-width: 150px;
  font-weight: bold;
  font-size: 1.5rem;
}
.btn.btn-next-step.btn-primary {
  background: #FCE563;
}
.btn-primary{border-color: #FCE563; color: #000;}
.btn-primary:hover {
  color: #000;}
.btn.btn-next-step.btn-success {
}
input[type="button"]{color: #000 !important;}
input[type=button]:hover{color: #fff !important;}
.btn.btn-previous-step {
  width: auto;
  background: #e6e6e6;
  line-height: 1rem;
  margin-top: 8px;
}
.btn.btn-white {
  background: white;
  border: 1px solid #111;
}
.btn:focus {
  border: 0;
  outline: none;
  box-shadow: none;
}
@media screen and (max-width: 414.99px) {
  .btn {
    width: 100%;
    font-size: 1rem;
  }
}

.badge {
  border-radius: 0;
}
.label.label-success {
  display: inline-block;
  color: #fff;
  padding: .25em .4em;
  font-size: 100%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 5px;
  background: #28a745;
}
.badge.badge-success {
  color: white !important;
  font-size: 90%;
  border-radius: 5px;
}

.icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-size: cover;
  *margin-right: 0.3em;
  line-height: 14px;
  transition: 0.12s;
  vertical-align: middle;
}

.icon.icon-check {
  background: url(images/icon-check.svg) center center no-repeat;
}


.icon.icon-question:focus {
  filter: invert(0%) sepia(51%) saturate(9%) hue-rotate(329deg) brightness(91%) contrast(100%);
}

.icon.icon-white {
  -webkit-filter: invert(100%) sepia(6%) saturate(0%) hue-rotate(115deg) brightness(108%) contrast(108%);
  filter: invert(100%) sepia(6%) saturate(0%) hue-rotate(115deg) brightness(108%) contrast(108%);
}
.icon.icon-blue {
  -webkit-filter: invert(33%) sepia(99%) saturate(865%) hue-rotate(167deg) brightness(100%) contrast(115%);
  filter: invert(33%) sepia(99%) saturate(865%) hue-rotate(167deg) brightness(100%) contrast(115%);
}
.icon.icon-red {
  -webkit-filter: invert(25%) sepia(45%) saturate(1925%) hue-rotate(330deg) brightness(115%) contrast(99%);
  filter: invert(25%) sepia(45%) saturate(1925%) hue-rotate(330deg) brightness(115%) contrast(99%);
}
.icon.icon-grey {
  *-webkit-filter: invert(72%) sepia(7%) saturate(6%) hue-rotate(335deg) brightness(95%) contrast(85%);
  *filter: invert(72%) sepia(7%) saturate(6%) hue-rotate(335deg) brightness(95%) contrast(85%);
}
.home  main.stepform  {
  background-color: #ffffff;
}
main.landing-page {
  padding-bottom: 0rem;
}
@media screen and (max-width: 991px) {
  main.landing-page {
    padding-bottom: 0;
  }
}
main.landing-page #landingpage_umzugsmann_mage {
  position: absolute;
}
main.landing-page #landingpage_umzugsmann_mage.mailbox-smaller {
  margin-top: 0;
  max-width: 70%;
}
@media screen and (max-width: 1199px) {
  main.landing-page #landingpage_umzugsmann_mage.mailbox-smaller {
    max-width: 70%;
    width: 70%;
    margin-top: 0;
  }
  body.home #landingpage_umzugsmann_mage {
	max-width: 75%;
  }
}
@media screen and (max-width: 991px) {
  main.landing-page #landingpage_umzugsmann_mage {
    position: relative;
  }
}
@media screen and (max-width: 991px) {
  .landingpage_umzugsmann_float {
    float: left;
    margin-right: 1rem;
    height: 30px;
    width: auto;
    margin-top: 7px;
  }
  .mailbox {
    max-width: 80%;
  }
}

main.landing-page h5 {
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
}
main.sem {
  background: #f9f9f9;
}
main.sem p {
  font-size: 14px;
}
main.sem small {
  font-size: 12px;
}
main form {
  padding: 1rem 1.5rem;
}
@media screen and (max-width: 767.99px) {
  main form {
    padding: 1rem;
  }
}

.page-header {
  padding: 1rem 1.5rem;
}
.page-header .page-title {
  display: flex;
}
@media screen and (max-width: 767.99px) {
  .page-header .page-title {
    margin-bottom: 0px !important;
  }
}
.landing-page .page-title {
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.page-header p {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 0.5rem;
}

.page-title {
  font-weight: bold;
}
.page-title .form-step a {
  width: 50px;
  height: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  float: left;
  margin-right: 1rem;
  border-radius: 50px;
}
.page-title .form-step a.status-success {
  background: #4fc462;
}
.page-title .form-step a.status-success i {
  width: 50px;
  height: 50px;
  background-size: 30px;
}
.page-title .form-step a.status-success:after {
  background: #4fc462;
}
@media screen and (max-width: 767px) {
  .page-title {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 1rem !important;
  }
}
@media screen and (max-width: 360.99px) {
  .page-title {
    font-size: 1.25rem;
  }
}

.page-content {
  padding: 1rem;
}

.card h4 {
  font-size: 1.25rem;
  font-weight: bold;
}
.card p {
  font-size: 1rem;
  line-height: 20px;
}
@media screen and (max-width: 414.99px) {
  .card h4 {
    font-size: 1rem;
  }
  .card p {
    font-size: 0.8rem;
  }
}
.card .coupon {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.card .coupon .coupon-img {
  max-width: 150px;
}
.card .coupon .coupon-txt {
  padding-left: 1rem;
}
.card .coupon .coupon-txt ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.card .coupon .coupon-txt ul li {
  list-style: none;
  float: left;
  width: 100%;
  padding: 0 0 0.5rem;
}
.card .coupon .coupon-txt ul li:before {
  content: "";
  float: left;
  background: url(images/icon-check.svg) center center no-repeat;
  background-size: 20;
  width: 20px;
  height: 20px;
  opacity: 1;
  margin-right: 0.5rem;
  filter: invert(61%) sepia(60%) saturate(441%) hue-rotate(78deg) brightness(97%) contrast(88%);
}
.card .coupon .btn {
  float: left;
  min-width: 150px;
}
.card .coupon .coupon-reminder {
  font-weight: bold;
  color: #e84438;
  float: left;
  width: 100%;
  margin: 0.5rem 0;
  font-size: 0.8rem;
}

@media screen and (max-width: 554.99px) {
  .card .coupon .coupon-img {
    max-width: 100px;
  }
  .card .coupon .coupon-txt {
    padding-left: 0;
  }
  .card .coupon .coupon-txt ul {
    max-width: 195px;
    padding-left: 0.5rem;
  }
  .card .coupon .btn {
    width: 100%;
  }
}
@media screen and (max-width: 320.99px) {
  .card .coupon .coupon-img {
    max-width: 50px;
  }
  .card .coupon .coupon-reminder {
    font-size: 0.6rem;
  }
}

.panel {
  display: inline-block;
  width: 100%;
  margin-bottom: 0.5rem;
  background: #f2f2f2;
}
.panel.active {
  background: #fef8e8;
}
.panel:last-child {
  margin-bottom: 0;
}
.panel .panel-title {
  margin: 0;
}
.panel .panel-title a {
  color: black;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 1.5rem;
  position: relative;
  padding: 1.4rem;
  word-break: break-all;
  font-weight: 600;
}
@media screen and (max-width: 768.99px) {
  .panel .panel-title a {
    font-size: 1rem;
    padding: 1rem 1.4rem;
  }
}
.panel .panel-title a .arrow {
  min-width: 80px;
  height: 50px;
  position: relative;
  float: right;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #b8b8b8;
  border-radius: 50px;
  background: white;
  margin-left: 1rem;
}
.panel .panel-title a .arrow:after {
  content: "";
  width: 20px;
  height: 20px;
  background: transparent;
  text-indent: -9999px;
  border-top: 2px solid #333;
  border-left: 2px solid #333;
  transition: all 250ms ease-in-out;
  text-decoration: none;
  color: transparent;
  position: absolute;
  transform: rotate(45deg);
  top: 1.1rem;
  left: 1.9rem;
}
.panel .panel-title a.collapsed .arrow:after {
  transform: rotate(-135deg);
  top: 0.5rem;
}
.panel .panel-title a:hover, .panel .panel-title a:active, .panel .panel-title a:focus {
  text-decoration: none;
}
@media screen and (max-width: 554.99px) {
  .panel .panel-title a .arrow {
    min-width: 60px;
    height: 38px;
  }
  .panel .panel-title a .arrow:after {
    width: 15px;
    height: 15px;
    top: 0.85rem;
    left: 1.3rem;
  }
  .panel .panel-title a.collapsed .arrow:after {
    top: 0.3rem;
  }
}
.panel .panel-body {
  color: #ddd;
  padding: 0 1.5rem !important;
  font-size: 12px;
  line-height: 20px;
  color: #333;
  padding: 1rem;
}
.panel .panel-body ul {
  list-style: none;
  margin-left: 0;
  padding-left: 20px;
}
.panel .panel-body ul li {
  font-size: 12px;
  line-height: 20px;
  position: relative;
}
.panel .panel-body ul li:before {
  content: "•";
  color: #333;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  width: 0.8em;
  margin-left: -1em;
  position: absolute;
  top: 0;
}
.panel .panel-body ul li a {
  color: #0088cc;
  font-weight: bold;
}
.panel .panel-body .img-wrap img {
  width: 100%;
}

@media screen and (max-width: 554.99px) {
  .coupon-checklist h3 {
    font-size: 1rem !important;
  }
  .coupon-checklist .btn {
    max-width: 150px;
  }
}

/* OLD STEPS 
.stepform .stepform-progress {
  display: flex;
  justify-content: space-between;
  padding: 1rem 1.5rem 2rem;
  border-bottom: 1px solid #d6d6d6;
}
.stepform .stepform-progress .form-step {
  position: relative;
  z-index: 1;
  text-align: center;
}
.stepform .stepform-progress .form-step .btn {
  margin: 0 auto;
  opacity: 1;
  color: white;
  background: #b3b3b3;
  width: 50px;
  height: 50px;
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 0 !important;
}
.stepform .stepform-progress .form-step .btn .icon-check {
  width: 30px;
  height: 30px;
  background-size: 25px;
  padding: 0 !important;
}
.stepform .stepform-progress .form-step small {
  position: absolute;
  top: 3.25rem;
  left: 0;
  font-size: 0.8rem;
  text-align: center;
  width: 100%;
}
.stepform .stepform-progress .form-step:after {
  content: "";
  background: #b3b3b3;
  height: 3px;
  width: 280px;
  position: absolute;
  top: 25px;
  left: 0;
  z-index: -1;
}
.stepform .stepform-progress .form-step:last-child:after {
  display: none;
}
.stepform .stepform-progress .form-step.status-success .btn {
  background: #4fc462;
}
.stepform .stepform-progress .form-step.status-success:after {
  background: #4fc462;
}
.stepform .stepform-progress .form-step.status-inprogress .btn {
  background: #f5bf1c;
}
.stepform .stepform-progress .form-step.status-inprogress:after {
  left: -100px;
  width: 380px;
  background: #4fc462;
  background: -moz-linear-gradient(left, #4fc462 0%, #f5bf1c 25%, #f5bf1c 25%, #b3b3b3 100%);
  background: -webkit-linear-gradient(left, #4fc462 0%, #f5bf1c 25%, #f5bf1c 25%, #b3b3b3 100%);
  background: linear-gradient(to right, #4fc462 0%, #f5bf1c 25%, #f5bf1c 25%, #b3b3b3 100%);
}
@media screen and (max-width: 1024.99px) {
  .stepform .stepform-progress .form-step:after {
    width: 220px;
  }
  .stepform .stepform-progress .form-step.status-inprogress:after {
    width: 325px;
  }
}
@media screen and (max-width: 991px) {
  .stepform .stepform-progress .form-step.status-inprogress:after {
    width: 280px;
  }
}
@media screen and (max-width: 768.99px) {
  .stepform .stepform-progress .form-step .btn {
    width: 24px;
    height: 24px;
    font-size: 1rem;
    font-weight: 600;
  }
  .stepform .stepform-progress .form-step .btn .icon-check {
    background-size: 15px;
  }
  .stepform .stepform-progress .form-step:after {
    left: 5px;
    top: 11px;
    width: 100px;
  }
  .stepform .stepform-progress .form-step.status-inprogress:after {
    left: 20px;
  }
  .stepform .stepform-progress .form-step small {
    top: 1.7rem;
    font-size: 0.7rem;
    left: -5px;
  }
}
@media screen and (max-width: 680.99px) {
  .stepform .stepform-progress .form-step:after {
    width: 120px;
  }
  .stepform .stepform-progress .form-step.status-inprogress:after {
    left: -50px;
    width: 175px;
  }
}
@media screen and (max-width: 554.99px) {
  .stepform .stepform-progress .form-step:after {
    width: 120px;
  }
}
@media screen and (max-width: 414.99px) {
  .stepform .stepform-progress .form-step:after {
    width: 90px;
  }
  .stepform .stepform-progress .form-step.status-inprogress:after {
    left: 0;
    width: 90px;
  }
}
@media screen and (max-width: 320.99px) {
  .stepform .stepform-progress .form-step:after {
    width: 75px;
  }
  .stepform .stepform-progress .form-step.status-inprogress:after {
    left: 0;
    width: 85px;
  }
}
*/

/* New steps */
.stepform .stepform-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1.5rem 2rem;
  border-bottom: 1px solid #d6d6d6;
}

.stepform .stepform-progress .form-step {
  position: relative;
  z-index: 1;
  text-align: center;
}

.stepform .stepform-progress .form-step .btn {
  margin: 0 auto;
  opacity: 1;
  color: white;
  background: #b3b3b3;
  width: 50px;
  height: 50px;
  font-size: 1.5rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  padding: 0 !important;
}

.stepform .stepform-progress .form-step .btn .icon-check {
  width: 30px;
  height: 30px;
  background-size: 25px;
  padding: 0 !important;
}

.stepform .stepform-progress .form-step small {
  position: absolute;
  top: 3.25rem;
  left: 0;
  font-size: .8rem;
  text-align: center;
  width: 100%;
}

.stepform .stepform-progress .form-step:after {
  content: '';
  background: #b3b3b3;
  height: 3px;
  width: 280px;
  position: absolute;
  top: 25px;
  left: 0;
  z-index: -1;
}

.stepform .stepform-progress .form-step:last-child:after {
  display: none;
}

.stepform .stepform-progress .form-step.status-success .btn {
  background: #4fc462;
}

.stepform .stepform-progress .form-step.status-success:after {
  background: #4fc462;
}

.stepform .stepform-progress .form-step.status-inprogress .btn {
  background: #f5bf1c;
}

.stepform .stepform-progress .form-step.status-inprogress:after {
  left: -100px;
  width: 380px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4fc462+0,f5bf1c+35,f5bf1c+63,b3b3b3+100 */
  background: #4fc462;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#4fc462), color-stop(25%, #f5bf1c), color-stop(25%, #f5bf1c), to(#b3b3b3));
  background: linear-gradient(to right, #4fc462 0%, #f5bf1c 25%, #f5bf1c 25%, #b3b3b3 100%);
}

.stepform .stepform-progress .form-step.step-1 small {
  left: -5px;
}
.stepform .stepform-progress .form-step.step-3 small {
  left: -5px;
}

@media screen and (max-width: 1050px) {
  .stepform .stepform-progress .form-step:after {
    width: 265px;
  }
  .stepform .stepform-progress .form-step.status-inprogress:after {
    width: 328px;
  }
}

@media screen and (max-width: 1024.99px) {
  .stepform .stepform-progress .form-step:after {
    width: 225px;
  }
  .stepform .stepform-progress .form-step.status-inprogress:after {
    width: 325px;
  }
  .stepform .stepform-progress .form-step.step-1 small {
    left: -6px;
  }
}

@media screen and (max-width: 991px) {
  .stepform .stepform-progress .form-step:after {
    width: 218px;
  }
  .stepform .stepform-progress .form-step.status-inprogress:after {
    width: 320px;
  }
  .stepform .stepform-progress .form-step.step-1 small {
    left: -7px;
  }
  .stepform .stepform-progress .form-step.step-2 small {
    left: -1px;
  }
  .stepform .stepform-progress .form-step.step-4 small {
    left: 0;
  }
  .stepform .stepform-progress .form-step.step-3 small {
    left: -5px;
  }
}

@media screen and (max-width: 800px) {
  .stepform .stepform-progress .form-step.status-inprogress:after {
    width: 280px;
  }
  .stepform .stepform-progress .form-step:after {
    width: 205px;
  }
  .stepform .stepform-progress .form-step.step-3 small {
    left: -10px;
  }
}

@media screen and (max-width: 768.99px) {
  .stepform .stepform-progress .form-step.status-inprogress:after {
    width: 260px;
  }
  .stepform .stepform-progress .form-step .btn {
    width: 24px;
    height: 24px;
    font-size: 1rem;
    font-weight: 600;
  }
  .stepform .stepform-progress .form-step .btn .icon-check {
    background-size: 15px;
  }
  .stepform .stepform-progress .form-step:after {
    left: 5px;
    top: 11px;
    width: 160px;
  }
  .stepform .stepform-progress .form-step small {
    top: 1.7rem;
    font-size: .7rem;
    left: -5px;
  }
  .stepform .stepform-progress .form-step.step-2 small {
    left: -9px;
  }
  .stepform .stepform-progress .form-step.step-3 small {
    left: -10px;
  }
  .stepform .stepform-progress .form-step.step-5 small {
    left: -2px;
  }
}

@media screen and (max-width: 769px) {
  .stepform .stepform-progress .form-step.step-1 small {
    left: -13px;
  }
  .stepform .stepform-progress .form-step.step-3 small {
    left: -13px;
  }
  .stepform .stepform-progress .form-step.step-4 small {
    left: -8px;
  }
}

@media screen and (max-width: 680.99px) {
  .stepform .stepform-progress .form-step:after {
    width: 140px;
  }
  .stepform .stepform-progress .form-step.status-inprogress:after {
    left: -50px;
    width: 195px;
  }
  .stepform .stepform-progress .form-step.step-1 small {
    left: -13px;
  }
  .stepform .stepform-progress .form-step.step-2 small {
    left: -9px;
  }
  .stepform .stepform-progress .form-step.step-3 small {
    left: -13px;
  }
  .stepform .stepform-progress .form-step.step-4 small {
    left: -8px;
  }
}

@media screen and (max-width: 590px) {
  .stepform .stepform-progress .form-step.status-inprogress:after {
    width: 180px;
  }
  .stepform .stepform-progress .form-step:after {
    width: 120px;
  }
}

@media screen and (max-width: 554.99px) {
  .stepform .stepform-progress .form-step.status-inprogress:after {
    width: 160px;
  }
  .stepform .stepform-progress .form-step:after {
    width: 110px;
  }
}

@media screen and (max-width: 480px) {
  .stepform .stepform-progress .form-step.status-inprogress:after {
    width: 150px;
  }
  .stepform .stepform-progress .form-step:after {
    width: 100px;
  }
  .stepform .stepform-progress .form-step.step-3 small {
    left: -10px;
  }
}

@media screen and (max-width: 430px) {
  .stepform .stepform-progress .form-step:after {
    width: 90px;
  }
}

@media screen and (max-width: 414.99px) {
  .stepform .stepform-progress .form-step:after {
    width: 90px;
  }
  .stepform .stepform-progress .form-step.status-inprogress:after {
    left: 0;
    width: 90px;
  }

  .stepform .stepform-progress .form-step.step-1 small {
    left: -13px;
  }
  .stepform .stepform-progress .form-step.step-3 small {
    left: -13px;
  }
  .stepform .stepform-progress .form-step.step-4 small {
    left: -8px;
  }
}

@media screen and (max-width: 390px) {
  .stepform .stepform-progress .form-step.status-inprogress:after {
    width: 80px;
  }
  .stepform .stepform-progress .form-step:after {
    width: 70px;
  }
}

@media screen and (max-width: 330px) {
  .stepform .stepform-progress .form-step.status-inprogress:after {
    width: 56px !important;
  }
}

@media screen and (max-width: 320.99px) {
  .stepform .stepform-progress .form-step.status-inprogress:after {
    width: 40px;
  }
  .stepform .stepform-progress .form-step:after {
    width: 65px;
  }
  .stepform .stepform-progress .form-step.status-inprogress:after {
    left: 0;
    width: 85px;
  }
  .stepform .stepform-progress .form-step small {
    font-size: .6rem;
    left: -5px;
  }
  .stepform .stepform-progress .form-step.step-1 small {
    left: -9px;
  }
  .stepform .stepform-progress .form-step.step-2 small {
    left: -6px;
  }
  .stepform .stepform-progress .form-step.step-3 small {
    left: -12px;
  }
  .stepform .stepform-progress .form-step.step-5 small {
    left: 0px;
  }
}

.stepform h3,
.stepform .overview-info-box h2 {
  font-size: 28px;
  margin: 0 0 1rem;
  width: 100%;
  font-weight: bold;
}
.stepform h3:nth-child(n+2),
.stepform .overview-info-box h2:nth-child(n+2) {
  padding-top: 1rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767.99px) {
  .stepform h3:nth-child(n+2),
.stepform .overview-info-box h2:nth-child(n+2) {
    margin-top: 0.6rem;
  }
}
@media screen and (max-width: 554.99px) {
  .stepform h3 {
    font-size: 1.5rem;
    *margin-bottom: 0px;
  }

  .stepform .overview-info-box h2 {
    font-size: 1rem;
    margin-bottom: 0px;
  }
}
.stepform h4 {
  font-size: 17.5px;
  margin: 0 0 1rem;
  font-weight: bold;
  padding-top: 1rem;
}
.stepform hr {
  float: left;
  width: 100%;
  margin: 1rem auto;
}
.stepform .form-group {
  display: inline-block;
  width: 100%;
  padding: 0.5rem 0;
  margin-bottom: 0;
  position: relative;
}
.stepform .form-group:nth-child(even) {
}
.stepform .form-group.border-bottom {
}
@media screen and (max-width: 991px) {
  .stepform .form-group:nth-child(even) {
    border: none;
    padding: 0;
  }
}
.stepform .form-group .input-group {
  width: 88%;
}
@media (min-width: 992px) {
  .stepform .form-group .input-group {
    flex-wrap: nowrap;
  }
}
.stepform .form-group .input-group label {
  font-size: 0.9rem !important;
  font-weight: bold;
}
.stepform .form-group .input-group.form-check-wrapper {
  width: 100%;
  align-items: flex-start;
}
.stepform .form-group .input-group.form-check-wrapper label {
  font-weight: normal;
}
.stepform .form-group .input-group.form-check-wrapper .input-group-prepend {
  height: 20px;
  margin-bottom: 0.5rem;
}
.stepform .form-group .input-group.form-check-wrapper .input-group-prepend .input-group-text {
  line-height: 1.7rem;
  padding: 0 1rem 0 0;
}
.stepform .form-group .input-group .input-group-text {
  min-width: 41px;
  max-height: 40px;
}
.stepform .form-group .input-group .form-radio p {
  width: 100%;
  margin: 0 0 1rem 2rem;
}
.stepform .form-group .input-group .form-radio label {
  font-weight: normal;
}
.stepform .form-group .input-group .form-radio input[type=radio]:checked + label {
  font-weight: bold !important;
}
.stepform .form-group .form-check {
  margin-bottom: 0 !important;
}
@media (min-width: 992px) and (max-width: 4000px) {
  .stepform .form-group.active {
    background: #FFFFE0;
  }
  .stepform .form-group.active:after, .stepform .form-group.active:before {
    right: -0.05rem;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .stepform .form-group.active:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 20px;
    margin-top: -20px;
  }
  .stepform .form-group.active:before {
    border-color: rgba(238, 238, 238, 0);
    border-right-color: #d8d8d8;
    border-width: 21px;
    margin-top: -21px;
  }
  .stepform .form-group.inactive {
    background: white;
  }
  .stepform .form-group.inactive:after, .stepform .form-group.inactive:before {
    display: none;
  }
}
.stepform .duplicate-wrapper .input-group-append {
  position: absolute;
  right: -5rem;
}
.stepform .duplicate-wrapper .input-group-append .input-group-text {
  line-height: 1.5;
}
.stepform #left-column {
  border-right: 1px solid #eee;
  padding-right: 0;
}
@media screen and (max-width: 991px) {
  .stepform #left-column {
    border: 0;
    padding-right: 1rem;
  }
}
.stepform .field-info {
  color: #666 !important;
  font-size: 13px;
}
.stepform .field-info * {
  color: #666 !important;
}
.stepform .field-info h5 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 1rem;
}
/*
.stepform.recipient #right-column .field-info:nth-child(1) {
  padding: 3rem 0 0;
}
.stepform.recipient #right-column .field-info:nth-child(2) {
  padding: 7rem 0 0;
}
.stepform.recipient #right-column .field-info:nth-child(3) {
  padding: 12rem 0 0;
}
.stepform.recipient #right-column .field-info:nth-child(4) {
  padding: 17rem 0 0;
}
.stepform.recipient #right-column .field-info:nth-child(5) {
  padding: 22rem 0 0;
}
.stepform.recipient #right-column .field-info:nth-child(6) {
  padding: 26rem 0 0;
}
.stepform.recipient #right-column .field-info:nth-child(7) {
  padding: 32rem 0 0;
}
.stepform.recipient #right-column .field-info:nth-child(8) {
  padding: 37rem 0 0;
}
.stepform.address #right-column .field-info:nth-child(1) {
  padding: 3rem 0 0;
}
.stepform.address #right-column .field-info:nth-child(2) {
  padding: 7rem 0 0;
}
.stepform.address #right-column .field-info:nth-child(3) {
  padding: 13rem 0 0;
}
.stepform.address #right-column .field-info:nth-child(4) {
  padding: 15rem 0 0;
}
.stepform.address #right-column .field-info:nth-child(5) {
  padding: 24rem 0 0;
}
.stepform.address #right-column .field-info:nth-child(6) {
  padding: 28rem 0 0;
}
.stepform.address #right-column .field-info:nth-child(7) {
  padding: 34rem 0 0;
}
.stepform.address #right-column .field-info:nth-child(8) {
  padding: 39rem 0 0;
}
.stepform.address #right-column .field-info:nth-child(9) {
  padding: 42rem 0 0;
}
.stepform.payment #right-column .field-info:nth-child(1) {
  padding: 3rem 0 0;
}
.stepform.payment #right-column .field-info:nth-child(2) {
  padding: 42rem 0 0;
}
.stepform.payment #right-column .field-info:nth-child(3) {
  padding: 48rem 0 0;
}
.stepform.payment #right-column .field-info:nth-child(4) {
  padding: 53rem 0 0;
}
.stepform.payment #right-column .field-info:nth-child(5) {
  padding: 48rem 0 0;
}
.stepform.payment #right-column .field-info:nth-child(6) {
  padding: 53rem 0 0;
}
.stepform.payment #right-column .field-info:nth-child(7) {
  padding: 56rem 0 0;
}
.stepform.payment #right-column .field-info:nth-child(8) {
  padding: 45rem 0 0;
}
.stepform.payment #right-column .field-info:nth-child(9) {
  padding: 50rem 0 0;
}
*/
.stepform .field-info:nth-child(1) {
    top: 36px;
}

@media screen and (max-width: 991px) {
  .stepform .form-group .input-group {
    width: 100%;
    display: flex;
  }
  .stepform .form-group .input-group .input-group-text {
    text-align: left;
    width: 100%;
    padding: 0;
  }
  .stepform .form-group .input-group input,
.stepform .form-group .input-group select {
    width: 100%;
  }
  .stepform .form-group .input-group .input-append {
    width: 100%;
    max-width: 100% !important;
  }
  .stepform .form-group .input-group .input-append .input-group-append {
    max-height: 40px;
    margin-right: 0 !important;
  }
  .stepform .form-group .input-group .input-append .input-group-append .input-group-text {
    padding: 0.375rem 0.75rem;
  }
  .stepform .form-group .input-group.form-check {
    display: flex;
  }
  .stepform .form-group .input-group.form-check input {
    width: auto;
  }
  .stepform .duplicate-wrapper .input-group-append {
    right: 0;
    *top: 0.25rem;
  }
}
.stepform.overview .btn-bar,
.stepform .overview .btn-bar {
  border-bottom: 1px solid #d3d3d3;
}
.stepform.overview .overview-detail .row,
.stepform .overview .overview-detail .row {
  position: relative;
}
.stepform.overview .overview-detail .row:after,
.stepform .overview .overview-detail .row:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1rem;
  width: 94%;
  margin: 0 auto;
  height: 1px;
  background: #d3d3d3;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767.99px) {
  .stepform.overview .overview-detail .row:after,
.stepform .overview .overview-detail .row:after {
    display: none;
  }
}
.stepform.overview .overview-info-box,
.stepform .overview .overview-info-box {
  display: inline-block;
  width: 100%;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 767.99px) {
  .stepform.overview .XXXoverview-info-box:after,
  .stepform .overview .XXXoverview-info-box:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 1rem;
    width: 94%;
    margin: 0 auto;
    height: 1px;
    background: #d3d3d3;
    margin-bottom: 1rem;
    display: block;
  }
}
@media screen and (max-width: 555px) {
  .stepform.overview .overview-info-box h2,
  .stepform .overview .overview-info-box h2 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 991px) {
  .stepform.overview .overview-info-box.hide-border-sm,
.stepform .overview .overview-info-box.hide-border-sm {
    padding-bottom: 0.5rem;
  }
  .stepform.overview .overview-info-box.hide-border-sm:after,
.stepform .overview .overview-info-box.hide-border-sm:after {
    display: none;
  }
}
.stepform.overview .overview-info-box .info-line,
.stepform .overview .overview-info-box .info-line {
  float: left;
  text-align: right;
  width: 100%;
}
.stepform.overview .overview-info-box .info-line h4,
.stepform .overview .overview-info-box .info-line h4 {
  font-size: 1.15rem;
  font-weight: bold;
  float: left;
  min-width: 200px;
  line-height: 30px;
  margin-right: 1rem;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 0;
  border: none;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .stepform.overview .overview-info-box .info-line h4,
  .stepform .overview .overview-info-box .info-line h4 {
    min-width: 167px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .stepform.overview .overview-info-box .info-line h4,
  .stepform .overview .overview-info-box .info-line h4 {
    display: block;
    float: none;
    text-align: left;
  }
}
@media screen and (max-width: 575px) {
  .stepform.overview .overview-info-box .info-line h4,
  .stepform .overview .overview-info-box .info-line h4 {
    min-width: 130px;
    font-size: 0.8rem;
  }
}
.stepform.overview .overview-info-box .info-line span,
.stepform .overview .overview-info-box .info-line span {
  font-size: 1rem;
  float: left;
  line-height: 30px;
  color: #333333;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .stepform.overview .overview-info-box .info-line span,
  .stepform .overview .overview-info-box .info-line span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 575px) {
  .stepform.overview .overview-info-box .info-line span,
  .stepform .overview .overview-info-box .info-line span {
    font-size: 0.8rem;
  }
}
.stepform.payment .pricing-detail {
  width: 60%;
}
@media screen and (max-width: 768.99px) {
  .stepform.payment .pricing-detail {
    width: 100%;
  }
}
.stepform.payment .pricing-detail .pricing-detail-title {
  float: left;
}
.stepform.payment .pricing-detail .pricing-detail-title .nachsendeauftrag_plus_branding {
  color: #CF453F;
  float: right;
  margin: 0px 3px;
}
.stepform.payment .pricing-detail ul {
  width: 100%;
  float: left;
  list-style: none;
}
.stepform.payment .pricing-detail ul li {
  list-style: none;
  float: left;
  width: 100%;
  padding: 0.5rem 0 0;
}
.stepform.payment .pricing-detail ul li:before {
  content: "";
  float: left;
  background: url(images/icon-check.svg) center center no-repeat;
  background-size: 20;
  width: 20px;
  height: 20px;
  opacity: 1;
  margin-right: 0.5rem;
  filter: invert(61%) sepia(60%) saturate(441%) hue-rotate(78deg) brightness(97%) contrast(88%);
}
.stepform.payment .pricing-detail .pricing-total {
  display: flex;
  width: 100%;
  font-size: 16px;
}
.stepform.payment .payment-methods {
  align-items: center;
  width: 100%;
}
.stepform.payment .payment-methods .nav-tabs {
  border: 0;
}
.stepform.payment .payment-methods .btn,
.stepform.payment .payment-methods .nav-link {
  border: 1px solid #eee;
  border-radius: 5px;
  min-width: 100px;
  height: 60px;
  margin: 0.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.8;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .stepform.payment .payment-methods .nav-link {
    min-width: 70px;
  }
  .stepform.payment .payment-methods .nav-link img {
    max-width: 70px;
  }
}

.stepform.payment .payment-methods .btn:focus, .stepform.payment .payment-methods .btn.focus,
.stepform.payment .payment-methods .nav-link:focus,
.stepform.payment .payment-methods .nav-link.focus {
  outline: none;
  box-shadow: none;
}
.stepform.payment .payment-methods .btn:hover,
.stepform.payment .payment-methods .nav-link:hover {
  cursor: pointer;
}
.stepform.payment .payment-methods .btn.active,
.stepform.payment .payment-methods .nav-link.active {
  opacity: 1;
  border: 2px solid #3a87ad;
}
.stepform.payment .payment-methods .btn input,
.stepform.payment .payment-methods .nav-link input {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768.99px) {
  .stepform.payment .payment-methods {
    display: flex;
  }
  .stepform.payment .payment-methods .input-group-prepend {
    min-width: 200px !important;
  }
  .stepform.payment .payment-methods .nav-tabs {
    display: inline-block;
    width: 100%;
  }
  .stepform.payment .payment-methods .nav-tabs .btn,
.stepform.payment .payment-methods .nav-tabs .nav-link {
    *width: 48%;
    float: left;
  }
}
@media screen and (max-width: 767px) {
  .stepform.payment .payment-methods .nav-tabs {
    width: 100%;
    height: auto;
  }
  .stepform.payment .payment-methods .nav-tabs .btn,
.stepform.payment .payment-methods .nav-tabs .nav-link {
    width: 46.5% !important;
  }
}
.stepform.payment .payment-form {
  width: 100%;
}
.stepform.payment .payment-form .form-group {
  border-top: 0;
  border-bottom: 0;
}
.stepform.payment .payment-form .form-group:first-child {
  padding-top: 1rem;
}
.stepform.payment .payment-form .form-group:last-child {
  padding-bottom: 1rem;
}
.stepform.thanks form {
  padding: 1rem 0 0;
}
.stepform.thanks .overview {
  padding: 1rem 1.5rem;
}
.stepform .card-yellow h4 {
  border: none;
}

.content-page .page-content {
  display: inline-block;
}
.content-page .page-content h5 {
  font-size: 1rem;
  line-height: 24px;
  float: left;
  width: 100%;
}
.content-page .page-content h5 span {
  min-width: 70px;
  float: left;
}
.content-page .page-content p {
  font-size: 0.8rem;
}

.popover {
  background: #333333;
  padding: 0.5rem;
}
.popover .popover-header {
  background: none;
  border: none;
  color: white;
  padding-bottom: 0.25rem;
  font-size: 1rem;
}
.popover .popover-header::before {
  border: 0;
}
.popover .popover-body {
  color: wite;
  color: white;
  padding-top: 0;
  font-size: 0.8125rem;
}
.popover .arrow:after {
  border-bottom-color: #333;
  border-top-color: #333;
}

@media screen and (max-width: 991px) {
  .w-md-100 {
    width: 100% !important;
  }
}
@media screen and (min-width: 992px) {
  .no-desktop {
    display: none;
  }
}

/* PB */
.modal-body p, 
.modal-body li {
  font-size: 14px;
}

form main.main_pad,
div.form_content {
  padding: 1rem 1.5rem;
}
@media screen and (max-width: 767px) {
  form main {
    padding: 1rem;
  }
}

.content-page .page-header h2 {
  border-bottom: 1px solid #000;
  font-weight: bolder;
  display: block;
  width: 100%;
}
.content-page .page-header div, 
.content-page .page-header h3, 
.content-page .page-header h4, 
.content-page .page-header h5, 
.content-page .page-header h6 {
  width: 100%;
}
.content-page .page-header .well {
  width: 100%;
  padding: 1em;
  margin-bottom: 1em;
  font-size: 0.9em;
}
.content-page .page-header p {
  font-size: 14.4px;
  line-height: inherit;
}

.faq-page .panel-body p {
  font-size: 1.2em;
}
.panel .panel-heading,
.panel h4.panel-title,
.panel h4.panel-title a {
  font-size: 1rem;
}
.panel .panel-title a .arrow {
  min-width: 60px;
  height: 38px;
}
.panel .panel-title a .arrow:after {
  width: 15px;
  height: 15px;
  top: 0.85rem;
  left: 1.3rem;
}

.faq-page .panel-body ul li,
.content-page ul li {
  font-size: 14.4px;
  line-height: inherit;        
}

.modal table td,
.modal table th {
  font-size: 14px;
  vertical-align: top;
}

.input-group>.form-control+.form-control {
  margin-left: 0;
}

.stepform .overview-info-box h2 {
  margin-bottom: 1.5rem;
}

form .btn-link.remove-smth,
form .btn-link.remove-row {
  margin-right: -8px;
  margin-top: 4px;
}

@media screen and (max-width: 991px) {
  form .btn-link.remove-smth,
  form .btn-link.remove-row {
    margin-top: 0;
    margin-right: 2px;
  }
}

@media screen and (min-width: 992px) {
  #customer_salutation,
  #customer_title {
    width: 100%;
    max-width: 225px;
  }
  form .btn-link.remove-smth,
  form .btn-link.remove-row {
    margin-top: 4px;
    margin-right: -1px;
  }
}

@media screen and (min-width: 1200px) {
  form .btn-link.remove-smth,
  form .btn-link.remove-row {
    margin-right: -8px;
    margin-top: 4px;
  }
}

@media screen and (max-width: 767.99px) {
  #agb_signature_line {
    max-width: 600px;
    overflow: hidden;
  }
}

/* IE 11 */
@media all and (-ms-high-contrast:none)
{
    *::-ms-backdrop, #landingpage_umzugsmann_mage { position: relative !important }
    *::-ms-backdrop, .row.no-gutters { width: 100% !important }
}

@media screen and (max-width: 688px) {
  #add_new_name {
    text-align: right;
    margin-right: 0 !important;
  }
}

/* LP specific */
@media screen and (min-width: 1200px) {
  #landingpage_umzugsmann_mage {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  h1.page-title {
    font-size: 1.4rem;
  }
  .landing-page #btnsubmit,
  .sem .btn-sea {
    font-size: 1rem;
  }
}

/*
@media screen and (max-width: 575px) {
    #btnsubmit {
      margin-left: 1rem;
      width: 97% !important;
    }
}
@media screen and (max-width: 415px) {
    #btnsubmit {
      margin-left: 1rem;
      width: 96% !important;
    }
}
*/

@media screen and (max-width: 540px) {
  h1.page-title {
    font-size: 1.3rem;
  }
  .landing-page #btnsubmit,
  .sem .btn-sea {
    font-size: 0.9rem;
  }
}

/* Pull question icons to right */
@media screen and (max-width: 991px) {
  .input-group-prepend .icon.icon-question {
    position: absolute;
    top: -5px;
    right: 0;
  }
}
@media screen and (max-width: 767.99px) {
  .input-group-prepend .icon.icon-question {
    top: 0;
  }
}



/* Hamburger on small screens */
@media screen and (max-width: 360px) {
  .navbar-toggler-icon {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 320px) {
  .navbar-toggler-icon {
    font-size: 0.8rem;
  }
}

/* small screen border lines */
@media screen and (max-width: 768px) {
  .stepform h4.xs-no-top-border {
    border-top: 0;
  }
  .stepform h4.xs-top-border {
    border-top: 1px solid #eee !important;
  }
}

/* remove stepform padding on small screens */
@media screen and (max-width: 767.99px) {
  form main {
    padding: 0;
  }
}

/* change button order for overview small screens */
@media screen and (max-width: 575px) {
  .btn-bar-overview {
    display: flex !important;
    flex-flow: column !important;
    width: auto !important;
  }
  .btn-bar-overview .btn-previous-step {
    font-size: 0.9rem;
    order: 2;
    width: auto;
    margin: 0 auto;
  }
  .btn-bar-overview #btnsubmit {
    order: 1;
    font-size: 0.9rem;
    float: none !important;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 1rem;
  }

  .btn-bar-overview #btnsubmit.btn-buy {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 340px) {
  .btn-bar-overview .btn-previous-step,
  .btn-bar-overview #btnsubmit {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 376px) {
  /* change checkbox size on small screens */
  .form-check input[type=checkbox] + label::after {
    font-size: 0.8rem;

  }
  .form-check input[type=checkbox] + label::after,
  .form-check label::before {
    width: 1.2rem;
    height: 1.2rem;
  }
  .form-check label {
    padding-left: 1.5rem;
  }
}

#add_address_extra_new_non_redirect_trigger,
#add_address_extra_non_redirect_trigger,
#add_address_extra_new_trigger,
#add_address_extra_trigger {
  max-width: 88%;
  float: none;
}
@media screen and (max-width: 991px) {
  #add_address_extra_new_non_redirect_trigger,
  #add_address_extra_non_redirect_trigger,
  #add_address_extra_new_trigger,
  #add_address_extra_trigger {
    max-width: 100%;
  }
}

/* Steps */
@media screen and (max-width: 575px) {

  /* Begin: OPSNA-56 */
  .landing-page .input-fields {
    line-height: 1rem;
  }

  .landing-page .input-fields label {
    font-size: 11px !important;
    height: 1rem;
    line-height: 1rem;
  }

  .landing-page .btn {
    *width: 100%;
    font-size: 1rem;
  }

  .landing-page .form-radio label {
    padding-left: 1.3rem;
  }

  .landing-page .form-radio label::before {
    width: 1rem;
    height: 1rem;
  }

  .landing-page .form-radio input[type=radio] + label::after {
    top: 0.25rem;
    left: 0.25rem;
  }

  .toggle-advantage {
    color: #0088cc;
  }
  .advantage-text {
    display: none;
  }
  /* End: OPSNA-56 */

  .landing-page h1.page-title {
    text-align: center !important;
  }
}

.fs-14,
.fs-14 p,
.fs-14 li {
  font-size: 14px;
}
@media screen and (max-width: 992px) {
  .fs-14 p {
    font-size: 11px !important;
  }
}

.submit-lp {
  margin-top: 1px;
  line-height: 2.5rem;
}

.btn-buy {
  line-height: 2.5rem;
}

@media screen and (min-width: 576px) {
  .advantage-caret {
    display: none;
  }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  .headline-overview {
    font-size: 1.5rem !important;
  }
}
@media screen and (min-width: 450px) and (max-width: 575px) {
  .headline-overview {
    font-size: 1.3rem !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .xadd-address {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 430px) {
  .stepform.payment h3 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 382px) {
  .stepform.payment h3 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 991px) {
  .border-top-md {
    border-top: 1px solid #eee !important;
  }
}

.sem .alert-warning {
  opacity: 0.8;
}

@media screen and (min-width: 992px) {
  .m-md-03 {
    margin-top: 0.3rem;
  }
}

/* Bootstrap width */
@media (min-width: 576px) {
  .container {
    width: auto;
    max-width: 1140px;
  }
}

/* Next step button (OPSNA-112) */
#btnsubmit,
.btn.btn-primary {
  background: #FCE563;
  
}
#btnsubmit:hover,
.btn.btn-primary:hover {
    border-color:#FCE563
}
#btnsubmit.btn-danger,
.btn.btn-danger {
  background: #FCE563;
  
}
.btn-danger{border-color: #FCE563;}

/* cookie banner */
footer {
    margin-bottom: 2rem;
}
.cookiebanner span {
    display: inline-block;
    line-height: 1rem;
    margin-top:0.25rem;
}
.cookiebanner a {
    text-decoration: underline !important;
}
@media only screen and (max-width: 780px) {
    .cookiebanner {
        height: 44px !important;
    }
    .cookiebanner span {
        text-align: left;
        display: inline-block;
        margin-top: 0.5rem;
        float: left;
        max-width: 80%;
        font-size: 11px;
    }
    .cookiebanner-close {
        margin-top: 3px;
        font-size: 11px;                
    }
}
@media only screen and (max-width: 659px) {
    .cookiebanner {
        height: 46px !important;
    }
    .cookiebanner span {
        margin-top:.25rem;
    }
    .cookiebanner-close {
        margin-top:.25rem;
    }
}
@media only screen and (max-width: 419px) {
    .cookiebanner {
        height: 62px !important;
    }
    .cookiebanner span {
        text-align: left;
        display: inline-block;
        margin-top:0.25rem;
        float: left;
        max-width: 70%;
        font-size: 11px;
    }
    .cookiebanner-close {
        margin-top: .75rem;
        margin-right: 1.5rem;
        font-size: 11px;
    }
}
@media only screen and (max-width: 365px) {
    .cookiebanner-close {
        margin-top: .75rem;
        margin-right: 0;
        font-size: 11px;
    }
}
.cookiebanner-close:hover {
  background-color: rgb(130, 130, 130) !important;
}
.ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single{padding: 10px;}
.form-check label, .form-radio label{margin-bottom: 10px;}
p.error{color: #ca3b38;margin-left: 6px !important;padding-top: 10px;margin-right: 5px !important;}
.add-more-option{flex-wrap: wrap;width: 100%;display: block;}
.input-group>.form-control1{position: relative;flex: 1 1 auto;width: 1%;  min-width: 0;}
.datepicker{z-index: 1111 !important;}
#later_start_date{margin-left: 19px;margin-bottom: 19px;}
.woocommerce-order-received .order_details ul.wc-item-meta{display: none;}

:root {
  --dna-color1: #ffd639;
}
.dna-btn-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.dna-btn {
  display: inline-block;
  width: auto;
  margin: 1rem;
  padding: 1rem;
  color: #000;
  border-radius: 5px;
  background: var(--dna-color1);
  border: 3px solid var(--dna-color1);
  font-weight: bold;
  font-size: 1.5rem;
  text-decoration: none !important;
}
.dna-btn:hover {
  color: #fff;
  background: #000;
  border-color: #000;
}

#dnaGcDdConfirmationModal .btn-primary:hover {
  color: #fff;
  background: #000 !important;
  border-color: #000;
}
#dnaGcDdConfirmationModal .btn-close:hover {
	background-color: #fff;
}

.dna-btn.secondary {
  padding: .25rem .5rem;
  background: #fff;
  border: 1px solid #ccc;
  font-weight: normal;
  font-size: 1rem;
  color: #666;
}
.dna-btn.secondary:hover {
  background: #000;
  color: #fff;
}
.dna-btn p {
	font-weight: normal;
	font-size: .9rem;
	margin: 0.5rem 0 0;
}
.dna-btn:hover p,
.dna-btn:hover i {
  color: #fff;
}
.dna-form h1.page-title {
  font-size: 1.8rem;
}
h2.subtitle {
  font-size: 1.5rem;
}

#dna-scroll-down {
  position: fixed;
  bottom: 15%;
  right: 0;
  display: inline-block;
  font-size: 2rem;
  cursor: pointer;
  display: none;
  z-index: 999;
  border: 1px solid #ccc;
  border-right: none;
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
  background: rgb(255, 255, 255);
}
#dna-scroll-down:hover {
  border: 1px solid #000;
  background: rgb(0, 0, 0);
}
#dna-scroll-down i {
  padding: .25rem .5rem;
  color: #aaa;
}
#dna-scroll-down:hover i {
  color: #fff;
}

form.woocommerce-checkout .shop_table {
  background: none;
}
form.woocommerce-checkout .button {
  background: #ffd639 !important;
  border-color: #ffd639 !important;
  color: #000 !important;
}
form.woocommerce-checkout .button:hover {
  background: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
}
form.woocommerce-checkout .wc_payment_method {
  margin: 0 0 1rem 0 !important;
  padding-right: 0.5rem !important;
}
form.woocommerce-checkout .wc_payment_method > label {
  font-size: 1.1rem;
}
#order_review {
 border: none !important; 
}
#order_review small,
#order_review small * {
  font-weight: bold;
}
#order_review_heading {
  display: none !important;
}
#place_order.after-notes {
  display: none;
}

form.woocommerce-checkout {
  display: flex;
  flex-direction: row-reverse;
  
}

@media (min-width: 922px) {
  .woocommerce-page.woocommerce-checkout form.checkout.woocommerce-checkout {
    min-width: 100%;
  }
  .woocommerce-page.woocommerce-checkout form #customer_details.col2-set {
    width: 45%;
    margin-right: 0;
  }
  .woocommerce-page.woocommerce-checkout form #order_review {
    width: 55%;
  }
}


@media only screen and (max-width: 921px) {

  form.woocommerce-checkout {
    flex-direction: column-reverse;
  }
  form.woocommerce-checkout .col-1 {
    margin-top: 2rem;
  }
  form #order_review:not(.elementor-widget-woocommerce-checkout-page #order_review) {
		padding: 0;
  }
  #place_order.after-notes {
    display: inline-block;
  }

}


.stepform .btn-bar {
  margin: .5rem 0 0;
  margin-top: 1.5rem;
  padding: .75rem 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2rem;
}
.stepform .btn-bar .btn {
	margin: 0;
	border-radius: 5px;
}
.stepform .btn-bar .btn.btn-primary,
input#checkout {
	background: #ffd600;
}
.stepform .btn-bar .btn.btn-previous-step {
	background: #fff;
	border: 1px solid #ccc;
	color: #666;
  text-decoration: none;
} 

.stepform .btn-bar .btn:hover,
input#checkout:hover {
  background: #000;
  color: #fff;
}
input#checkout {
  font-weight: bold;
}

@media screen and (max-width: 767.99px) {
  .stepform .btn-bar {
    margin-top: 1rem !important;
  }
}
@media screen and (max-width: 375.99px) {
  .stepform .btn-bar {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    padding: .75rem 0;
  }
  .stepform .btn-bar .btn {
    margin: 0 auto 1rem;
    *width: 100%;
  }
  .stepform .btn-bar .btn.btn-previous-step {
    margin-top: 8px;
    width: auto;
  }
}

.dna-product-selector-details ul {
  margin-left: 0;
}

.woocommerce .woocommerce-order .woocommerce-notice {
  font-size: 1.2rem;
  margin: 2rem 1rem 3rem;
  padding: 1rem;
  background: #f2f2f2;
}

#order_review .wc-gzd-checkbox-placeholder-legal {
  margin-top: .5rem !important;
}

#order_review .woocommerce-form__label.checkbox {
  font-weight: normal !important;
}

#order_review .payment_method_eh_sepa_stripe #mandate-acceptance {
  margin: .25rem 0 .5rem;
}

#order_review .payment_method_eh_sepa_stripe #eh-eh_sepa_stripe-cc-form .form-row {
  padding-bottom: 0;
}

#order_review .payment_method_eh_sepa_stripe #eh-stripe-iban-element {
  padding: 5px;
}

#order_review .payment_method_eh_stripe_pay #eh-eh_stripe_pay-cc-form .form-row {
  padding-bottom: 0;
}

#order_review .shop_table.woocommerce-checkout-review-order-table {
  margin-bottom: .5rem;
}

#order_review .shop_table.woocommerce-checkout-review-order-table * {
  font-weight: normal;
}

#order_review .status-box {
  margin-bottom: .75rem;                                                                                                      
}

#order_review .status-box span {
  font-size: 1rem;
}

#order_review #place_order {
  margin-top: 0.5rem;
  font-size: 1.5rem;
}

body:not(.woocommerce-order-pay) #order_review .wc_payment_methods {
  margin-bottom: 0 !important;
}
body:not(.woocommerce-order-pay) #order_review .wc_payment_methods > li {
	display: inline-block !important;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0 !important;
  margin-right: 0.25rem !important;
}
.wc_payment_methods > li label img {
	display: none;
}
body:not(.woocommerce-order-pay) #order_review .wc_payment_methods > li .payment_box {
  display: none !important;
}
body.woocommerce-order-pay #order_review .wc_payment_methods > li {
  margin-bottom: 1rem;
}
body:not(.woocommerce-order-pay) #order_review .wc_payment_methods > li input {
  margin-right: 3px !important;
}
.woocommerce-page.woocommerce-checkout #payment #dna-current-payment-method {
  margin-bottom: 1rem;
}
.woocommerce-page.woocommerce-checkout #payment #dna-current-payment-method .payment_box:before {
  display: none;
}
.woocommerce-page.woocommerce-checkout #payment #dna-current-payment-method .payment_box {
  margin: .5rem 0 0;
  padding: 0;
  background: #fff;
}

#dna-current--payment-method {
  margin-top: -1rem;
}
#dna-current-payment-method .stripe-card-group #eh-stripe-card-element {
  padding: 5px;
}


/** WebToffee **/
.stripe-card-group .eh-stripe-card-brand {
    display: block;
    width: 30px;
    height: 24px;
    margin-top: -24px;
    float: left;
    margin-left: 4px;
}

.stripe-card-group .eh-stripe-card-brand.eh-stripe-credit-card-brand {
    background: no-repeat url();
}
.stripe-card-group .eh-stripe-card-brand.eh-stripe-visa-brand {
    background: no-repeat url(../../plugins/payment-gateway-stripe-and-woocommerce-integration/assets/img/visa.svg);
}

.stripe-card-group .eh-stripe-card-brand.eh-stripe-mastercard-brand {
    background: no-repeat url(../../plugins/payment-gateway-stripe-and-woocommerce-integration/assets/img/mastercard.svg);
}

.stripe-card-group .eh-stripe-card-brand.eh-stripe-amex-brand {
    background: no-repeat url(../../plugins/payment-gateway-stripe-and-woocommerce-integration/assets/img/amex.svg);

}
.stripe-card-group .eh-stripe-card-brand.eh-stripe-discover-brand {
    background: no-repeat url(../../plugins/payment-gateway-stripe-and-woocommerce-integration/assets/img/discover.svg);
}

.stripe-card-group .eh-stripe-card-brand.eh-stripe-diners-brand {
    background: no-repeat url(../../plugins/payment-gateway-stripe-and-woocommerce-integration/assets/img/diners.svg);
}
.stripe-card-group .eh-stripe-card-brand.eh-stripe-jcb-brand {
    background: no-repeat url(./../plugins/payment-gateway-stripe-and-woocommerce-integration/assets/img/jcb.svg);
}



/** Stripe **/
#wc-stripe-cc-form .stripe-card-group {
  position: relative;
}
#wc-stripe-cc-form .stripe-card-group .stripe-card-brand {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 10px;
  display: block;
  width: 30px;
  height: 24px;
}

#wc-stripe-cc-form .stripe-card-group .stripe-card-brand.stripe-credit-card-brand {
    background: no-repeat url(../../plugins/woocommerce-gateway-stripe/assets/images/credit-card.svg);
}
#wc-stripe-cc-form .stripe-card-group .stripe-card-brand.stripe-visa-brand {
    background: no-repeat url(../../plugins/woocommerce-gateway-stripe/assets/images/visa.svg);
}

#wc-stripe-cc-form .stripe-card-group .stripe-card-brand.stripe-mastercard-brand {
    background: no-repeat url(../../plugins/woocommerce-gateway-stripe/assets/images/mastercard.svg);
}

#wc-stripe-cc-form .stripe-card-group .stripe-card-brand.stripe-amex-brand {
    background: no-repeat url(../../plugins/woocommerce-gateway-stripe/assets/images/amex.svg);

}
#wc-stripe-cc-form .stripe-card-group .stripe-card-brand.stripe-discover-brand {
    background: no-repeat url(../../plugins/woocommerce-gateway-stripe/assets/images/discover.svg);
}

#wc-stripe-cc-form .stripe-card-group .stripe-card-brand.stripe-diners-brand {
    background: no-repeat url(../../plugins/woocommerce-gateway-stripe/assets/images/diners.svg);
}
#wc-stripe-cc-form .stripe-card-group .stripe-card-brand.stripe-jcb-brand {
    background: no-repeat url(./../plugins/woocommerce-gateway-stripe/assets/images/jcb.svg);
}



.ast-container, .ast-container-fluid {
  padding-left: 10px;
  padding-right: 10px;
}

.woocommerce .blockUI.blockOverlay,.woocommerce .loader {
  background: #fff;
  opacity: .85 !important;
  overflow: hidden;
}
.woocommerce .blockUI.blockOverlay:before,.woocommerce .loader:before {
  font-size: 1.5rem;
}
.woocommerce .blockUI.blockOverlay:after,.woocommerce .loader:after {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  background: #fff;
  margin-top: 2rem;
  content: "Einen Moment bitte...";
  opacity: 1;
}

.woocommerce-page.woocommerce-checkout #payment .payment_box:before {
  border-bottom-color: #fff !important;
}
.woocommerce-page.woocommerce-checkout #payment .payment_box {
  background: none !important;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  margin-top: 1rem;
}
