body {
  background-color: #fff;
}

.top-lane {
  padding: 8px;
  background-color: #504b47;
  color: white;
  width: 100%;
}

.top-lane a {
  color: white;
}

.container {
  max-width: 1275px !important;
}

nav.bg {
  background-color: white !important;
}

.logo {
  width: 100px;
}

.center {
  margin: 0 auto;
  text-align: center;
}

.container {
  margin-top: 120px;
}

.kontakt-button {
  background-color: mediumaquamarine;
  padding: 12px 30px;
  color: black !important;
  min-width: 250px;
  display: block;
}

.title {
  display: inline-block;
  vertical-align: bottom;
}

.title h2 {
  font-size: 22px;
}

.nav-item {
  font-size: 20px;
  vertical-align: baseline;
  margin-left: 50px;
}

html,
body {
  height: 100%;
  margin: 0;
}
.wrapper {
  min-height: 100%;

  /* Equal to height of footer */
  /* But also accounting for potential margin-bottom of last child */
  margin-bottom: -50px;
}
.footer,
.push {
  height: 50px;
}

footer {
  color: #fff;
  background-color: #504b47;
  width: 100%;
  padding-top: 20px;
  text-align: center;
  min-height: 60px;
}

footer a {
  color: white;
}

footer span {
  color: #999;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 70px;
}

.bold {
  font-weight: bold;
}

.padding {
  padding: 0 30px;
}

.no-top {
  margin-top: 0px;
}

/**  Startseite  **/
.intro,
.header {
  background-image: url("img/pexels-skitterphoto-240040.jpg");
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center;
  display: block;
  position: relative;
}

.ueber-mich {
  background-image: url("img/IMG_4806.JPG");
}

.leistungen {
  background-image: url("img/IMG_4931.JPG");
}

.contact {
  background-image: url("img/pexels-cottonbro-4098232.jpg");
}

.header {
  height: 300px;
}

.intro h2,
.header h2 {
  padding-top: 13%;
  color: white;
  font-size: 80px;
}

.header h2 {
  padding-top: 9%;
}

.termin-button {
  background-color: lightblue;
  padding: 20px 40px;
  border-radius: 50px;
  text-transform: uppercase;
}

.me {
  width: 100%;
  border-radius: 100px;
}

.intro-text {
  padding-top: 80px;
  font-size: 21px;
}

.push {
  height: 45px;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.line {
  /* background-color: white; */
  background-color: #abb44a;
  max-width: 100%;
  width: 100%;
  min-height: 60px;
  padding-top: 10px;
}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (max-width: 1400px) {
    .small-full-width {
      width: 100%;
      margin: 0;
      max-width: 100%;
    }

    .top-lane div {
      padding-top: 10px; 
      padding-bottom: 5px;
    }

    .top-lane div .kontakt-button {
      margin-top: -10px;
    }

}

/* X-Large devices (large desktops, 1200px and up)*/
@media (max-width: 1200px) {
  .top-lane {
    display: none;
  }

  .title h1 {
    font-size: 1.8rem;
  }

  .title h2 {
    font-size: 16px;
  }

  .navbar-brand {
    display: block;
  }

  .navbar-nav {
    display: block;
  }

}

/* Large devices (desktops, 992px and up)*/
@media (max-width: 992px) {
}

/* Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) {

  .intro h2, .header h2 {
    font-size: 60px;
  }

}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
}

h2, .h2 {
  font-weight: bold;
  font-size: 45px;
}

ul.leistungen-list li {
  font-size: 22px;
  margin-bottom: 8px;
}

.bold {
  font-weight: bold;
}

h5 {
  font-size: 28px;
}

img {
  width: 100%;
}

.line .row {
  margin: 0;
}