body {
  font-family: Montserrat;
  min-width: 370px;
}

nav {
  display: none !important;
}

a, a:hover {
  text-decoration: none;
  color: inherit;
}

.button {
  border: none;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

#p1 {
  padding-left: 20px;
  padding-bottom: 10px;
  padding-right: 100px;
    padding-top: 10px;
  color: #f6a812;
  font-size: 14px;
  background-image: url('../img/border-left.png'), url('../img/border-right.png'), url('../img/border-bottom.png');
  background-position: left top, right top, right bottom;
  background-repeat: repeat-y, repeat-y, repeat-x;
}

#p2 {
  padding-left: 20px;
    padding-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  padding-right: 50px;
  position: absolute;
  bottom: 0px;
  color: white;
  font-size: 18px; font-family: Overpass; font-weight: 300;
  background-image: url('../img/border-left.png'), url('../img/border-right.png'), url('../img/border-top.png');
  background-position: left top, right top, right top;
  background-repeat: repeat-y, repeat-y, repeat-x;
}

#p1,#p2 {
  width: 600px;
}

.be-scroll-top {
  cursor: pointer;
  position: fixed;
  bottom: 10px;
  right: 10px;
  color: #fff;
  background-color: rgba(0, 0, 0, .6);
  padding: 0 14px;
  display: none;
  -webkit-transition: background-color .2s ease;
  -o-transition: background-color .2s ease;
  transition: background-color .2s ease;
  border-radius: 4px
}

.be-scroll-top:hover {
  background-color: rgba(0, 0, 0, .8)
}

.be-scroll-top:focus, .be-scroll-top:hover {
  color: #fff
}

.be-scroll-top:before {
  content: '▲';
  font-family: 'Material Icons';
  font-size: 33px;
  display: inline-block;
  vertical-align: middle
}

.button:before {
  height: 25px;
  width: 25px;
  background: white;
  position: absolute;
  content: '';
}

.button:before {
  top: 0;
  right: 0;
  border-left: 1px solid white;
  transform: rotate(-49deg) translate(83%);
}

.button3 {
  cursor: pointer;
  background-image: url(../img/button-2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  max-width: 360px !important;
  width: 100%;
  height: 70px;
  display: inline-block;
  line-height: 70px;
  font-size: 24px;
  margin-top: 20px;
  color: #7b7b7a;
  font-weight: 500;
}

.button4 {
  background-image: url(../img/button-2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  max-width: 360px !important;
  width: 100%;
  height: 70px;
  display: inline-block;
  margin-top: 20px;
  color: #7b7b7a;
  font-weight: 500;
  cursor: pointer;
}

.button4 div {
  line-height: 70px;
  display: inline-block;
  float: left;
  width: 19%;
  padding-left: 10px;
  padding-right: 10px;
}

.button4 p {
  line-height: 17px;
  float: left;
  width: 80%;
  margin-top: 18px;
}

.button4 img {
  max-width: 100%;
  max-height: 40px;
}

.text-1 {
  font-size: 14px;
  color: #4b4a4d;
  font-weight: 300;
  margin-top: 20px;
}

.text-2 {
  font-family: Overpass;
  font-size: 18px;
  color: white;
  font-weight: 300;
}

/* header */

header {
  border-bottom: 5px solid #71767e;
  height: 100px;
  position: fixed;
  z-index: 999;
  background: white;
  width: 100%;
  top: 0;
}

.navbar {
  border-bottom: 5px solid #71767e;
  min-height: 100px;
  top: 0;
  position: fixed;
  background: white;
  width: 100%;
  z-index: 999;
}

.navbar-header {
  max-width: 80%;
}

.navbar-header img {
  max-width: 80%;
}

.navbar ul a {
  color: #4b4a4d;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
}

.navbar ul {
  margin-top: 20px;
}

header img {
  padding-top: 20px;
}

header ul {
  line-height: 95px;
}

header ul a {
  color: #4b4a4d;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  padding-left: 7px;
  padding-right: 7px;
}

header ul li:nth-of-type(1) {
  border-bottom: 5px solid #6a9fc4;
}

header ul li:nth-of-type(2) {
  border-bottom: 5px solid #fed27a;
}

header ul li:nth-of-type(3) {
  border-bottom: 5px solid #ee7100;
}

/* box0 */

#box-0 {
  margin-top: 100px;
  min-height: 400px;
  position: relative;
  background: url(../img/box-1-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

/* box1 */

#box-1-mobile {
  display: none;
  margin-top: 100px;
}

#box-1, #box-1-mobile {
  margin-bottom: 30px;
}

#box-1 .button:before, #box-1-mobile .button:before {
  top: -2px;
  width: 10px;
}

#box-1 .button, #box-1-mobile .button {
  background: #f6a812;
  padding: 10px 20px;
  color: #3e495d;
  float: right;
  font-weight: bold;
  font-size: 14px;
}

/* box2 */

#uber-das-projekt {
  border-top: 5px solid #6a9fc4;
  background-color: #030602;
  padding-top: 40px;
}

#uber-das-projekt img {
  width: 100%;
  margin-top: -100px;
}

#uber-das-projekt h3 {
  color: white;
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 900;
}

#uber-das-projekt .container {
  padding-bottom: 100px;
}

/* box3 */

#ausführungen {
  background: #fed27a;
  min-height: 400px;
  padding-top: 40px;
  padding-bottom: 40px;
}

#ausführungen h3 {
  text-align: center;
  color: #161514;
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 900;
}

#ausführungen .item h3 {
  padding-top: 20px;
}

#ausführungen p {
  text-align: center;
  font-size: 24px;
  color: #161514;
}

#ausführungen #map {
  height: 400px;
  margin-top: 25px;
  background: grey;
}

#ausführungen .button-2 {
  cursor: pointer;
  margin-top: 40px;
  border-color: #9c917a;
  background-image: url("../img/button-1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  max-width: 360px !important;
  width: 100%;
  height: 70px;
}

#ausführungen .button-2 img {
  padding-left: 25px;
}

#ausführungen .button-2 p {
  text-align: left;
  display: inline;
  padding-left: 20px;
  line-height: 70px;
  font-size: 14px;
  color: #7b7b7a;
}

/* box4 */

#anmeldung-formular {
  background-color: #ee7100;
  min-height: 400px;
  padding-top: 40px;
  padding-bottom: 40px;
}

#anmeldung-formular h3 {
  text-align: center;
  color: white;
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 900;
}

#anmeldung-formular .text-2 {
  margin-top: 40px;
}

#anmeldung-formular input, select {
  border: 1px solid rgba(109, 110, 113, 0.2);
  background: white;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 300;
  border-radius: 6px;
  width: 100%;
  color: #7b7b7a;
}

#anmeldung-formular textarea {
  border: 1px solid rgba(109, 110, 113, 0.2);
  background: white;
  font-size: 16px;
  font-weight: 300;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  resize: none;
  padding: 5px;
  color: #7b7b7a;
}

#anmeldung-formular .button {
  background: #fed27a;
  padding: 15px 70px;
  color: #7b7b7a;
  margin: 0 auto;
  font-weight: bold;
  font-size: 24px;
  margin-top: 45px;
}

#anmeldung-formular .button:before {
  background: #ee7100;
  border-color: #ee7100;
}

#anmeldung-formular .textarea {
  margin: 5px;
}

/* box5 */

#box-5 {
  background-color: white;
  min-height: 350px;
  padding-bottom: 40px;
  border-bottom: 6px solid #757b83;
  position: relative;
  padding-bottom: 150px;
}

#box-5 .item {
  padding-top: 50px;
  text-align: center;
}

@media (max-width: 991px) {

  .b1 {
    margin-top: 20px;
  }
  #box-1 .text-1, #box-1-mobile .text-1 {
    margin-left: 0 !important;
  }
  #ausführungen .button-2 p {
    font-size: 12px;
    padding-left: 10px;
  }
  #ausführungen .button-2 img {
    padding-left: 10px;
  }
  #anmeldung-formular .textarea {
    margin: 0;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  header {
    display: none;
  }
  nav {
    display: flex !important;
  }
}

@media (max-width: 767px) {
  #p1,#p2 {
    width: 500px;
  }

  #p1 img {
    left: 430px !important;
  }

  #anmeldung-formular .textarea {
    margin: 0;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  #ausführungen .button-2 {
    display: table;
    float: none !important;
    margin: 0 auto;
    margin-top: 40px;
  }
  h3 {
    font-size: 37px !important;
  }
}


@media (max-width: 700px) {
  #p1,#p2 {
    width: 450px;
  }

  #p1 img {
    left: 380px !important;
  }
}

@media (max-width: 575px) {
  #p1,#p2 {
    width: 400px;
  }

  #p1 img {
    left: 330px !important;
  }

  textarea {
    min-height: 150px;
  }
  #ausführungen h3 {
    font-size: 28px;
  }
  h3 {
    font-size: 28px !important;
  }
}

@media (max-width: 500px) {
  #p1,#p2 {
    width: 350px;
  }

  #p1 img {
    left: 280px !important;
  }
}

@media (max-width: 450px) {
  #p1,#p2 {
    width: 300px;
  }

  #p1 img {
    left: 230px !important;
  }
}

@media (max-width: 400px) {
  #p1,#p2 {
    width: 250px;
  }

  #p1 img {
    left: 180px !important;
  }
}
