/*------------------------------------------*/
/*   GENERAL & BASIC STYLES
/*------------------------------------------*/

body {
  color: #4d4d4d;
}

h1 { 
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0;
  padding: 0 10%;
  color: #fff;
}

h1.h2-title-xs {
  font-size: 4.0625rem;
  padding: 0;
  color: inherit;
}

.page-hero-section p {
    font-size: 1.5rem;
    padding: 0 5%;
}

.fs-bold {
  font-weight: 700;
}

.terms-title p {
    line-height: 1.6;
}

.desktoplogo img {
    max-height: 45px;
}

/*------------------------------------------*/
/*   HERO SECTION
/*------------------------------------------*/

.hero-section {
  position: relative;
  z-index: 99;
}

#hero {
  background-image: url(../images/hero-4.jpg);
  padding-top: 170px;
  position: relative;
  z-index: 3; 
  margin-bottom: 150px;
}

#hero span { 
  position: absolute;
  right: 20%;
  top: -2%;
  font-size: 3em;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
  margin-bottom: 0;
  z-index: 1;
  text-shadow: 
            8px 8px transparent;
  margin-bottom: 18px;
  opacity: .10;
}

#hero h1 { 
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
  color: #fff;
}

#hero h2 { 
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0;
  padding: 0 10%;
  margin-bottom: 30px;
  color: #fff;
}

#hero p {
  font-size: 1.5rem; 
  padding: 0 5%;
  font-weight: 300;
}

.hero-img {
  position: relative;
  margin-bottom: -160px;
  margin-left: 0;
  display: flex;
  justify-content: center;
}

.hero-img img {
  max-width: none;
}

@media (max-width: 991.98px) {
  #hero h1 {
    font-size: 2.5rem;
  }

  #hero h2 {
    font-size: 2.1rem;
    padding: 0 6%;
  }

  #hero p {
    font-size: 1.1rem;
    padding: 0 6%;
  }

  .hero-img img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  #pricing-3 .pricing-description .simple-list {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0;
  }
}

@media (max-width: 575.98px) {
  #hero h1 {
    font-size: 2.15rem;
  }

  #hero h2 {
    font-size: 1.75rem;
  }
}

/*------------------------------------------*/
/*   PLANS
/*------------------------------------------*/

.pricing-plan h5 {
    font-size: 3em;
}

.pricing-plan .icon:before {
    font-size: 2.5rem !important;
    margin: 0 10px 25px 10px;
    display: inline-block;
}

.pricing-plan.highlight p.p-sm {
    opacity: .80;
}

.pricing-plan {
    padding: 50px 30px 45px;
}


/*------------------------------------------*/
/*   DEMO
/*------------------------------------------*/

.hero-demo-txt h1 {
  padding: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0;
  color: #000;
}

/*------------------------------------------*/
/*   LAYOUT WIDTHS
/*------------------------------------------*/

@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1200px;
  }
}

.wsmainwp {
  max-width: 1200px;
}

/*------------------------------------------*/
/*   TEXT UTILITIES
/*------------------------------------------*/

.gradient-text {
  text-align: center;
  background-image: linear-gradient(to right, #724df1, #f534c0);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
  margin: 0;
}

.section-bridge-dashed {
  position: relative;
  z-index: 5;
  margin-top: -18px;
  margin-bottom: -18px;
}

.section-bridge-line {
  width: 100%;
  border-top: 2px dashed #cfcfcf;
  opacity: 0.9;
}

/*------------------------------------------*/
/*   BUTTONS
/*------------------------------------------*/

.btn-black {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  background-image: none;
  text-decoration: none;
  transition: background-color 200ms ease-in-out,
    background-image 200ms ease-in-out,
    color 200ms ease-in-out,
    border-color 200ms ease-in-out,
    box-shadow 200ms ease-in-out;
}

.btn-black:hover,
.btn-black:focus {
  color: #000;
  background-image: linear-gradient(
    90deg,
    rgba(181, 242, 255, 1) 43%,
    rgba(174, 253, 206, 1) 100%
  );
  border-color: transparent;
}

.bg_belfy {
    background-image: url(../img/online-bewerben-cta-bild-azubi-recruiting-1920-900px.jpg);
    background-attachment: scroll !important;
}
