

  /*

  Theme Name: Maximus

  Description: Maximus is a agency and corporate theme. Its simple and clean HTML5 & CSS3 Theme. Its a full responsive theme built with Bootstrap.

  Version: 1.0

  Author: Themeple


  */

  





#parallax-bg3 {
    position: fixed;
    width: 100%;
  z-index:-10;
}
#bg3-1 {
    margin: 0 auto;
    max-width: 1920px;
    position: relative;
    top: -111px;
    width: 100%;
}





hr.trenner {
    height: 30px;
    border-style: solid;
    border-width: 1px 0 0 0;
    border-radius: 20px;
    width: 90%;
}

hr.trenner:before {
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}

hr.trenner.victoria, hr.trenner.victoria:before {
  border-color: #c3971e;
  }

hr.trenner.corbusier, hr.trenner.corbusier:before {
  border-color: #a3180e;
  }

hr.trenner.wenzel, hr.trenner.wenzel:before {
  border-color: #108632;
  }

hr.trenner.schloss, hr.trenner.schloss:before {
  border-color: #1a5084;
  }

.box {
    border-top: #c3971e 1px solid;
    border-bottom: #c3971e 1px solid;
    padding: 10px 10px 20px 10px;
    margin: 0 20px;
    border-radius: 20px;
  }

.box h2 {
    text-transform: uppercase;
  }

.box.corbusier {
    border-top: #a3180e 1px solid;
    border-bottom: #a3180e 1px solid;
    }

.box.wenzel {
    border-top: #108632 1px solid;
    border-bottom: #108632 1px solid;
    }

.box.schloss {
    border-top: #1a5084 1px solid;
    border-bottom: #1a5084 1px solid;
    }

.box i {
  font-size: 54px;
  width: 100%;
  text-align: center;
  color: #4f4f4f;
  }

.box h4 {
  margin-top: 27px;
  text-transform: uppercase;
  font-size: 20px;
  }

.box ul {
  margin-left:10px;
}


.step {
    border-right:none;
    height: auto;
    }

.step h2 {
  color: #666;
  text-transform: uppercase;
  }

.parallax-title {
  text-align:center;
  max-width: 800px;
  margin: 0 auto;
  padding: 200px 0;
  position: relative;
  text-transform:uppercase;
  text-shadow: 2px 2px 4px rgba(150, 150, 150, 1);
  }

.parallax-title h1 {
  font-size: 80px;
  line-height: 80px;
  color: #fff;
  }

.parallax-title p {
    font-size: 1.2em;
    line-height:1.6em;
    color: #fff;
    }

#full-head a {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font-size: 14px;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
  text-transform: none;
}
#full-head a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
  }
#full-head a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
  }

#full-head a:hover {
  opacity: .5;
 }

/*#mainpage .container {
    padding: 50px 0;
    }*/

#erstes-item .span6, #zweites-item .span6, #drittes-item .span6, #viertes-item .span6 {
  background:rgba(255,255,255,0.8);
  padding:20px;
  }


#zweites-item, #drittes-item, #fuenftes-item {
  background-color: #fff;
}

@media screen and (max-width: 1040px) {
#erstes-item, #zweites-item, #drittes-item, #viertes-item {
  background-size: cover !important;
}
}

#zweites-item {
  background: url("https://www.buedenbender-hausbau.de/fileadmin/images/rheinquartier/D_Fotolia_10447869_XL_20140327.jpg") no-repeat left;
}

#erstes-item {
  background: url("https://www.buedenbender-hausbau.de/fileadmin/images/rheinquartier/rheinquartier-visualisierung.jpg") no-repeat right;
  }

#fuenftes-item {
  padding: 40px 0;
}

#viertes-item {
  background: url("https://www.buedenbender-hausbau.de/fileadmin/images/rheinquartier/Akzento.jpg") no-repeat right;
}

/*#mainpage .row-dynamic-el {
    margin-bottom: 0px;
    }*/

#mainpage h2 {
  font-size: 25px;
  line-height: 25px;
  }

/*#mainpage .section-style {
  padding:0 !important;
  }*/


@media (min-width: 1025px) {
.parallax-slide {
  height: 484px;
  }
}

@media (max-width: 1024px) {
.parallax-slide {
  height: 250px;
  background-size: contain;
  background-position: 0 190px;
  }
.parallax-title {
  padding: 60px 0px;
  }
.parallax-title h1 {
    font-size: 70px;
    line-height: 70px;
  }
}

@media (max-width: 767px) {
.parallax-slide {
    height: 150px;
    background-size: contain;
    background-position: 0 190px;
  }
.parallax-title {
    padding: 35px 0px;
  }
.parallax-title h1 {
    font-size: 35px;
    line-height: 35px;
  }
}

@media (max-width: 480px) {
.parallax-slide {
    height: 100px;
    background-size: 500px;
    background-position: 0 220px;
  }
.parallax-title {
    display:none;
  }
.parallax-title h1 {
    font-size: 20px;
    line-height: 20px;
  }
}
