/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.fullwidth {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url("../../public/style/fonts/Roboto-Regular.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* Toastr custom style */
#toast-container > .toast {
  background-image: none !important;
}
#toast-container > .toast:before {
  position: fixed;
  font-family: FontAwesome;
  font-size: 24px;
  line-height: 24px;
  float: left;
  color: #FFF;
  padding-right: 0.5em;
  margin: auto 0.5em auto -1.5em;
}
#toast-container > .toast-warning:before {
  content: "\f0e7";
}
#toast-container > .toast-error:before {
  content: "\f071";
}
#toast-container > .toast-info:before {
  content: "\f005";
}
#toast-container > .toast-success:before {
  content: "\f00C";
}
#toast-container > div {
  -moz-box-shadow: 0 0 3px #999;
  -webkit-box-shadow: 0 0 3px #999;
  box-shadow: 0 0 3px #999;
  opacity: .9;
  -ms-filter: alpha(opacity=90);
  filter: alpha(opacity=90);
}
#toast-container > :hover {
  -moz-box-shadow: 0 0 4px #999;
  -webkit-box-shadow: 0 0 4px #999;
  box-shadow: 0 0 4px #999;
  opacity: 1;
  -ms-filter: alpha(opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
.toast {
  background-color: #1c84c6;
}
.toast-success {
  background-color: #1c84c6;
}
.toast-error {
  background-color: #ed5565;
}
.toast-info {
  background-color: #23c6c8;
}
.toast-warning {
  background-color: #f8ac59;
}
.toast-top-full-width {
  margin-top: 20px;
}
.toast-bottom-full-width {
  margin-bottom: 20px;
}
* {
  font-family: 'Arimo', sans-serif;
}
body {
  margin: 0;
  background-color: #ccdceb;
  padding-bottom: 110px;
}
.page-container {
  max-width: 1100px;
  background-color: white;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.no-padding {
  padding: 0 !important;
}
#home-customers img {
  height: 100px;
  max-width: 150px;
  object-fit: scale-down;
  /*object-fit: contain;*/
}
#home-testimonials {
  /*
    white-space: nowrap;
    overflow: hidden;
    */
}
#home-testimonials .testimonial {
  outline: 0;
  margin-bottom: 10px;
}
#home-testimonials > div {
  text-align: center;
  font-size: larger;
  /*font-family: Montserrat;*/
  /* *
        {
            color: @dark_grey_font;
        }*/
}
#home-testimonials > div .name_customer {
  display: inline-block;
  margin-bottom: 20px;
}
#home-testimonials > div .name_customer .customer {
  text-transform: uppercase;
}
#home-testimonials > div .text {
  display: inline-block;
  letter-spacing: 1px;
  width: 90%;
  white-space: normal;
}
@media (min-width: 768px) {
  #home-testimonials > div .text {
    width: 50%;
  }
}
#home-testimonials > div img {
  display: block;
  border-radius: 50%;
  height: 130px;
  margin: 25px auto;
}
.header {
  width: 100%;
  overflow: hidden;
}
.header .topbar .language-holder {
  margin: 15px;
  display: block;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  color: #bbbbbb;
}
.header .topbar .language-holder a {
  color: #bbbbbb;
}
.header .topbar .language-holder a.active-language {
  color: #005093;
}
.header .topbar .logo {
  display: inline-block;
  padding-top: 45px;
  padding-left: 25px;
  margin-bottom: 10px;
}
.header .topbar .logo img {
  width: 200px;
}
.header .navigation-toggle {
  color: #777777;
  margin: 15px;
}
.header .navigationbar {
  float: left;
  width: 100%;
  position: relative;
  background-color: #005093;
}
.header .navigationbar .mobile-bar {
  width: 100%;
  height: 10px;
  position: relative;
}
.header .navigationbar .mobile-bar a:first-of-type {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header .navigationbar .mobile-bar a:first-of-type img {
  width: 110px;
}
.header .navigationbar .mobile-bar a:last-of-type {
  position: absolute;
  top: 15px;
  right: 15px;
}
.header .navigationbar .mobile-bar a:last-of-type img {
  width: 50px;
}
.header .navigationbar .navigation {
  width: 0;
  font-weight: 400;
  list-style: none;
  margin: 0;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  padding: 0;
  z-index: 1000;
  background-color: rgba(0, 80, 147, 0.95);
  color: white;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .navigationbar .navigation li {
  line-height: 1;
  height: 29px;
  font-weight: bold;
  font-size: 14px;
  margin-top: 1em;
  margin-left: 5vw;
  white-space: nowrap;
}
.header .navigationbar .navigation li i {
  display: none;
}
.header .navigationbar .navigation li a {
  display: block;
  height: 100%;
  width: 100%;
  vertical-align: center;
  margin-top: 5px;
}
.header .navigationbar .navigation li a {
  color: white;
}
.header .navigationbar #navigation-logo {
  max-width: 100%;
  margin-top: 10vh;
  margin-left: 5vw;
  margin-bottom: 5vh;
  width: 100%;
}
.header .navigationbar #navigation-logo img {
  max-height: 100%;
  max-width: 100%;
}
.header .navigationbar .navigation.expand {
  width: 80vw;
  line-height: 3.0;
  font-size: 14px;
}
@media (min-width: 768px) {
  .header .topbar .logo {
    padding-left: 68px;
  }
  .header .topbar .logo img {
    width: 270px;
  }
  .header .navigationbar .navigation.expand {
    font-size: 21px;
  }
}
@media (min-width: 992px) {
  .header .topbar {
    height: 130px;
  }
  .header .topbar a:active,
  .header .topbar a:hover {
    color: #005093;
  }
  .header .topbar:after {
    content: '';
    display: block;
    clear: both;
  }
  .header .topbar .mobile-menu {
    display: none;
  }
  .header .topbar .language-holder {
    margin-top: 34px;
    margin-right: 34px;
  }
  .header .navigationbar {
    height: 29px;
  }
  .header .navigationbar .mobile-bar {
    display: none;
  }
  .header .navigationbar .navigation.expand {
    width: initial;
  }
  .header .navigationbar .navigation {
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
    background-color: #005093;
    font-size: 14px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto;
    margin-left: 36px;
    color: white;
  }
  .header .navigationbar .navigation li {
    border-top: solid 2px #005093;
    border-bottom: solid 2px #005093;
    float: left;
    margin-left: 0;
    margin-top: 0;
    padding-bottom: 0;
  }
  .header .navigationbar .navigation li a,
  .header .navigationbar .navigation li a.active,
  .header .navigationbar .navigation li a:hover,
  .header .navigationbar .navigation li a:link {
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 32px 0 32px;
  }
  .header .navigationbar .navigation li.active {
    background-color: #005093;
  }
  .header .navigationbar .navigation li.active {
    background-color: white;
  }
  .header .navigationbar .navigation li.active a {
    color: #005093;
  }
  .header #navigation-logo,
  .header .navigation-toggle {
    display: none;
  }
}
/* transition */
.carousel .item img {
  -webkit-transition: all 20s;
  -moz-transition: all 20s;
  -o-transition: all 20s;
  transition: all 20s;
}
/* start status */
.carousel .item img,
.carousel .item.active.inactiveUntilOnLoad img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
/* end status */
.carousel .item.active img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.carousel-inner .item {
  overflow: hidden;
}
footer {
  width: 100%;
}
footer a {
  text-decoration: none;
}
footer .footer-row-impressum {
  background-color: #f6f6f6;
  color: #545454;
  font-size: 14px;
  padding-top: 40px;
  padding-bottom: 46px;
  line-height: 1.5;
  /*before: 2*/
}
footer .footer-row-impressum > div {
  margin: 0 29px;
}
footer .footer-row-impressum .imprint-paragraph:not(:last-child) {
  margin-bottom: 20px;
}
footer .footer-row-copyright {
  background-color: #005093;
  color: #ffffff;
  padding-left: 29px;
  padding-right: 29px;
  height: 100px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer-row-copyright > *:last-child {
  text-align: right;
}
footer .imprint-heading {
  font-weight: bold;
  font-size: 20px;
  color: #545454;
}
.jumbotron {
  text-align: center;
  font-size: 38px;
  color: #1f1f1f;
  padding: 38px 0;
  margin-bottom: 57px;
}
h1 {
  text-align: center;
  color: #005093;
  font-weight: bold;
  font-size: 30px;
}
h2 {
  text-align: center;
  color: #005093;
  text-transform: uppercase;
}
h3 {
  text-align: center;
  color: #005093;
  font-size: 20px;
  font-weight: bold;
}
h4 {
  text-align: center;
  color: #005093;
  text-transform: uppercase;
  font-weight: bold;
  text-align: left;
  font-size: 20px;
}
h5 {
  text-align: center;
  color: #005093;
  text-align: left;
  font-size: 18px;
}
.subheading {
  text-align: center;
  font-size: 16px;
  color: #999999;
  width: 66%;
  margin: 0 auto;
}
table {
  width: 100%;
  padding: 0 90px;
  border-spacing: 40px;
  border-collapse: separate;
}
table th {
  vertical-align: top;
  text-transform: uppercase;
  letter-spacing: 1px;
}
table td {
  color: #666666;
  vertical-align: top;
}
table td ul,
table td h4 {
  margin: 0;
}
.table-md,
.table-md tbody,
.table-md tr,
.table-md th,
.table-md td,
.table-md .tr,
.table-md .th,
.table-md .td {
  display: block;
  max-width: 100%;
}
.table-md tr,
.table-md .tr {
  margin-top: 1.5em;
}
.table-md th,
.table-md .th {
  vertical-align: top;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  white-space: nowrap;
}
.table-md td,
.table-md .td {
  color: #666666;
}
@media (min-width: 992px) {
  .table-md {
    display: table;
    border-collapse: collapse;
    border-spacing: 1em;
  }
  .table-md tr,
  .table-md .tr {
    display: table-row;
    margin-top: initial;
  }
  .table-md th,
  .table-md .th {
    vertical-align: top;
    display: table-cell;
    padding: 8px;
  }
  .table-md td,
  .table-md .td {
    display: table-cell;
    padding: 8px;
  }
  .table-md tbody {
    display: table-row-group;
  }
  .table-md th + td,
  .table-md .th + .td,
  .table-md td + td,
  .table-md .td + .td {
    padding-left: 15px;
  }
}
[class*='table-'][class*='-cols'] {
  width: 100%;
  padding: 0 90px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
[class*='table-'][class*='-cols'].table-2-cols > div.tr {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  flex-shrink: 0;
}
@media (min-width: 480px) {
  [class*='table-'][class*='-cols'].table-2-cols > div.tr {
    flex-shrink: initial;
    flex-wrap: initial;
  }
}
[class*='table-'][class*='-cols'].table-2-cols > div:not(.tr),
[class*='table-'][class*='-cols'].table-2-cols > div.tr > div {
  flex-basis: 100%;
}
[class*='table-'][class*='-cols'].table-3-cols > div.tr {
  display: flex;
  width: 100%;
}
[class*='table-'][class*='-cols'].table-3-cols > div:not(.tr),
[class*='table-'][class*='-cols'].table-3-cols > div.tr > div {
  flex-basis: 100%;
}
@media (min-width: 768px) {
  [class*='table-'][class*='-cols'].table-3-cols > div:not(.tr),
  [class*='table-'][class*='-cols'].table-3-cols > div.tr > div {
    flex-basis: 50%;
  }
}
@media (min-width: 1100px) {
  [class*='table-'][class*='-cols'].table-3-cols > div:not(.tr),
  [class*='table-'][class*='-cols'].table-3-cols > div.tr > div {
    flex-basis: 33%;
  }
}
[class*='table-'][class*='-cols'].table-4-cols > div.tr {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  flex-shrink: 0;
}
@media (min-width: 480px) {
  [class*='table-'][class*='-cols'].table-4-cols > div.tr {
    flex-shrink: initial;
    flex-wrap: initial;
  }
}
[class*='table-'][class*='-cols'].table-4-cols > div:not(.tr),
[class*='table-'][class*='-cols'].table-4-cols > div.tr > div {
  flex-basis: 100%;
}
@media (min-width: 1100px) {
  [class*='table-'][class*='-cols'].table-4-cols > div:not(.tr),
  [class*='table-'][class*='-cols'].table-4-cols > div.tr > div {
    flex-basis: 25%;
  }
}
[class*='table-'][class*='-cols'] .th {
  font-weight: bold;
}
[class*='table-'][class*='-cols'].datatable *:not(.trh).tr:nth-child(odd) {
  background-color: #eaddba;
}
[class*='table-'][class*='-cols'].datatable *:not(.trh).tr:nth-child(even) {
  background-color: #e2d19d;
}
[class*='table-'][class*='-cols'].datatable .trh,
[class*='table-'][class*='-cols'].datatable .trh * {
  font-weight: bold;
}
[class*='table-'][class*='-cols'].datatable > div:not(.tr),
[class*='table-'][class*='-cols'].datatable > .tr > div {
  padding: 1ex;
}
@media (min-width: 480px) {
  [class*='table-'][class*='-cols'].datatable > div:not(.tr),
  [class*='table-'][class*='-cols'].datatable > .tr > div {
    border: 1px solid #444444;
  }
  [class*='table-'][class*='-cols'].datatable > div:not(.tr):first-child,
  [class*='table-'][class*='-cols'].datatable > .tr > div:first-child {
    border-left: 0;
  }
  [class*='table-'][class*='-cols'].datatable > div:not(.tr):not(:first-child),
  [class*='table-'][class*='-cols'].datatable > .tr > div:not(:first-child) {
    margin-left: -1px;
  }
  [class*='table-'][class*='-cols'].datatable > div:not(.tr):last-child,
  [class*='table-'][class*='-cols'].datatable > .tr > div:last-child {
    border-right: 0;
  }
  [class*='table-'][class*='-cols'].datatable > .tr:first-child > div {
    border-top: 0;
  }
  [class*='table-'][class*='-cols'].datatable > .tr:last-child > div {
    border-bottom: 0;
  }
  [class*='table-'][class*='-cols'].datatable > .tr:not(:first-child) {
    margin-top: -1px;
  }
}
form input[type='text'],
form input[type='email'],
form input[type='tel'],
form input[type='password'] {
  border: 1px solid black;
  border-radius: 3px;
  padding: 10px;
  display: block;
  margin: 0 auto 10px;
}
form input[type='text']::-webkit-input-placeholder,
form input[type='email']::-webkit-input-placeholder,
form input[type='tel']::-webkit-input-placeholder,
form input[type='password']::-webkit-input-placeholder {
  opacity: 1;
  color: #999999;
}
form input[type='text']:-moz-placeholder,
form input[type='email']:-moz-placeholder,
form input[type='tel']:-moz-placeholder,
form input[type='password']:-moz-placeholder {
  opacity: 1;
  color: #999999;
}
form input[type='text']::-moz-placeholder,
form input[type='email']::-moz-placeholder,
form input[type='tel']::-moz-placeholder,
form input[type='password']::-moz-placeholder {
  opacity: 1;
  color: #999999;
}
form input[type='text']:-ms-input-placeholder,
form input[type='email']:-ms-input-placeholder,
form input[type='tel']:-ms-input-placeholder,
form input[type='password']:-ms-input-placeholder {
  opacity: 1;
  color: #999999;
}
.select2 {
  margin: 5px;
}
.select2 .select2-selection {
  border: 1px solid #000000;
  border-radius: 3px;
  padding: 10px;
  margin: 0 auto;
  font-size: 14px;
  height: inherit;
}
.select2 .select2-selection .select2-selection__rendered {
  font-size: inherit;
  padding: 0;
}
.select2 .select2-selection .select2-selection__rendered,
.select2 .select2-selection .select2-selection__rendered * {
  line-height: 30px;
  height: 30px;
}
.select2 .select2-selection__arrow {
  height: 33px;
}
.select2 .select2-selection__arrow b {
  border-width: 8px 6px 0;
  margin-left: -9px;
  margin-top: -4px;
}
.select2 .select2-selection__placeholder {
  color: #999999;
  font-size: 16px;
}
.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.styled-checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid #666666;
  border-radius: 50%;
}
.styled-checkbox:hover + label:before {
  background: #005093;
  padding: 5px;
}
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
  background: #005093;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  /*box-shadow:
                2px 0 0 white,
                4px 0 0 white,
                    4px -2px 0 white,
                    4px -4px 0 white,
                    4px -6px 0 white,
                    4px -8px 0 white;*/
  transform: rotate(45deg);
}
.btn-default {
  text-transform: uppercase;
  border-radius: 3px;
  letter-spacing: 1px;
  width: auto;
  border: none;
  line-height: 1.5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  white-space: normal;
  padding: 15px 20px;
  color: white;
  background-color: #ff00aa;
}
.btn-default,
.btn-default:active,
.btn-default:hover,
.btn-default:link,
.btn-default:focus,
.btn-default:hover,
.btn-default:active:hover,
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover {
  outline: 0;
}
.btn-default:active,
.btn-default:hover,
.btn-default:link,
.btn-default:focus {
  background-color: #ff00aa;
  color: white;
}
.btn-default:hover {
  background-color: #cc0088;
}
.btn-default:active:hover {
  background-color: #990066;
  color: white;
}
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover {
  background-color: #ff33bb;
}
.btn-right {
  width: auto;
  float: right;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .btn-right {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.btn-left {
  width: auto;
  float: left;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .btn-left {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.btn-fullwidth {
  width: 100%;
}
@media (min-width: 768px) {
  .btn-fullwidth {
    width: auto;
  }
}
.btn-white {
  background-color: #8cc73e;
  border-radius: 999px;
  border: 1px solid #e9e9e9;
  color: black;
  padding: 5px 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.btn-white:active,
.btn-white:hover,
.btn-white:link,
.btn-white:focus {
  background-color: #8cc73e;
  color: black;
}
.btn-white:hover {
  background-color: #71a32f;
}
.btn-white:active:hover {
  background-color: #567b24;
  color: black;
}
.btn-primary {
  color: white;
}
p,
label {
  text-align: center;
  font-size: 16px;
  color: #999999;
  width: 66%;
  margin: 0 auto;
  text-align: left;
  width: 90%;
}
p:not(:last-child),
label:not(:last-child) {
  margin-bottom: 27px;
}
p.no-margin,
label.no-margin {
  margin-bottom: 0;
}
hr {
  width: 30%;
  border-width: 4px;
}
b {
  font-weight: bold;
  color: #444444;
}
ul {
  padding: 0;
  list-style: none;
  color: #999999;
}
ul.with_bullet_point li:before {
  content: "> ";
}
ul.dark_font {
  color: initial;
}
ul:not(:last-child) {
  margin-bottom: 27px;
}
ul.center li {
  text-align: center;
}
label {
  display: inline;
}
.banner {
  margin-bottom: 80px;
  max-width: 100%;
}
.center-text {
  text-align: center;
}
.center-block {
  display: block;
  margin: 0 auto;
}
.content-container {
  margin: 0 5vw;
}
@media (min-width: 768px) {
  .content-container {
    margin: 0 2%;
  }
}
.uppercase {
  text-transform: uppercase;
}
.bold {
  font-weight: bold;
}
.arimo-font {
  font-family: 'Arimo', sans-serif;
}
.error_message {
  color: red;
}
.hoverhandler:hover .hovertarget,
.hoverhandler:hover.hovertarget {
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}
.hovertarget {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.medium-grey-text {
  font-size: 16px;
  color: #333;
}
.template-page-heading {
  margin-top: 69px;
  margin-bottom: 69px;
  margin-left: 5%;
  margin-right: 5%;
}
.template-page-subheading {
  text-align: center;
  font-size: 16px;
  color: #333;
}
.template-page-text {
  margin-bottom: 88px;
}
.template-page-text p {
  font-size: 16px;
  color: #333;
}
.template-page-text tr {
  display: block;
  height: auto !important;
  padding-top: 25px;
  border-top: 2px solid #005093;
}
.template-page-text video {
  width: 300px;
  height: 150px;
}
@media (min-width: 768px) {
  .template-page-text video {
    width: 600px;
    height: 300px;
  }
}
.template-page-text #freeapp .row {
  border-top: 2px solid #005093;
  margin: 25px 10px;
  padding: 10px;
}
.template-page-text #freeapp .row div {
  padding: 10px 50px;
}
.template-page-text #freeapp .row ul {
  font-size: 16px;
  list-style: disc;
  color: #333;
}
@media (min-width: 768px) {
  .template-page-text #freeapp .row {
    border-top: 2px solid #005093;
    margin: 25px 55px;
    padding: 50px 0;
  }
}
.template-page-text #supplier-page .suppliers-template-page {
  margin: auto 55px;
}
.tab_description {
  font-size: 10px;
  position: absolute;
  top: 8px;
  left: 20px;
}
@media (min-width: 768px) {
  .tab_description {
    font-size: inherit;
    position: inherit;
    top: inherit;
    left: inherit;
  }
}
.arrow-right-first .tab_description {
  position: absolute;
  top: 30%;
  left: 30%;
  transform: translate(30%, 30%);
  content: url(../../public/image/icons/icon_warenkorb_r.png);
  height: 30px;
}
@media (min-width: 768px) {
  .arrow-right-first .tab_description {
    top: 10px;
    content: "";
  }
}
.arrow-right-first .active .tab_description {
  position: absolute;
  top: 30%;
  left: 30%;
  transform: translate(30%, 30%);
  content: url(../../public/image/icons/icon_warenkorb_w.png);
  height: 30px;
}
@media (min-width: 768px) {
  .arrow-right-first .active .tab_description {
    top: 10px;
    content: "";
  }
}
.arrow-right-second .tab_description {
  position: absolute;
  top: 30%;
  left: 72%;
  transform: translate(-50%, 30%);
  content: url(../../public/image/icons/icon_adresse_r.png);
  height: 30px;
}
@media (min-width: 768px) {
  .arrow-right-second .tab_description {
    top: 10px;
    content: "";
    left: inherit;
  }
}
.arrow-right-second .active .tab_description {
  position: absolute;
  top: 30%;
  left: 72%;
  transform: translate(-50%, 30%);
  content: url(../../public/image/icons/icon_adresse_w.png);
  height: 30px;
}
@media (min-width: 768px) {
  .arrow-right-second .active .tab_description {
    top: 10px;
    content: "";
    left: inherit;
  }
}
.arrow-right-third .tab_description {
  position: absolute;
  top: 30%;
  left: 72%;
  transform: translate(-50%, 30%);
  content: url(../../public/image/icons/icon_bezahlung_r.png);
  height: 30px;
}
@media (min-width: 768px) {
  .arrow-right-third .tab_description {
    top: 5px;
    content: '';
    left: inherit;
  }
}
.arrow-right-third .active .tab_description {
  position: absolute;
  top: 30%;
  left: 72%;
  transform: translate(-50%, 30%);
  content: url(../../public/image/icons/icon_bezahlung_w.png);
  height: 30px;
}
@media (min-width: 768px) {
  .arrow-right-third .active .tab_description {
    top: 5px;
    content: '';
    left: inherit;
  }
}
.arrow-right-first a:hover,
.arrow-right-second a:hover,
.arrow-right-first a:focus,
.arrow-right-second a:focus {
  text-decoration: none;
}
.arrow-right-first .active,
.arrow-right-second .active,
.arrow-right-first .active:hover,
.arrow-right-second .active:hover,
.arrow-right-first .active:focus,
.arrow-right-second .active:focus {
  color: white;
  text-decoration: none;
}
.zero-margin {
  margin: 0;
  padding: 0;
}
.checkout_tab {
  font-weight: bold;
  font-size: 15px;
  display: inline-block;
  background-color: #e8f5d5;
  vertical-align: middle;
  padding: 25px 10px;
  width: 97%;
  float: left;
  height: 50px;
  text-align: center;
  margin-left: 10px;
}
@media (min-width: 768px) {
  .checkout_tab {
    height: 74px;
    padding: 27px 10px;
  }
}
@media (min-width: 1350px) {
  .checkout_tab {
    font-size: 17px;
  }
  .dot_icon {
    font-size: 12px;
  }
}
.checkout_tab_content {
  border: 2px solid #f07a00;
  padding: 20px 10px;
}
@media (min-width: 400px) {
  .checkout_tab_content {
    border: 2px solid #f07a00;
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .checkout_tab {
    padding: 25px 10px;
  }
}
.checkout-tab-information {
  font-size: 15px;
}
@media (min-width: 992px) {
  .checkout-tab-information {
    font-size: 17px;
    line-height: 1.9;
  }
}
.checkout_tab.active {
  color: white;
  width: 97%;
  padding: 25px 10px;
}
.checkout_tab.done {
  background-color: #63645F;
  color: white;
  width: 97%;
}
@media (min-width: 992px) {
  .checkout_tab {
    width: 97%;
    font-size: 17px;
  }
  .checkout_tab.active {
    width: 97%;
    font-size: 17px;
  }
  .checkout_tab.done {
    width: 97%;
    font-size: 17px;
  }
}
.dot_icon {
  margin-left: 3px;
  font-size: 10px;
}
.dot_icon.first-icon {
  padding-left: 30px;
}
.dot_icon.first-active {
  display: none;
}
.dot_icon.second-active {
  display: none;
}
.dot_icon.third-active {
  display: none;
}
.check_icon {
  display: none;
}
@media (min-width: 992px) {
  .dot_icon {
    font-size: 7px;
  }
}
@media (min-width: 1200px) {
  .dot_icon {
    font-size: 10px;
  }
  /*.dot_icon.first-active{
        display:inline-block;
    }*/
  /*.dot_icon.second-active{
        display:inline-block;
    }*/
}
@media (min-width: 1460px) {
  .dot_icon.first-active {
    display: inline-block;
  }
  .dot_icon.second-active {
    display: inline-block;
  }
  .dot_icon.third-active {
    display: inline-block;
  }
  .check_icon {
    display: inline-block;
  }
}
@media (min-width: 1350px) {
  .checkout_tab {
    font-size: 17px;
  }
  .dot_icon {
    font-size: 12px;
  }
}
.checkout_tab_content {
  border: 2px solid #f07a00;
  padding: 20px 10px;
}
@media (min-width: 400px) {
  .checkout_tab_content {
    border: 2px solid #f07a00;
    padding: 20px;
  }
}
.checkout_tabs_holder {
  margin-bottom: 50px;
  margin-top: 50px;
  height: 50px;
}
@media (min-width: 768px) {
  .checkout_tabs_holder {
    height: 70px;
  }
}
.triangle-right {
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-left: 100px solid #f07a00;
  border-bottom: 50px solid transparent;
}
.check_icon {
  margin-left: 3px;
  font-size: 25px;
}
@media (min-width: 992px) {
  .check_icon {
    padding-left: 30px;
    font-size: 25px;
  }
}
.shopping_cart_entry {
  position: relative;
  margin-top: 2px;
  padding: 5px;
  font-size: 13px;
}
.arrow-right-first {
  position: relative;
  /*background-color:orange;*/
  height: 0;
  width: 100%;
}
.arrow-right-first:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 25px solid transparent;
  border-left-color: #e8f5d5;
  top: 0px;
  z-index: 999;
}
@media (min-width: 768px) {
  .arrow-right-first:after {
    border: 38px solid transparent;
    border-left-color: #e8f5d5;
  }
}
.arrow-right-first.done:after {
  border-left-color: #63645f;
}
.arrow-right-second {
  position: relative;
  height: 0;
  width: 100%;
  margin-left: -5px;
}
.arrow-right-second:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 25px solid transparent;
  border-left-color: #e8f5d5;
  top: 0px;
  z-index: 999;
}
@media (min-width: 768px) {
  .arrow-right-second:after {
    border: 38px solid transparent;
    border-left-color: #e8f5d5;
  }
}
.arrow-right-second.done:after {
  border-left-color: #63645f;
}
.arrow-right-second:before {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 25px solid transparent;
  border-left-color: #fff;
  top: 0px;
  margin-left: 10px;
  z-index: 91;
}
@media (min-width: 768px) {
  .arrow-right-second:before {
    border: 38px solid transparent;
    border-left-color: #fff;
  }
}
.arrow-right-third {
  position: relative;
  background-color: orange;
  height: 0;
  width: 100%;
}
.arrow-right-third:before {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 25px solid transparent;
  border-left-color: #fff;
  top: 0px;
  margin-left: 10px;
  z-index: 91;
}
@media (min-width: 768px) {
  .arrow-right-third:before {
    border: 38px solid transparent;
    border-left-color: #fff;
  }
}
/*Validation*/
.parsley-errors-list {
  margin-top: 4px;
  padding: 0;
}
.parsley-errors-list li {
  padding: 0;
  list-style: none;
  color: #cc0000;
}
.parsley-error {
  border-color: #cc0000 !important;
}
.invalid-attachment-title,
.invalid-attachment-category,
#fileuploaderror {
  display: none;
  color: #cc0000;
}
#home-slider {
  margin-top: 29px;
}
#home-slider .slide-holder .slick-slide {
  margin: 0;
}
.introduction,
.welcome {
  margin-top: 30px;
  margin-bottom: 50px;
  margin-left: 10%;
  margin-right: 10%;
  font-size: 16px;
}
@media (min-width: 768px) {
  .introduction,
  .welcome {
    margin-top: 93px;
    margin-bottom: 50px;
    margin-left: 15%;
    margin-right: 15%;
  }
}
.introduction h1,
.welcome h1 {
  text-align: center;
  margin-bottom: 25px;
}
#icons {
  display: block;
  background-color: #005093;
  overflow: hidden;
  padding-left: 5%;
  padding-right: 5%;
}
#icons .icon-holder {
  display: inline-block;
  padding-top: 45px;
  padding-bottom: 45px;
}
@media (min-width: 768px) {
  #icons .icon-holder {
    padding-top: 76px;
    padding-bottom: 76px;
  }
}
#icons .icon-holder .icon {
  text-align: center;
  color: white;
}
#icons .icon-holder .icon .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#icons .icon-holder .icon-heading {
  text-align: center;
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 19px;
  padding-bottom: 21px;
}
#icons .icon-holder .icon-description {
  text-align: center;
  color: white;
  font-size: 16px;
  padding-left: 40px;
  padding-right: 40px;
}
#home-description-images {
  margin-bottom: 88px;
  padding-left: 10%;
  padding-right: 10%;
  overflow: hidden;
}
#home-description-images img {
  display: inline;
}
#home-description-images .description-heading {
  color: black;
  margin-top: 23px;
  margin-bottom: 14px;
}
#home-description-images .free-app {
  text-align: center;
}
#home-description-images .suppliers {
  text-align: center;
}
@media (min-width: 992px) {
  #home-description-images .free-app {
    float: left;
    width: 49%;
    text-align: left;
  }
  #home-description-images .suppliers {
    float: right;
    width: 49%;
    text-align: left;
  }
}
#home-testimonials {
  background-color: #edf3f8;
  padding-bottom: 70px;
}
#home-testimonials h1 {
  padding-top: 78px;
  padding-bottom: 62px;
  margin-top: 0;
  margin-bottom: 0;
}
#home-testimonials .testimonial-wrapper {
  width: 85%;
  margin: 0 auto;
}
#home-testimonials .testimonial-image-holder {
  text-align: center;
}
#home-testimonials .testimonial-text-holder {
  font-style: italic;
  font-size: 19px;
  color: #a7b1b6;
  line-height: 1.6;
  padding-top: 20px;
  vertical-align: middle;
}
#home-testimonials .testimonial-text-holder .testimonial-reference {
  float: right;
  margin-top: 2em;
  font-style: italic;
  font-size: 19px;
  color: #a7b1b6;
  line-height: 1.6;
}
@media (min-width: 768px) {
  #home-testimonials .testimonial-wrapper {
    display: flex;
  }
  #home-testimonials .testimonial-image-holder {
    margin-right: 20px;
    flex-basis: 160px;
  }
  #home-testimonials .testimonial-text-holder {
    flex-basis: 720px;
  }
}
#home-customers {
  margin-top: 69px;
  margin-bottom: 79px;
}
#home-customers h1 {
  margin-bottom: 29px;
}
#home-contact {
  margin-top: 77px;
  margin-bottom: 77px;
}
#home-contact .contact-button-holder {
  text-align: center;
  margin-top: 20px;
}
#home-contact .contact-button-holder a {
  text-decoration: none;
}
#home-contact h2 {
  text-align: center;
  font-size: 16px;
  color: #666666;
  text-transform: none;
  letter-spacing: 0;
  margin-top: 0;
}
#home-contact .contact-button {
  display: block;
  width: 242px;
  height: 52px;
  background-color: #888888;
  color: white;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 50px 15px 50px;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  font-weight: bold;
}
@media (min-width: 768px) {
  #home-contact .contact-button {
    font-size: 16px;
  }
}
#home-checkout-panels {
  background-color: #edf3f8;
  padding-top: 79px;
  padding-bottom: 62px;
}
#home-checkout-panels h1 {
  margin-top: 0;
  margin-bottom: 0;
}
.free-trial-button {
  display: block;
  width: 70%;
  margin: 0 auto;
  text-align: center;
  background-color: #1ab394;
  font-size: 18px;
  font-weight: bold;
  color: white;
  padding: 10px;
}
@media (min-width: 768px) {
  .free-trial-button {
    font-size: 26px;
  }
}
.free-trial-button:hover {
  text-decoration: none !important;
  color: white !important;
}
.free-trial-button:before {
  content: "\2605";
  float: left;
  margin-left: 20px;
}
.free-trial-button:after {
  content: "\2605";
  float: right;
  margin-right: 20px;
}
.slick.kenBurns .slick-slide.is-animating,
.slick.kenBurns .slick-slide .is-animating {
  animation: scale 10s ease-in-out forwards;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3) rotate(0.01deg);
    /* Rotate fixes shaking animation in some browsers. http://stackoverflow.com/questions/28992549/internet-explorer-and-css-transform-value-of-scale-on-keyframes */
  }
}
.home-slider button.slick-prev {
  z-index: 20;
  position: absolute;
  left: 0;
  height: 100%;
  width: 165px;
  max-width: 45%;
  color: white;
}
.home-slider button.slick-prev:hover {
  background-image: -webkit-linear-gradient(-180deg, transparent, rgba(0, 0, 0, 0.5));
  background-image: -moz-linear-gradient(-180deg, transparent, rgba(0, 0, 0, 0.5));
  background-image: -ms-linear-gradient(-180deg, transparent, rgba(0, 0, 0, 0.5));
  background-image: -o-linear-gradient(-180deg, transparent, rgba(0, 0, 0, 0.5));
  background-image: linear-gradient(270deg, transparent, rgba(0, 0, 0, 0.5));
}
.home-slider button.slick-next {
  z-index: 20;
  position: absolute;
  right: 0;
  height: 100%;
  width: 165px;
  max-width: 45%;
  color: white;
}
.home-slider button.slick-next:hover {
  background-image: -webkit-linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.5));
  background-image: -moz-linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.5));
  background-image: -ms-linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.5));
  background-image: -o-linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.5));
  background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.5));
}
.home-slider .slick-slide {
  overflow: hidden;
  margin: 0;
}
.login-page h3,
.login-page p,
.login-page img {
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 1.5em;
  width: initial;
  max-width: 80%;
}
#faq-section {
  margin-top: 69px;
  margin-bottom: 40px;
  text-align: left;
  margin-left: 5%;
  margin-right: 5%;
}
#faq-section .faq-section-description {
  margin-bottom: 40px;
}
#faq-container li .faq-question {
  transition: color 0.1s, background-color 0.1s;
  width: 100%;
  margin: -1px auto 0;
  border-bottom: 1px solid grey;
  border-top: 1px solid grey;
  font-size: larger;
  padding: 1em;
  cursor: pointer;
}
#faq-container li .faq-question:hover {
  background-color: #eeeeee;
}
#faq-container li .faq-question .faq-toggle::after {
  content: '+';
  font-size: 1.5em;
  width: 1em;
  height: 1em;
  display: block;
  line-height: 1em;
  text-align: center;
}
#faq-container li .faq-answer {
  display: none;
  padding: 0 1em;
  font-size: larger;
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
}
#faq-container li .faq-answer :first-child {
  margin-top: 1em;
}
#faq-container li .faq-answer :last-child {
  margin-bottom: 1em;
}
#faq-container li.active .faq-question {
  background-color: #ccdceb;
  color: black;
}
#faq-container li.active .faq-question .faq-toggle::after {
  content: '-';
  font-size: 2em;
  width: 0.75em;
  height: 0.75em;
  line-height: 0.75em;
  color: #005093;
  position: relative;
  top: -0.05em;
}
#contactFormContainerTitle {
  margin-top: 69px;
  margin-bottom: 40px;
}
.contact-icons-holder {
  text-align: center;
}
.contact-icons-holder i {
  color: #005093;
}
.contact-icons-holder .contact-data {
  font-family: "Verdana";
  padding-top: 15px;
  font-size: 16px;
}
.contact-icons-holder .contact-data a {
  color: #005093;
  text-decoration: underline;
}
.contact-icons-holder .contact-title {
  padding-top: 10px;
  font-size: 20px;
}
.contact-send-button {
  font-size: 18px;
  font-family: 'Montserrat';
  letter-spacing: 0;
}
#contactFormContainer {
  margin-top: 40px;
  margin-bottom: 69px;
  /*IE placeholder style*/
}
#contactFormContainer label {
  padding: 15px 0 15px 15px;
  font-size: 16px;
  font-family: 'Arimo', Sans-Serif;
  color: #bbbbbb;
  font-weight: normal;
}
#contactFormContainer .contact-form-control {
  padding: 10px;
  border-radius: 4px;
  border: 2px solid #bbbbbb;
  margin: 5px;
  width: 100%;
  /*IE hack damit grid nicht verschiebt*/
  font-size: 21px;
  font-family: 'Arimo';
  color: black;
}
#contactFormContainer .contact-form-control::placeholder {
  font-size: 16px;
  font-family: 'Arimo', Sans-Serif;
  color: #bbbbbb;
}
#contactFormContainer .contact-form-control:-ms-input-placeholder {
  font-size: 21px;
  font-family: 'Arimo', Sans-Serif;
  color: #bbbbbb;
}
#contactFormContainer .btn-default {
  background-color: #005093;
  font-family: 'Arimo', Sans-Serif;
}
#contactFormContainer .contact-send-button {
  font-family: 'Arimo', Sans-Serif;
}
#registrationFormContainerTitle {
  margin-top: 69px;
  margin-bottom: 40px;
}
.registration-icons-holder {
  text-align: center;
}
.registration-icons-holder i {
  color: #005093;
}
.registration-icons-holder .registration-data {
  font-family: "Verdana";
  padding-top: 15px;
  font-size: 16px;
}
.registration-icons-holder .registration-data a {
  color: #005093;
  text-decoration: underline;
}
.registration-icons-holder .registration-title {
  padding-top: 10px;
  font-size: 20px;
}
.contact-send-button {
  font-size: 18px;
  font-family: 'Montserrat';
  letter-spacing: 0;
}
#registrationFormContainer {
  margin-top: 40px;
  margin-bottom: 69px;
  /*IE placeholder style*/
}
#registrationFormContainer label {
  padding: 15px 0 15px 15px;
  font-size: 16px;
  font-family: 'Arimo', Sans-Serif;
  color: #bbbbbb;
  font-weight: normal;
}
#registrationFormContainer .registration-form-control {
  padding: 10px;
  border-radius: 4px;
  border: 2px solid #bbbbbb;
  margin: 5px;
  width: 100%;
  /*IE hack damit grid nicht verschiebt*/
  font-size: 21px;
  font-family: 'Arimo';
  color: black;
}
#registrationFormContainer .registration-form-control::placeholder {
  font-size: 16px;
  font-family: 'Arimo', Sans-Serif;
  color: #bbbbbb;
}
#registrationFormContainer .registration-form-control:-ms-input-placeholder {
  font-size: 21px;
  font-family: 'Arimo', Sans-Serif;
  color: #bbbbbb;
}
#registrationFormContainer .btn-default {
  background-color: #005093;
  font-family: 'Arimo', Sans-Serif;
}
#registrationFormContainer .registration-send-button {
  font-family: 'Arimo', Sans-Serif;
}
#registrationFormContainer .select2-selection {
  border-radius: 4px;
  border: 2px solid #bbb;
  font-size: 21px;
}
#registrationFormContainer .select2-selection__rendered {
  font-size: 21px;
}
#registrationFormContainer .select2-selection__arrow {
  top: 15px;
  right: 5px;
}
#subscription-panels.home-checkout-panels-holder {
  margin: 49px auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#subscription-panels.home-checkout-panels-holder > *:not(:first-child) {
  margin-left: -1px;
}
@media (min-width: 1100px) {
  #subscription-panels.home-checkout-panels-holder {
    flex-direction: row;
  }
}
#subscription-panels.home-checkout-panels-holder .large-payment-panel {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 12px #666666;
  width: 300px;
  height: 567px;
  margin-top: 50px;
  border: solid 1px #005093;
  border-bottom: solid 9px #005093;
  background-color: #ccdceb;
}
#subscription-panels.home-checkout-panels-holder .large-payment-panel .payment-panel-trial-image-holder {
  position: absolute;
  right: -50px;
  top: 20px;
}
@media (min-width: 480px) {
  #subscription-panels.home-checkout-panels-holder .large-payment-panel {
    width: 430px;
    height: 567px;
  }
}
@media (min-width: 1100px) {
  #subscription-panels.home-checkout-panels-holder .large-payment-panel {
    width: 370px;
    height: 567px;
    margin-top: 0;
  }
}
#subscription-panels.home-checkout-panels-holder .large-payment-panel .payment-panel-heading {
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1;
}
#subscription-panels.home-checkout-panels-holder .large-payment-panel .payment-panel-heading .heading {
  font-size: 34px;
  color: white;
}
#subscription-panels.home-checkout-panels-holder .large-payment-panel .payment-panel-heading .subheading {
  font-size: 21px;
  color: white;
}
#subscription-panels.home-checkout-panels-holder .large-payment-panel .payment-panel-body .payment-panel-data {
  height: 217px;
  padding-top: 20px;
}
#subscription-panels.home-checkout-panels-holder .large-payment-panel .payment-panel-body .payment-panel-data p {
  font-family: "Arimo", sans-serif;
  font-size: 21px;
  color: #444444;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
}
#subscription-panels.home-checkout-panels-holder .large-payment-panel .payment-panel-body .payment-panel-price {
  height: 138px;
  background-color: white;
  color: #444444;
  font-size: 70px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#subscription-panels.home-checkout-panels-holder .large-payment-panel .payment-panel-body .payment-panel-price .price-wrapper {
  line-height: 1;
}
#subscription-panels.home-checkout-panels-holder .large-payment-panel .payment-panel-body .payment-panel-price .price-wrapper .payment-panel-currency {
  font-weight: bold;
  font-size: 34px;
}
#subscription-panels.home-checkout-panels-holder .large-payment-panel .payment-panel-body .payment-panel-price .payment-panel-period {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}
#subscription-panels.home-checkout-panels-holder .large-payment-panel .payment-panel-button-area {
  background-color: #ccdceb;
  margin-top: 14px;
  padding-left: 20px;
  padding-right: 20px;
}
#subscription-panels.home-checkout-panels-holder .large-payment-panel .payment-panel-button-area .choose-plan-button {
  width: 100%;
  height: 68px;
  margin: 0 auto;
  background-color: #005093;
  color: white;
  font-weight: bold;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 480px) {
  #subscription-panels.home-checkout-panels-holder .large-payment-panel .payment-panel-button-area .choose-plan-button {
    height: 68px;
  }
}
#subscription-panels.home-checkout-panels-holder .small-payment-panel {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 12px #666666;
  width: 300px;
  height: 567px;
  margin-top: 50px;
  border: solid 1px #005093;
  border-bottom: solid 9px #005093;
  background-color: #ccdceb;
  z-index: 0;
}
#subscription-panels.home-checkout-panels-holder .small-payment-panel .payment-panel-trial-image-holder {
  position: absolute;
  right: -50px;
  top: 20px;
}
@media (min-width: 480px) {
  #subscription-panels.home-checkout-panels-holder .small-payment-panel {
    width: 430px;
    height: 567px;
  }
}
@media (min-width: 1100px) {
  #subscription-panels.home-checkout-panels-holder .small-payment-panel {
    width: 370px;
    height: 567px;
    margin-top: 0;
  }
}
#subscription-panels.home-checkout-panels-holder .small-payment-panel .payment-panel-heading {
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1;
}
#subscription-panels.home-checkout-panels-holder .small-payment-panel .payment-panel-heading .heading {
  font-size: 34px;
  color: white;
}
#subscription-panels.home-checkout-panels-holder .small-payment-panel .payment-panel-heading .subheading {
  font-size: 21px;
  color: white;
}
#subscription-panels.home-checkout-panels-holder .small-payment-panel .payment-panel-body .payment-panel-data {
  height: 217px;
  padding-top: 20px;
}
#subscription-panels.home-checkout-panels-holder .small-payment-panel .payment-panel-body .payment-panel-data p {
  font-family: "Arimo", sans-serif;
  font-size: 21px;
  color: #444444;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
}
#subscription-panels.home-checkout-panels-holder .small-payment-panel .payment-panel-body .payment-panel-price {
  height: 138px;
  background-color: white;
  color: #444444;
  font-size: 70px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#subscription-panels.home-checkout-panels-holder .small-payment-panel .payment-panel-body .payment-panel-price .price-wrapper {
  line-height: 1;
}
#subscription-panels.home-checkout-panels-holder .small-payment-panel .payment-panel-body .payment-panel-price .price-wrapper .payment-panel-currency {
  font-weight: bold;
  font-size: 34px;
}
#subscription-panels.home-checkout-panels-holder .small-payment-panel .payment-panel-body .payment-panel-price .payment-panel-period {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}
#subscription-panels.home-checkout-panels-holder .small-payment-panel .payment-panel-button-area {
  background-color: #ccdceb;
  margin-top: 14px;
  padding-left: 20px;
  padding-right: 20px;
}
#subscription-panels.home-checkout-panels-holder .small-payment-panel .payment-panel-button-area .choose-plan-button {
  width: 100%;
  height: 68px;
  margin: 0 auto;
  background-color: #005093;
  color: white;
  font-weight: bold;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 480px) {
  #subscription-panels.home-checkout-panels-holder .small-payment-panel .payment-panel-button-area .choose-plan-button {
    height: 68px;
  }
}
@media (min-width: 1100px) {
  #subscription-panels.home-checkout-panels-holder .small-payment-panel {
    box-shadow: 0 0 12px #666666;
    width: 290px;
    height: 438px;
    border: solid 1px #005093;
    border-bottom: solid 7px #005093;
    background-color: #ccdceb;
  }
  #subscription-panels.home-checkout-panels-holder .small-payment-panel .payment-panel-heading {
    height: 84px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 1;
  }
  #subscription-panels.home-checkout-panels-holder .small-payment-panel .payment-panel-heading .heading {
    font-size: 26px;
    color: white;
  }
  #subscription-panels.home-checkout-panels-holder .small-payment-panel .payment-panel-heading .subheading {
    font-size: 16px;
    color: white;
  }
  #subscription-panels.home-checkout-panels-holder .small-payment-panel .payment-panel-body .payment-panel-data {
    height: 165px;
    padding-top: 20px;
  }
  #subscription-panels.home-checkout-panels-holder .small-payment-panel .payment-panel-body .payment-panel-data p {
    font-family: "Arimo", sans-serif;
    font-size: 16px;
    color: #444444;
    margin-bottom: 8px;
    margin-top: 8px;
    text-align: center;
  }
  #subscription-panels.home-checkout-panels-holder .small-payment-panel .payment-panel-body .payment-panel-price {
    height: 105px;
    background-color: white;
    color: #444444;
    font-size: 54px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #subscription-panels.home-checkout-panels-holder .small-payment-panel .payment-panel-body .payment-panel-price .price-wrapper {
    line-height: 1;
  }
  #subscription-panels.home-checkout-panels-holder .small-payment-panel .payment-panel-body .payment-panel-price .price-wrapper .payment-panel-currency {
    font-weight: bold;
    font-size: 26px;
  }
  #subscription-panels.home-checkout-panels-holder .small-payment-panel .payment-panel-body .payment-panel-price .payment-panel-period {
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
  }
  #subscription-panels.home-checkout-panels-holder .small-payment-panel .payment-panel-button-area {
    background-color: #ccdceb;
    margin-top: 12px;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
  }
  #subscription-panels.home-checkout-panels-holder .small-payment-panel .payment-panel-button-area .choose-plan-button {
    width: 100%;
    height: 52px;
    margin: 0 auto;
    background-color: #005093;
    color: white;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
#activation-status-holder {
  margin-top: 69px;
  margin-bottom: 69px;
}
#activation-status-holder p {
  text-align: center;
}
#pricing-heading {
  margin-top: 69px;
  margin-bottom: 69px;
  text-align: left;
  margin-left: 5%;
  margin-right: 5%;
}
#pricing-checkout-panels {
  background-color: #edf3f8;
  padding-top: 79px;
  padding-bottom: 62px;
}
#pricing-checkout-panels h1 {
  margin-top: 0;
  margin-bottom: 0;
}
#pricing-icons {
  display: block;
  background-color: #005093;
  overflow: hidden;
  padding-left: 5%;
  padding-right: 5%;
}
#pricing-icons h1 {
  color: white;
  margin-top: 50px;
}
#pricing-icons .icon-holder {
  display: inline-block;
  padding-top: 45px;
  padding-bottom: 45px;
}
@media (min-width: 768px) {
  #pricing-icons .icon-holder {
    padding-top: 76px;
    padding-bottom: 76px;
  }
}
#pricing-icons .icon-holder .icon {
  text-align: center;
  color: white;
}
#pricing-icons .icon-holder .icon .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#pricing-icons .icon-holder .icon-heading {
  text-align: center;
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 19px;
  padding-bottom: 21px;
}
#pricing-icons .icon-holder .icon-description {
  text-align: center;
  color: white;
  font-size: 16px;
  padding-left: 40px;
  padding-right: 40px;
}
#pricing-description-images {
  margin-top: 60px;
  margin-bottom: 88px;
  padding-left: 10%;
  padding-right: 10%;
  overflow: hidden;
}
#pricing-description-images img {
  display: inline;
}
#pricing-description-images .description-heading {
  color: black;
  margin-top: 23px;
  margin-bottom: 14px;
}
#pricing-description-images .free-app {
  text-align: center;
}
#pricing-description-images .suppliers {
  text-align: center;
}
@media (min-width: 992px) {
  #pricing-description-images .free-app {
    float: left;
    width: 49%;
    text-align: left;
  }
  #pricing-description-images .suppliers {
    float: right;
    width: 49%;
    text-align: left;
  }
}
.payment-breadcrumbs {
  margin-top: 20px;
  width: 100%;
  display: flex;
  flex-direction: row;
}
.payment-breadcrumbs .single-breadcrumb {
  flex-grow: 1;
  margin-left: 20px;
  margin-right: 20px;
  background-color: #005093;
  color: white;
  font-size: 24px;
  text-align: center;
}
.payment-breadcrumbs .single-breadcrumb.active {
  background-color: #608aae;
}
.info-holder {
  margin-top: 20px;
  font-size: 22px;
  text-align: center;
}
.info-holder .product-info-label {
  font-style: italic;
  color: #608aae;
  font-size: 18px;
}
hr {
  width: 100%;
}
#first-step-form .payment-first-step-content-block {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 40px;
}
#first-step-form .payment-first-step-content-block .discount-code-holder {
  margin-top: 20px;
  font-size: 22px;
  text-align: center;
}
#first-step-form .payment-first-step-content-block .discount-code-holder input {
  margin-left: auto;
  margin-right: auto;
}
#first-step-form .payment-first-step-content-block .discount-code-holder .discount-label {
  font-style: italic;
  color: #608aae;
  font-size: 18px;
}
#first-step-form .payment-first-step-content-block .registration-holder label {
  font-size: 14px;
}
#first-step-form .payment-first-step-content-block .registration-holder .agb-holder label {
  font-size: 14px;
  cursor: pointer;
  font-weight: normal;
  color: black;
}
#first-step-form .payment-first-step-content-block .registration-holder input[type=checkbox] {
  vertical-align: middle;
}
#first-step-form input {
  border-color: #bbbbbb;
  margin: 0;
}
#first-step-form .select2 {
  margin: 0;
}
#first-step-form .select2 .select2-selection {
  border-color: #bbbbbb;
  padding: 2px 10px 2px 10px;
}
#second-step-form .payment-second-step-content-block {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 40px;
}
.payment-third-step-content-block {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 65px;
  margin-bottom: 65px;
}
.payment-third-step-content-block .description {
  font-size: 18px;
  text-align: center;
  margin-left: 10%;
  margin-right: 10%;
}
.forward-checkout-button-holder {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.backward-checkout-button-holder {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.backward-checkout-button-holder a {
  float: left;
}
