/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
.center-img {
    background-image: url('../res/portrait.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: left;
    max-height: 450px;
    max-width: 1250px;
    margin-left: 3%;
}

#small-portrait {
  display: none;
}

#contact {
  align-items: normal;
}

.row {
  align-items: center;
}

.challenge-circle {
  border: solid;
  border-color: rgba(255, 131, 0, 0.52);
  border-width: 1px;
}




/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
  min-width: 440px;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 4rem 0; /* Space out the Bootstrap <hr> more */
}

.project-divider {
  margin: 2rem 0; /* Space out the Bootstrap <hr> more */
}
/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
  letter-spacing: -.05rem;
}

/* rtl:end:remove */

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  .featurette-heading {
    font-size: 50px;
  }
  .project-heading {
    font-size: 35px;
  }
}
   
@media screen and (max-height: 475px), screen and (max-width: 992px) {
  .center-img {
    background-image: none;
    padding-top: 0px !important;  
    margin-left: 0%;
  }

  #small-portrait{
    display: initial;
    margin-bottom: 2rem;
  };

  #intro-divider {
    margin-top: 2rem !important;
  }
  .featurette-divider {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  #angebot-header {
    margin-bottom: 1rem !important;
  }

  #rechtliche-info-header {
    margin-top: 2rem !important;
  }

  #intro-container {
    padding-bottom: 7rem !important;
    margin-bottom: 3rem !important;
  }
  
}


@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px)
and (-webkit-device-pixel-ratio : 3) { 
  
  #header-text { 
    font-size: 1rem !important; 
  }


  #intro-divider {
    margin-top: 5rem !important;
  }

  .rtechnologies svg {
    width: 70%;
    height: 70%;
  }

  .rtechnologies {

    width: 70%;
    height: 70%;
  }


  .marketing .col-lg-4 {
    min-width: 340px;
  }
}

