@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&family=Kristi&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Oxygen:wght@300;400;700&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  color: #414042;
}

a {
  color: #479cbd;
}

b {
  color: #000;
  font-weight: 700;
}

.navbar {
  display: block;
  border-bottom: 1px solid #fff;
  box-shadow: 0 0 0 6px #bba244;
  position: relative;
  margin-bottom: 42px;
  min-height: 80px;
}
.navbar:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #bba244;
  border-width: 35px;
  margin-left: -35px;
  margin-top: 7px;
}

.navbar-brand {
  color: #fff;
}
.navbar-brand img {
  margin: 5px 0;
}

.box {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  background: #fff;
}

.box-gold {
  border: 1px solid #bba244;
}

.box-grey {
  color: #fff;
  background: #606060;
  border: 2px solid #bba244;
}
.box-grey h3 {
  font-family: "Oxygen", sans-serif !important;
  font-size: 28px !important;
}

.box-blue {
  border: 2px solid #479cbd;
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.3);
}
.box-blue h4 {
  font-family: "Oxygen", sans-serif;
}

.box-arrow {
  position: relative;
  padding-top: 50px !important;
}
.box-arrow:before {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -58px;
}

.company {
  font-size: 14px;
}
.company img {
  max-width: 255px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1050px;
  }
}

.references {
  background: url(https://die-unternehmer-challenge.de/img/headline-bg.jpg) no-repeat;
  background-size: cover;
}
.references h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.references p {
  font-size: 16px;
  margin-top: 5px;
  color: #fff;
}
.references p b {
  color: #fff;
}

.order img.step {
  max-width: 100px;
  display: block;
  margin: 0 auto -5px;
  z-index: 2;
  position: relative;
}

.cta h2 {
  font-size: 38px;
}
.cta h2 .value {
  font-family: "Oxygen", sans-serif;
  font-size: 52px;
}
.cta .btn {
  background: #fec134;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom-width: 3px;
  border-radius: 5px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.7);
  color: #333;
  font-size: 16px;
  font-weight: 400;
  padding: 30px 40px 35px;
}
.cta .btn:hover {
  background: #feb50b;
  border-bottom-width: 1px;
  color: #000;
  margin-top: 2px !important;
}
.cta .btn b {
  color: #333;
  display: block;
  font-size: 40px;
  font-weight: 700;
}

.faq .box-arrow {
  padding-top: 1rem !important;
  margin-bottom: 50px;
}
.faq .box-arrow:before {
  top: auto;
  bottom: -50px;
}

.header {
  background: url(/img/vs/index-bg.jpg?v=1.1) no-repeat center -80px;
  margin-top: -35px;
  padding-top: 35px;
  padding-bottom: 30px;
  font-size: 18px;
}
@media (min-width: 2000px) {
  .header {
    background-size: cover;
  }
}
.header .container {
  position: relative;
}
.header h1 {
  font-family: "Oxygen", sans-serif;
  font-size: 46px;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: -0.5px;
}
.header h2 {
  font-size: 32px;
}
.header h3 {
  font-family: "Oxygen", sans-serif;
  font-size: 24px;
  color: #666;
}
.header h3 b {
  color: #000;
}
.header h4 {
  font-size: 22px;
  color: #479cbd;
  font-style: italic;
}
.header h4 b {
  color: #479cbd;
}

.footer {
  border-top: 3px solid #bba244;
  background: #474747;
  color: #a3a3a3;
  font-size: 14px;
  line-height: 20px;
  padding: 30px 0;
}

.bg-blue {
  background: #479cbd !important;
}

.bg-dark-blue {
  background-color: #103c55 !important;
}

.bg-gold {
  background: #bba244 !important;
}

.bg-orange {
  background: #ff9632;
}

.bg-dark-grey {
  background: #474747 !important;
}

.bg-sand {
  background: rgba(248, 214, 168, 0.5) !important;
}

.text-gold {
  color: #bba244 !important;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.text-blue {
  color: #479cbd !important;
}

.text-red {
  color: #d00 !important;
}

.text-lightblue {
  color: #4ac1d5 !important;
}

.text-content {
  font-size: 16px;
}

.red {
  color: #d00;
}

.list-bullets {
  list-style: none;
  padding-left: 0;
  font-size: 16px;
  line-height: 22px;
}
.list-bullets > li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px;
}
.list-bullets > li:before {
  position: absolute;
  left: 0;
  font-family: "FontAwesome", sans-serif;
  content: "";
  color: #bba244;
}
.list-bullets > li > small {
  background: #fcdc71;
  font-size: 14px;
}
.list-bullets.list-bullets-big {
  font-size: 17px;
}
.list-bullets.list-bullets-big > li {
  padding-left: 55px;
}
.list-bullets.list-bullets-big > li:before {
  content: "";
  background: #bba244 url("/img/vs/checkmark.png") no-repeat;
  background-size: 26px 22px;
  background-position: center center;
  width: 40px;
  height: 40px;
  padding: 8px;
  border-radius: 20px;
}
.list-bullets.flags > li:before {
  content: "";
  color: #bba244;
}

.portrait {
  display: block;
  max-width: 350px;
  border: 1px solid #fff;
  box-shadow: 0 0 0 1px #bba244;
  margin: 0 auto;
}

.content {
  font-weight: 300;
}
.content h2 {
  font-size: 46px;
  color: #2d2d2d;
}
.content h2 i {
  font-family: "Kristi", cursive;
  color: #bba244;
  font-size: 80px;
  display: block;
}
.content h3 {
  font-family: "Oxygen", sans-serif;
  font-size: 26px;
  color: #666;
}
.content h4 {
  font-family: "Oxygen", sans-serif;
  font-size: 17px;
}
.content h5 {
  font-weight: 300;
}
.content .list-bullets-big > li:before {
  background-color: #479cbd;
}
.content.content-red h2 {
  background: #cb422a;
}
.content.content-red h4 {
  background: #cb422a;
}
.content.content-red h4:before {
  border-top-color: #8c2d1d;
}
.content.content-red .list-bullets-big > li:before {
  background-color: #cb422a;
}
.content.content-green h2 {
  background: #9ac120;
}
.content.content-green h4 {
  background: #9ac120;
}
.content.content-green h4:before {
  border-top-color: #667f15;
}
.content.content-green .list-bullets-big > li:before {
  background-color: #9ac120;
}
.content .bullet {
  border-left: 2px solid rgba(213, 193, 130, 0.7);
  padding-left: 20px;
}
.content .bullet.arrow {
  position: relative;
}
.content .bullet.arrow:before {
  content: url("/img/red-arrow.png");
  position: absolute;
  display: none;
  left: -120px;
  top: 0;
}
@media (min-width: 1200px) {
  .content .bullet.arrow:before {
    display: block;
  }
}
.content .bullet.arrow.arrow-right:before {
  transform: scaleX(-1);
  left: auto;
  right: -120px;
}
.content .bullet span.number {
  float: left;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  background: #479cbd;
  border-radius: 50px;
  text-align: center;
}
@media (min-width: 576px) {
  .content .bullet span.number {
    width: 65px;
    height: 65px;
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .content .bullet span.number {
    width: 85px;
    height: 85px;
    font-size: 50px;
  }
}
.content .bullet p {
  margin-left: 70px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .content .bullet p {
    margin-left: 90px;
  }
}
@media (min-width: 768px) {
  .content .bullet p {
    margin-left: 110px;
  }
}

#modal b {
  color: #000;
}
#modal .modal-dialog {
  max-width: 740px;
}
@media (min-width: 576px) {
  #modal .modal-dialog {
    max-width: 720px;
  }
}
#modal .modal-header {
  display: block;
  background: #2096db;
  border: 0;
}
#modal .modal-header h2 {
  font-size: 26px;
  font-weight: 500;
  color: #fff;
}
#modal .modal-header h2 small {
  font-size: 19px;
  line-height: 24px;
}
#modal .modal-header .close {
  position: absolute;
  right: 15px;
  top: 15px;
}
#modal .modal-body {
  background: #fff url("/img/boom/modal-bg.jpg") no-repeat left -30px;
  background-size: contain;
  border-bottom: 3px solid rgba(47, 47, 47, 0.11);
}
#modal .modal-body p {
  font-size: 16px;
}
#modal .modal-body p a {
  text-decoration: underline;
  font-weight: bold;
  color: #0367ae;
}
#modal .modal-body .form-control {
  font-size: 18px;
  padding-top: 0;
  padding-bottom: 0;
}
#modal .modal-body .form-control + .input-group-prepend > .input-group-text {
  padding: 15px 14px;
}
#modal .modal-body .btn-primary {
  padding-top: 10px;
  padding-bottom: 10px;
}
#modal .modal-footer {
  display: block;
  padding: 15px;
  border-top: 1px solid #e5e5e5;
}
#modal .modal-footer h4 {
  color: #333;
  font-size: 18px;
  font-weight: 400;
}
#modal .intl-tel-input {
  width: 100%;
}

.starburst {
  position: absolute;
  display: none;
  width: 6em;
  height: 6em;
  background: #d00;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  rotation: -45deg;
  top: -70px;
  right: 30px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}
@media (min-width: 992px) {
  .starburst {
    display: block;
  }
}
.starburst span {
  display: block;
  width: 6em;
  height: 6em;
  background: #d00;
  -webkit-transform: rotate(22.5deg);
  -moz-transform: rotate(22.5deg);
  rotation: 22.5deg;
}

.btn-primary {
  background: #fec134;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom-width: 3px;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 400;
  margin: 20px 0 40px;
  padding: 25px 15px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background: #feb201;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom-width: 3px;
  color: #000;
}
.btn-primary:hover.rocking, .btn-primary:active.rocking, .btn-primary:focus.rocking {
  animation-play-state: paused;
}
.btn-primary.btn-arrow {
  position: relative;
}
.btn-primary.btn-arrow:after {
  display: none;
  content: url(/img/red-arrow.png);
  position: absolute;
  left: -140px;
  top: 9px;
}
@media (min-width: 992px) {
  .btn-primary.btn-arrow:after {
    display: block;
  }
}
.btn-primary.btn-lg {
  font-size: 40px;
}
.btn-primary.bg-red {
  background: #e36161;
}
.btn-primary.bg-red:hover, .btn-primary.bg-red:active, .btn-primary.bg-red:focus {
  background: #db3636;
}
.btn-primary i {
  vertical-align: middle;
}

.list-gold {
  list-style: none;
}

img.youtube:hover {
  cursor: pointer;
}

.strikethrough {
  position: relative;
}

.strikethrough:before {
  position: absolute;
  content: "";
  left: -3px;
  top: 49%;
  right: -3px;
  border-top: 2px solid;
  border-color: red;
  transform: rotate(-8deg);
}

.figure {
  margin: 0 0 0.5rem;
}
.figure.figure-disabled {
  filter: grayscale(100%);
  opacity: 0.6;
}
.figure.figure-disabled .figure-caption {
  background: none !important;
}
.figure .figure-img {
  margin-bottom: 2px;
}
.figure .figure-caption {
  font-size: 75%;
  text-align: center;
  background: rgba(248, 214, 168, 0.5);
  color: #000;
}
@media (min-width: 992px) {
  .figure .figure-caption {
    background: none;
  }
}

.rocking {
  animation: rocking 2s infinite;
  animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

@keyframes rocking {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(2deg);
  }
  75% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

/*# sourceMappingURL=boom.css.map */
