/**
* https://united-internet.org/cloud/api/blog/media/55/34855/IONOS-Styleguide-v2.0-2.12.2021.pdf
*/
.cta-container {
  padding-left: 10px;
  padding-right: 10px;
}
.cta-container .cta-headline {
  padding-left: 10px;
  padding-right: 10px;
  color: #003d8f;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}
.cta-container .cta-over-box {
  background: white;
  color: black;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  line-height: normal;
  border-top: 3px solid #003d8f;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.cta-container .cta-form-button .btn.button {
  background-color: #003d8f;
}
.cta-container .cta-form-button .btn.button:hover, .cta-container .cta-form-button .btn.button:focus, .cta-container .cta-form-button .btn.button:active {
  background-color: #003d8f;
}
.cta-container .cta-checkmarks {
  padding-left: 0 !important;
}
.cta-container .cta-checkmarks-img i.checkmark {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="24" height="42" xmlns="http://www.w3.org/2000/svg"><path d="M17.2 1.854A3.11 3.11 0 0 1 21.363.291a3.11 3.11 0 0 1 1.564 4.163l.005-.001L6.025 39.507l.002.005a3.111 3.111 0 0 1-4.176 1.528 3.111 3.111 0 0 1-1.528-4.176l-.023.044S16.735 2.812 17.196 1.853l.004.001zM0 33.173V15.687a3.11 3.11 0 0 1 3.144-3.144 3.11 3.11 0 0 1 3.144 3.144v4.436L0 33.173z" fill="%23003d8f" fill-rule="nonzero"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 11.4285714286px;
  height: 20px;
  vertical-align: bottom;
}
.cta-container .cta-checkmarks .col-sm-4 {
  float: left;
  background: none !important;
}
.cta-container .cta-row-button-img {
  padding-bottom: 10px;
}
.cta-container .cta-img-content-box {
  padding-bottom: 15px;
}
.cta-container .cta-form-button {
  background: none;
}
.cta-container .cta-mark img {
  height: 20px;
}
.cta-container .cta-img-holder .cta-form-button {
  padding-top: 5px;
}
@media (min-width: 768px) and (max-width: 990px) {
  .cta-container .cta-row-button {
    width: 100% !important;
  }
  .cta-container .cta-wo-img {
    width: 100% !important;
  }
  .cta-container .cta-checkmarks-wo-img {
    width: 100% !important;
  }
  .cta-container .cta-img-holder {
    float: right;
    padding-right: 30px;
    padding-bottom: 5px;
    padding-top: 100px;
  }
  .cta-container .cta-img-content-box {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .cta-container .cta-checkmarks {
    padding-bottom: 10px !important;
  }
  .cta-container .cta-img-content-box {
    padding-bottom: 0;
  }
  .cta-container .cta-big-container-img .cta-form-button {
    float: right;
    padding-top: 0;
  }
  .cta-container .cta-img-content-box {
    padding-bottom: 0;
  }
  .cta-container .cta-checkmarks-wo-img {
    width: 100% !important;
  }
  .cta-container .cta-mark-wo-img {
    width: 33.333333333% !important;
  }
  .cta-container .cta-container {
    padding-right: 10px !important;
  }
  .cta-container .cta-img-holder {
    transform: translateY(-20%);
  }
}
@media (max-width: 990px) {
  .cta-container .cta-checkmarks-img {
    float: none !important;
    width: 100% !important;
  }
  .cta-container .cta-checkmarks {
    float: left;
  }
  .cta-container .cta-img-holder {
    float: right;
    padding-right: 30px;
    padding-bottom: 5px;
  }
  .cta-container .cta-row-button-img {
    padding-bottom: 10px;
  }
  .cta-container .cta-img-holder .cta-form-button {
    padding: 3px;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .cta-container .cta-img-content-box {
    padding-bottom: 20px;
  }
}
@media (max-width: 355px) {
  .cta-container .cta-big-container-img .cta-form-button img {
    max-height: 60px !important;
    max-width: 60px !important;
  }
  .cta-container .cta-big-container-img .cta-form-button {
    padding: 0 0 15px 0 !important;
  }
}
