::selection {
  background-color: rgba(52,101,179,0.28);
  color: white;
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: none !important;
}

img {
  width: 100%;
  height: auto;
}

body {
  font-family: 'Montserrat';
  font-size: 20px;
  background-color: var(--bh--bgcolor--prim);
  color: var(--bh--color--prim);
  font-weight: 300;
}

h1 {
  color: white;
}

h2 {
  color: var(--bh--btn--color);
}

h1 {
  margin-bottom: 40px;
  font-size: 50px;
  font-weight: 400;
  text-transform: uppercase;
  font-weight: 500;
}

h2 {
  position: relative;
  margin-bottom: 20px;
  font-size: 7vw;
  font-weight: 400;
  text-transform: uppercase;
  font-weight: 500;
}

@media (min-width: 768px) {
  h2 {
    font-size: 5vw;
  }
}

@media (min-width: 992px) {
  h2 {
    margin-bottom: 40px;
    font-size: 50px;
  }
}

h3 {
  margin: 0;
  font-size: 1rem;
  align-content: center;
  padding: 13px 0 20px 0;
}

.hr--linie--title {
  display: inline-block;
  position: relative;
  background-color: var(--bh--linieverlauf--end);
  width: 130px;
  height: 1px;
  transform: rotate(90deg);
  top: -164px;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none !important;
  cursor: pointer;
}

p {
  margin-bottom: 2rem;
}

/* Header */

#header--slider {
  display: none;
}

@media (min-width: 1400px) {
  #header--slider {
    display: block;
  }
}

nav .container-fluid {
  padding: 0;
}

.header--logo--content {
  width: 100%;
}

@media (min-width: 992px) {
  .header--logo--content {
    padding: 1rem 3rem;
    width: 300px;
  }
}

/* Main */

.section--padding {
  padding: 13rem 0;
  text-align: center;
}

.bg--color--sec {
  background-color: var(--bh--bgcolor--sec);
}

#terrassenplanung {
  margin-top: 110px;
}

@media (min-width: 1400px) {
  #terrassenplanung {
    margin-top: 0;
  }
}

.btn--black {
  display: inline-block;
  cursor: pointer;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
  color: white;
  background-color: var(--bh--btn--color);
  border: 1px solid var(--bh--btn--color);
  transition: all 0.5s;
  padding: 1rem 2rem;
  margin-top: 0.5rem;
}

.btn--black:hover, .filtr-controls .active {
  color: black;
  background-color: var(--bh--btn--colorhover);
}

.btn--black--me {
  margin-right: 7px;
}

@media (min-width: 768px) {
  form {
    width: 620px;
    margin-top: 70px;
  }
}

form label {
  color: #6B6B6B;
  text-align: left;
  font-family: museo-sans, sans-serif;
  line-height: 36px;
  font-size: 20px;
  font-weight: 100;
}

form input, form textarea {
  font-weight: 100 !important;
  color: #C4C4C4 !important;
  min-height: 40px;
  padding: 6px;
  font-size: 20px !important;
  border-radius: 0 !important;
  background-color: white;
}

form input:hover, form textarea:hover {
  background-color: #C4C4C4;
  border: 1px solid var(--bh--btn--color);
  font-style: normal;
  transition: all 0.3s;
}

form button {
  color: #6B6B6B !important;
  background-color: white !important;
  border-radius: 0 !important;
  font-weight: 100;
  text-align: center;
  font-size: 22px !important;
  width: 190px;
}

/* Footer */

footer {
  padding: 50px 0;
}

.logo--footer {
  width: 333px;
  margin-bottom: 35px;
}

footer a {
  display: inline-block;
  line-height: 13px;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 4px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 18px;
  transition: color 0.5s;
}

@media (min-width: 1200px) {
  footer a {
    padding: 25px;
  }
}

footer a:hover {
  color: #7F7F7F;
}

footer p {
  line-height: 19px;
  color: #000000;
  text-align: center;
  font-size: 11px;
  margin-bottom: 0;
}

