/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */


body {
  color: #777;
  background-color: #ffffff;
  font-family:  'Barlow', sans-serif;
  font-weight: 300;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

hr {
  border-top: 5px solid #b3d8ab;
  text-align: left;
  width: 30%;
  margin: 2rem 0 3rem;
}

h1, h2, h3, h4, h5 {
  font-weight: 600;
}

h2, h3 {
  font-size: 2.5rem;
    margin-bottom: 2rem;
}

@media (max-width: 575.98px) {
  h2, h3 {
    font-size: 1.5rem;
  }
}

a, a:visited {
  color: #a88763;
}

a:hover, a:focus {
  color: #a88763;
  text-decoration: none;
}

.orange {
  color: #a88763;
}

.pflichtfeld {
    color: #7fb272
}

.top img {
  width: 150px;
  height: auto;
}

.anfa {
  font-size: 1.5em;
    text-align: center;
    background: #7fb272;
    padding: 0.5rem .75rem;
      color: #fff;
      position: fixed;
      bottom: 0;
      z-index: 5000;
      width: 100%;
}

@media (max-width: 900px) {
    .anfa {
      font-size: 1em;
    }
}

.banner {
    background: darkred;
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
    color: white;
    
}




.bonus {
    background: #7fb272;
    padding: 2rem 10% 3rem;
      color: #fff;
      width: 100%;
}

.bonus img {
    width: 150px;
    height:auto;
    margin-right: 20px;
}

.bonus h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.bonus a, .bonus a:hover, .bonus a:visited {
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 50px;
    padding: .75em 1.5em;
}

@media (max-width: 900px) {
    .bonus {
      font-size: 1em;
    }
}

nav {
  padding: 1rem;
  position: fixed;
  top: 0;
  z-index: 5000;
  width: 100%;
  background: #b3d8ab;
}

.ueber {
  font-size: 24px;
  font-weight: 700;
  color: #ff7300;
}

@media (max-width: 767.99px) {
  nav {
    padding: 1rem 0.1rem
  }
}

@media (max-width: 575.98px) {
  .ueber {
    font-size: 16px;
    padding-top: 7px;
  }
  .top img {
    width: 130px;
    height: auto;
  }
}

nav a i {
  color: #4b4b4b;
  font-size: 1.75rem;
  padding: .5rem 0
}

.desk {
  display:contents;
}

.mobi {
  display: none;
}

@media (max-width: 575.98px) {
  .desk {
    display:none;
  }
  
  .mobi {
    display: contents;
  }
}

.fld-li {
  padding: 2rem;
  background: #fff;
    height: 100%;
    text-align: center;
}

.fld-li h4 {
  font-size: 1.5rem;
    color: #b3d8ab;
    text-align: left;
}
.fld-li img {
    width: 70%;
}
.fld-li p{
    text-align: left;
}

@media (max-width: 575.98px) {
  .fld-li {
    padding: 1rem;
  }
  
  .fld-li h4 {
    font-size: 1.25rem;
  }
}

.btn-main {
  color: #fff;
  background-color: #a88763;
  border-color: #a88763;
  padding: 1rem 2rem;
  margin: 2rem 0;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 50px;
}

.btn-main:hover {
  color: #fff;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.33);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.33);
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.33);
}

.btn-main:visited, .btn-main:active {
  color: #fff;
}

.btn-main i {
    margin-right: 10px;
}
@media (max-width: 575.98px) {
 .btn-main {
  padding: .5rem 1rem;
  margin: 2rem 0;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}
}

.btn-li {
  background-color: #b3d8ab;
  border-color: #b3d8ab;
  padding: 1rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.btn-li:hover {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.33);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.33);
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.33);
}

.phonelink a {
  font-size: 18px;
  position: fixed;
  top: 20px;
  right: 70px;
  width: 40px;
	height: 40px;
	border-radius: 100%;
	margin-right: 7px; /*space between*/
  display: flex;
  align-items: flex-start;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  background: #a88763;
  z-index: 5000;
}

.maillink a {
  font-size: 18px;
  position: fixed;
  top: 20px;
  right: 20px;
  width: 40px;
	height: 40px;
	border-radius: 100%;
	margin-right: 7px; /*space between*/
    display: flex;
    align-items: flex-start;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
  background: #a88763;
  z-index: 5000;
}

.whatslink a {
  font-size: 18px;
  position: fixed;
  top: 20px;
  right: 120px;
  width: 40px;
	height: 40px;
	border-radius: 100%;
	margin-right: 7px; /*space between*/
    display: flex;
    align-items: flex-start;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
  background: #25d366;
  z-index: 5000;
}

.phonelink a i, .maillink a i, .whatslink a i {
  align-self:center;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  margin: 0 auto;
}

.phonelink a i {
  color: #fff;
}

.maillink a i, .whatslink a i {
	color: #fff
}

.phonelink a i::before, .maillink a i::before, .whatslink a i::before {
  display:inline-block;
  text-decoration:none;
}
@media (max-width: 575.98px) {
    .maillink a {
      right: 10px;
        }
    .phonelink a {
      right: 55px;
        }
    .whatslink a {
      right: 100px;
        }
}

header {
  min-height: 100vh;
  background-image: url("../img/reparatur-fuer-geschirrspueler-benoetigt.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767.98px) {
    header {
      padding: 40% 0 100px;
    }
}

header .intro {
  margin-top: 30%;
  padding: 30px;
  background-color: #fff;
  width: 70%;
}

header .intro h1 {
  font-size: 3rem;
}

header .intro p {
  font-size: 1.25em;
}

@media (max-width: 1499.98px) {
  header .intro {
    margin-top: 30%;
    padding: 30px;
    width: 90%;
  }
  header .intro h1 {
    font-size: 3rem;
  }
  header {
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
  }
  header .intro p {
    font-size: 1.25em;
    width: 90%;
  }
}

@media (max-width: 991.98px) {
  header .intro {
    margin-top: 35%;
    padding: 30px;
    width: 90%;
  }
  header .intro h1 {
    font-size: 2.5rem;
  }
  header {
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
  }
  header .intro p {
    font-size: 1.25em;
    width: 90%;
  }
}

@media (max-width: 767.98px) {
  header .intro {
    margin-top: 35%;
    padding: 30px;
    width: 90%;
  }
  header .intro h1 {
    font-size: 2.5rem;
  }
  header {
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
  }
  header .intro p {
    font-size: 1.25em;
    width: 90%;
  }
}

@media (max-width: 575.98px) {
    header .intro {
      width: 95%;
      position: relative;
      top: 20%;
      left: 5%;
    }
    header h1 {
      font-size: 1.75rem;
    }
    header {
      min-height: 100vh;
      padding: 30px 0 100px;
      background: #f4ede6;
      background-image: none;
      background-repeat: no-repeat;
      background-size: cover;
    }
    header .intro p {
      font-size: 1.25em;
      width: 95%;
    }

    .lead  {
      font-size: 1rem;
    }
}

section {
  padding: 150px 0;
}
@media (max-width: 991.98px) {
  section {
  padding: 150px 0
  }
}
@media(max-width:768px){
  section {
  padding: 50px 0
  }
}
.whitebg {
  background-image: url("../img/light-bro-bg.png");
  background-repeat: repeat-x; 
  min-height: 100vh;
}
.lightbrobg {
  background: #f4ede6;
  background-image: url("../img/white-bg.png");
  background-repeat: repeat-x;
  min-height: 100vh;
}
.kontaktbg {
  background: #f4ede6;
  background-image: url("../img/white-bg.png");
  background-repeat: repeat-x;
  min-height: 50vh;
}

@media(max-width:600px){
      .whitebg {
      background-image: url("../img/light-bro-bg-mob.png");
      background-repeat: repeat-x; 
    }
    .lightbrobg {
      background-image: url("../img/white-bg-mob.png");
      background-repeat: repeat-x;
    }
    .kontaktbg {
      background-image: url("../img/white-bg-mob.png");
      background-repeat: repeat-x;
    }

  }

.iconos {
    text-align: center;
}
.iconos img {
    width: 50%
}
.iconos span{
    background: #7fb272;
    color: #fff;
    font-size: 1.25rem;
    padding: .5rem .75rem;
  border-radius: .3rem;
}
@media(max-width:991.98px){
    .iconos span{
        font-size: 1rem;
        padding: .5rem .75rem;
      border-radius: .3rem;
    }
}
@media(max-width:767.98px){
    .iconos span{
        font-size: 1.25rem;
        padding: .5rem .75rem;
      border-radius: .3rem;
    }
}

#photovoltaik {  
  min-height: 100vh;
}
.formbg {
  background: #f4ede6;
    padding-top: 100px;
}

.formbg form h2 {
    color: #b3d8ab;
}

.kontaktbg a {
  font-size: 1.5em;
}

@media (max-width: 575.98px) {  

.kontaktbg a {
  font-size: 1.25em;
  }
}

.kontaktbg i {
  margin-right: .5em;
}

.headpic {
  width: 400px;
  height: auto;
}

.card {
  border-width: 0;
  font-size: 1.25rem;
}

@media (max-width: 575.98px) {
  .card  {
    font-size: 1rem;
  }
}

#faqs {
  background: #E8E1D7;
  min-height: 100vh;
}

.plus {
  font-size: 1.5rem;
  line-height: 1rem;
  color: #919191;
}

footer {
  text-align: center;
  font-size: 80%;
  padding-bottom: 50px;
}

footer a, footer a:visited {
  color: #4b4b4b;
  margin-left: 0.5rem;
  padding-bottom: 100px
}

@media(max-width:768px){
  .row{
    margin:0 !important;
  }
}

.imp h1, .imp h2, .imp h3, .imp h4, .imp h5 {
  font-weight: 700;
  font-size: 1.5rem;
  text-transform: none;
} 

.fehler h1 {
    font-size: 1.25em;
    color: #a88763;
}

.fehler section {
    padding-top: 100px;
}

.fehler header {
  min-height: none;
  background-image: url("../img/light-bro-bg.png");
  background-repeat: repeat-x;  
}
@media (max-width: 767.98px) {
    header {
      padding: 40% 0 100px;
    }
}

.zusatz {
    background: #7fb272;
    padding: 100px 10% 100px;
      color: #fff;
      width: 100%;
}

.zusatz img {
    width: 150px;
    height:auto;
    margin-right: 20px;
}

.zusatz h2 {
}

.zusatz a, .zusatz a:hover, .zusatz a:visited {
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 50px;
    padding: .75em 1.5em;
}

@media (max-width: 900px) {
    .zusatz {
      font-size: 1em;
    }
}

.fehlermarke img{
    height: 25px;
    margin-right: 20px;
}
.fehlermarke h3 {
    color: #7fb272;
    font-size: 1.25em;
    margin-bottom: 1em;
}
.fehlermarke ul{
    list-style-type: none;
}

.rating-widget {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 16px;
    max-width: 360px;
    background-color: #f9f9f9;
    font-family: sans-serif;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .rating-widget .logo-row {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .rating-widget .google-logo {
    width: 24px;
    height: 24px;
  }

  .rating-widget .stars {
    color: #ffc107; /* Gold */
    font-size: 1.5rem;
  }

  .rating-widget .score {
    font-size: 1.2rem;
    font-weight: bold;
  }

  .rating-widget a {
    text-decoration: none;
    font-size: 0.95rem;
  }

  .rating-widget a:hover {
    text-decoration: underline;
  }