@import "reset.css";
body {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #627374; }

.coloured {
  background-color: #e7ebee; }

.container {
  padding: 0 25px;
  max-width: 1320px;
  margin: auto; }
  @media (min-width: 768px) {
  .container {
    padding: 0 50px; } }

.section {
  padding: 50px 0 40px;
  position: relative; }
  @media (min-width: 768px) {
  .section {
    padding: 70px 0 90px; } }

h1, .h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 20px;
  color: #031f22; }
  @media (min-width: 768px) {
  h1, .h1 {
    font-size: 60px;
    line-height: 60px; } }

h2, .h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  color: #031f22; }
  @media (min-width: 768px) {
  h2, .h2 {
    font-size: 50px;
    line-height: 50px; } }
  @media (max-width: 768px) {
  h2, .h2 {
    font-size: 30px;
    line-height: 30px; } }

.h2 {
  margin-bottom: 50px; }

h3, .h3, .hero h2, .hero .h2 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 26px;
  line-height: 42px;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
  text-align: left; }
  @media (max-width: 768px) {
  h3, .h3, .hero h2, .hero .h2 {
    line-height: 35px; } }

p {
  margin-bottom: 10px; }
  p b {
    font-size: 18px;
    font-weight: 500; }

a {
  text-decoration: none;
  transition: all 0.3s ease;
  color: #627374; }

.btn {
  border-radius: 3px;
  font-weight: 600;
  font-size: 16px;
  padding: 14px 30px 16px;
  display: block;
  text-align: center;
  border: none;
  outline: none;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  transition: all 0.3s ease;
  width: 100%;
  letter-spacing: 0.5px; }
  @media (min-width: 768px) {
  .btn {
    padding: 17px 30px 19px;
    display: inline-block;
    width: auto; } }
  .btn.btn-primary {
    background: #b80607;
    color: #fff;
    border: none;
    outline: none; }
    @media (min-width: 768px) {
    .btn.btn-primary:hover {
      background: #830303;
      color: #fff; } }

.hero {
  position: relative;
  color: #fff;
  padding-bottom: 50px;
  overflow: hidden;
  background: ; }
  @media (min-width: 768px) {
  .hero {
    padding-bottom: 200px;
    padding-top: 200px; } }
  @media (max-width: 768px) {
  .hero {
    padding: 50px 0px; } }
  .hero .hero-content {
    position: relative;
    z-index: 1; }
    .hero .hero-content h1 {
      color: white; }
    .hero .hero-content h2 {
      color: white;
      font-weight: 400; }
      @media (max-width: 768px) {
  .hero .hero-content h2 {
    line-height: 30px;
    font-size: 20px; } }
    @media (min-width: 768px) {
  .hero .hero-content {
    width: 60%;
    margin-right: auto;
    padding-right: 50px; } }
    @media (min-width: 996px) {
  .hero .hero-content {
    width: 50%;
    padding-right: 50px; } }
  .hero .hero-img {
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: linear-gradient(to right, rgba(23, 23, 23, 0.703), rgba(255, 255, 255, 0)), url(/wp-content/themes/lara/img/Banner-geschnitten-preview.jpg); }
    @media (min-width: 768px) {
  .hero .hero-img {
    display: block; } }
    @media (min-width: 1220px) {
  .hero .hero-img {
    left: auto;
    right: 0; } }
  .hero h2, .hero .h2 {
    font-weight: 500;
    color: #627374;
    margin-bottom: 20px; }
  .hero:after {
    content: '';
    position: absolute;
    top: 36vh;
    transform: rotate(357deg);
    width: 120%;
    background: ;
    height: 100px;
    left: -10%;
    box-shadow: 0 0 20px ; }
    @media (min-width: 768px) {
  .hero:after {
    display: none; } }

.copy {
  background: ; }
  @media (min-width: 768px) {
    .copy .copy-content {
      width: 100%; } }

.start-produkte-bild {
  padding: 80px; }
  @media (max-width: 576px) {
  .start-produkte-bild {
    padding: 40px; } }

.vorgehen {
  background-color: #e7ebee; }
  .vorgehen .vorgehen-icons {
    margin-bottom: 10px;
    width: 70px;
    height: 70px;
    object-fit: contain; }
  .vorgehen .h2 {
    text-align: center; }
  .vorgehen .steps {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
  .vorgehen .steps {
    display: flex;
    margin: 0 -25px 0;
    flex-wrap: wrap; } }
    @media (min-width: 992px) {
  .vorgehen .steps {
    margin-bottom: 40px; } }
    .vorgehen .steps .step {
      border-bottom: 1px solid #e5e7e7;
      padding: 20px 0 10px;
      display: flex;
      align-items: center; }
      @media (min-width: 500px) {
  .vorgehen .steps .step {
    display: block;
    padding: 0 25px;
    border: 0;
    width: 25%;
    margin-bottom: 0; } }
      @media (max-width: 1040px) {
  .vorgehen .steps .step {
    width: 50%; } }
      @media (max-width: 768px) {
  .vorgehen .steps .step {
    width: 90%;
    text-align: center; } }
  .vorgehen .step h3 {
    text-align: center; }
  @media (min-width: 768px) {
  .vorgehen {
    text-align: center; } }
  .vorgehen .btn-vorgehen {
    margin: auto;
    margin-top: 20px;
    width: 500px; }
    @media (max-width: 768px) {
  .vorgehen .btn-vorgehen {
    width: 250px; } }

.step-content span {
  color: #b80607; }

@media (min-width: 768px) {
    .testimonials h2, .testimonials .h2 {
      text-align: left; } }
  .testimonials .testimonials-content {
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 996px) {
  .testimonials .testimonials-content {
    margin: 0 -25px; } }
    .testimonials .testimonials-content .testimonial {
      margin-bottom: 50px;
      border-radius: 3px;
      position: relative;
      margin-bottom: 60px;
      height: 100%; }
      @media (min-width: 996px) {
  .testimonials .testimonials-content .testimonial {
    width: 100%;
    padding: 0 25px;
    margin: 0; } }
      .testimonials .testimonials-content .testimonial .testimonial-person {
        display: flex;
        align-items: center; }
      .testimonials .testimonials-content .testimonial .testimonial-portrait {
        width: 60px;
        height: 60px;
        border-radius: 100%;
        margin-right: 20px; }
      .testimonials .testimonials-content .testimonial .testimonial-name {
        color: #031f22;
        font-weight: 600;
        line-height: 24px;
        font-size: 18px; }
        .testimonials .testimonials-content .testimonial .testimonial-name .testimonial-company {
          color: #627374;
          font-weight: 400;
          font-size: 15px; }
      .testimonials .testimonials-content .testimonial .testimonial-quote {
        margin-bottom: 20px;
        width: 100%;
        font-style: italic; }
        .testimonials .testimonials-content .testimonial .testimonial-quote .quotation {
          width: 25px;
          fill: #9eb1ba;
          margin-right: 5px; }
      .testimonials .testimonials-content .testimonial:last-child {
        margin-bottom: 10px; }

.erfolgsgeschichten .right-aligned {
  text-align: right; }
  .erfolgsgeschichten h2 {
    text-align: center; }

.erfolgsgeschichten-portrait img {
  height: 100px;
  width: 100px;
  border-radius: 100%; }
  @media (max-width: 768px) {
  .erfolgsgeschichten-portrait {
    text-align: center;
    margin-bottom: 20px; } }

.freebie img {
  padding: 0;
  height: 100%;
  width: auto;
  object-fit: cover; }
  .freebie .coloured {
    background-color: #e7ebee; }

@media (max-width: 768px) {
    .warum-starten {
      text-align: center; } }
  @media (min-width: 996px) {
  .warum-starten {
    padding-bottom: 90px; } }
  @media (min-width: 768px) {
    .warum-starten .warum-starten-content {
      display: flex;
      flex-wrap: wrap; } }
    .warum-starten .warum-starten-content .textbox {
      margin: 20px 0px; }
      @media (max-width: 768px) {
  .warum-starten .warum-starten-content .textbox {
    margin: 50px 0px; } }
      .warum-starten .warum-starten-content .textbox h3 {
        color: #9eb1ba;
        font-weight: bold;
        font-size: 50px;
        text-align: center; }
      .warum-starten .warum-starten-content .textbox p {
        text-align: center; }
      @media (min-width: 768px) {
  .warum-starten .warum-starten-content .textbox {
    padding: 0 25px;
    margin-bottom: 40px;
    width: 50%;
    text-align: center; } }
      @media (min-width: 996px) {
  .warum-starten .warum-starten-content .textbox {
    margin-bottom: 0;
    width: 33.3%;
    text-align: center; } }
      .warum-starten .warum-starten-content .textbox:last-child {
        margin-bottom: 0; }

@media (max-width: 768px) {
    .warum-starten div {
      text-align: center; } }

.about {
  background: ;
  padding-top: 80vw; }
  @media (min-width: 768px) {
  .about {
    padding-top: 240px; } }
  .about .about-content {
    position: relative;
    z-index: 1; }
    @media (min-width: 768px) {
  .about .about-content {
    width: calc(50% - 50px);
    margin-right: auto; } }
  .about .about-image {
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    object-fit: cover;
    height: 80vw;
    object-position: top; }
    @media (min-width: 768px) {
  .about .about-image {
    width: calc(50% - 50px);
    height: 100%;
    bottom: 0;
    top: auto; } }
  .about:after {
    content: '';
    background: linear-gradient(0deg, rgba(0, 1, 0, ) 0%, rgba(0, 0, 0, ) 40%);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 80vw; }
    @media (min-width: 768px) {
  .about:after {
    background: linear-gradient(90deg, rgba(0, 1, 0, ) 0%, rgba(0, 0, 0, ) 40%);
    width: calc(50% - 50px);
    height: 100%; } }

.werte {
  background: ; }
  .werte .h2 {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
  .werte .h2 {
    margin-bottom: 50px; } }
  @media (min-width: 768px) {
    .werte .werte-content {
      display: flex;
      margin: 0 -25px; } }
    .werte .werte-content .textbox {
      margin-bottom: 20px; }
      @media (min-width: 768px) {
  .werte .werte-content .textbox {
    padding: 0 25px;
    margin-bottom: 0; } }
      .werte .werte-content .textbox:last-child {
        margin-bottom: 0; }

.planung {
  background-image: linear-gradient(to right, rgba(23, 23, 23, 0.703), rgba(255, 255, 255, 0)), url(/wp-content/themes/lara/img/letztes-bild.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10em 0em; }
  .planung h3 {
    color: white;
    font-size: 45px;
    line-height: 50px; }

.formular {
  border-top: 1px solid #e5e7e7;
  margin-top: 50px;
  padding-top: 50px; }
  @media (min-width: 768px) {
  .formular {
    width: 50%;
    border: 0;
    margin: 0;
    padding: 0 0 0 25px; } }

.content {
  padding-top: 100px; }
  @media (min-width: 768px) {
  .content {
    padding-top: 200px; } }

.referenzen .container-fluid {
  background-color: #e7ebee;
  padding: 40px 0;
  overflow: hidden; }
  .referenzen .logos {
    object-fit: contain;
    text-align: center; }
    .referenzen .logos img {
      max-width: 150px;
      padding: 0 25px;
      filter: grayscale(1);
      object-fit: contain;
      flex-wrap: wrap; }

.testimonial-logos {
  width: 150px;
  /* ABLAUF*/ }

.einleitung {
  background-color: #e7ebee; }
  .einleitung .container {
    padding: 40px; }

.about-michael img {
  border-radius: 100%;
  height: 350px;
  width: 350px; }
  @media (max-width: 768px) {
    .about-michael img {
      width: 250px;
      height: 250px; } }
  .about-michael .michael-bild {
    text-align: center; }

.wie-arbeiten {
  background-color: #e7ebee;
  text-align: center; }

.jetzt-starten {
  text-align: center;
  /*ABLAUF*/ }

.ablauf-vorgehen {
  background-color: #e7ebee; }
  .ablauf-vorgehen .container {
    padding: 40px; }

.umsetzung {
  /*REFERENZEN*/ }
  .umsetzung span {
    color: #b80607; }

.referenzen-einleitung {
  background-color: #e7ebee; }
  .referenzen-einleitung .container {
    padding: 40px; }

.beispiele .img {
  height: 350px;
  width: 350px;
  object-fit: cover; }

@media (max-width: 768px) {
    .beispiele .row {
      text-align: center; } }

.beispiele h3 {
  /*NAVBAR*/ }
  @media (max-width: 768px) {
  .beispiele h3 {
    text-align: center; } }

.logo {
  width: 250px; }

.navbar {
  padding: 0px 50px; }

@media (max-width: 576px) {
  /* STARTSEITE BÜROPLANUNG*/
    .navbar {
      padding: 0px 10px; }
    .logo {
      width: 150px; } }

@media (max-width: 830px) {
  /*LANDINGPAGE BÜROPLANUNG*/
    .bueroplanung-button {
      margin-bottom: 10px; } }

.hersteller h3 {
  color: white;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px; }
  .hersteller h3:hover {
    font-size: 50px;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out; }

.herstellerbilder-hund {
  height: 250px;
  width: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: linear-gradient(to top, rgba(23, 23, 23, 0.703), rgba(255, 255, 255, 0)), url(http://lara.dpict.de/wp-content/uploads/2022/08/hersteller-hund.jpg); }

.herstellerbilder-palmberg {
  height: 250px;
  width: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: linear-gradient(to top, rgba(23, 23, 23, 0.703), rgba(255, 255, 255, 0)), url(http://lara.dpict.de/wp-content/uploads/2022/08/hersteller-palmberg.jpg); }

.herstellerbilder-girsberger {
  height: 250px;
  width: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: linear-gradient(to top, rgba(23, 23, 23, 0.703), rgba(255, 255, 255, 0)), url(http://lara.dpict.de/wp-content/uploads/2022/08/hersteller-girsberger.jpg); }

.projects h3 {
  color: white;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px; }
  .projects h3:hover {
    font-size: 40px;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out; }

.projektbilder-1 {
  height: 250px;
  width: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: linear-gradient(to top, rgba(23, 23, 23, 0.703), rgba(255, 255, 255, 0)), url(http://lara.dpict.de/wp-content/uploads/2022/06/referenz-1.jpg); }

.projektbilder-2 {
  height: 250px;
  width: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: linear-gradient(to top, rgba(23, 23, 23, 0.703), rgba(255, 255, 255, 0)), url(http://lara.dpict.de/wp-content/uploads/2022/06/referenzen-2.jpg); }

.projektbilder-3 {
  height: 250px;
  width: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: linear-gradient(to top, rgba(23, 23, 23, 0.703), rgba(255, 255, 255, 0)), url(http://lara.dpict.de/wp-content/uploads/2022/06/referenzen-3.jpg); }

.herstellerbilder-armstrong {
  height: 250px;
  width: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: linear-gradient(to top, rgba(23, 23, 23, 0.703), rgba(255, 255, 255, 0)), url(http://lara.dpict.de/wp-content/uploads/2022/08/hersteller-armstrong.jpg); }

.kategorie-buerotrennwaende {
  height: 250px;
  width: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: linear-gradient(to top, rgba(23, 23, 23, 0.703), rgba(255, 255, 255, 0)), url(http://lara.dpict.de/wp-content/uploads/2022/08/buerotrennwaende.jpg); }

.kategorie-glaswaende {
  height: 250px;
  width: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: linear-gradient(to top, rgba(23, 23, 23, 0.703), rgba(255, 255, 255, 0)), url(http://lara.dpict.de/wp-content/uploads/2022/08/glaswaende.jpg); }

.kategorie-betriebstrennwaende {
  height: 250px;
  width: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: linear-gradient(to top, rgba(23, 23, 23, 0.703), rgba(255, 255, 255, 0)), url(http://lara.dpict.de/wp-content/uploads/2022/08/betriebstrennwaende.jpg);
  /*KONTAKTSEITE*/ }

.btn-submit-kontakt {
  color: ;
  background-color: #9eb1ba;
  border: none;
  padding: 1em 2em;
  font-size: 18px;
  font-weight: ; }
  .btn-submit-kontakt .btn-submit-kontakt:hover {
    background-color: white; }

.input-box {
  padding: 1em 1em;
  width: 80%;
  color: ;
  border: 1px solid ; }

.label-headlines {
  font-size: 1.3em; }

.person-name {
  font-size: 1.3em; }

.portrait {
  border-radius: 50%;
  width: 200px;
  height: auto;
  /*NAVIGATION*/ }

#menu-hauptmenue {
  display: flex;
  float: right; }
  #menu-hauptmenue li {
    margin: 10px;
    align-self: center; }
  #menu-hauptmenue a {
    font-size: 20px;
    font-weight: 500; }
  #menu-hauptmenue a:hover {
    color: #000; }

.btn-topbar {
  float: right;
  margin-left: 50px; }

#menu-footer {
  display: flex;
  justify-content: center !important; }
  #menu-footer li {
    margin: 5px; }

.navbar-light .navbar-toggler {
  border-color: white !important; }

*:focus {
  box-shadow: none !important; }
