* {
  margin: 0;
 
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
}

.header {
  min-height: 100vh;
  width: 100%;
  background-image: linear-gradient(
      rgba(104, 109, 127, 0.7),
      rgba(104, 109, 127, 0.7)
    ),
    url(img/homepage1.jpeg);
  background-position: center;
  background-size: cover;
  position: relative;
}

nav,
.nav-list {
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  padding: 2% 6%;
  align-items: center;
}

nav {
  margin-bottom: 0px;
}

nav img {
  width: 150px;
}

.nav-links {
  flex: 1;
  text-align: right;
}

.nav-links ul li {
  list-style: none;
  display: inline-block;
  padding: 8px 12px;
  position: relative;
}

.nav-links ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 17px;
}

.nav-links ul li::after {
  content: "";
  width: 0%;
  height: 2px;
  background: #f44336;
  display: block;
  margin: auto;
  transition: 0.5s;
}

.nav-links ul li:hover::after {
  width: 100%;
}

.text-box {
  
  color: #fff;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 5%;
  padding-bottom: 5%;
  
  text-align: center;
}

.text-box h1 {
  font-size: 52px;
}

.text-box p {
  margin: 10px 0 40px;
  font-size: 24px;
  color: #fff;
}



.me {
 
  
  padding-bottom: 10%;
  width: 50%;
  
}

.sign {
  padding-top: 10%;
  padding-bottom: 10%;
  width: 70%;
}

nav .fas {
  display: none;
}

@media (max-width: 700px) {
  .text-box h1 {
    font-size: 20px;
  }
  .nav-links ul li {
    display: block;
  }

  nav {
    display: flex;
    justify-content: space-between;
  }

  .nav-links {
    position: absolute;
    background: #f44336;
    height: 100vh;
    width: 200px;
    top: 0;
    right: -200px;
    text-align: left;
    z-index: 2;
    transition: 1s;
  }
  nav .fas {
    display: block;
    color: #fff;
    margin: 10px;
    font-size: 22px;
    cursor: pointer;
  }
  nav-links ul {
    padding: 30px;
  }




}

@media (max-width: 1366px) {


  .nav-links ul li {
    display: block;
  }

  nav {
    display: flex;
    justify-content: space-between;
  }

  .nav-links {
    position: absolute;
    background: #f44336;
    height: 100vh;
    width: 200px;
    top: 0;
    right: -200px;
    text-align: left;
    z-index: 2;
    transition: 1s;
  }
  nav .fas {
    display: block;
    color: #fff;
    margin: 10px;
    font-size: 22px;
    cursor: pointer;
  }
  nav-links ul {
    padding: 30px;
  }
}

/*----Osteopathie-----*/

.ost-header {
  height: 50vh;
  width: 100%;
  background-image: linear-gradient(
      rgba(104, 109, 127, 0.7),
      rgba(114, 125, 165, 0.7)
    ),
    url(img/background7.jpeg);
  background-position: center;
  background-size: cover;
  text-align: center;
  color: #fff;
}

.ost-header h1 {
  margin-top: 100px;
}

.osteopathie {
  width: 80%;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 50px;
}

.ost-pic {
  width: 100%;
  padding-bottom: 5%;
}

.ost-col {
  
  padding: 30px 2px;
}



.ost-col p {
  padding: 0px;
  color: black;
  font-size: 18px;
  line-height: 30px;
  margin: 0;
}



/*---About----*/

.sub-header {
  height: 50vh;
  width: 100%;
  background-image: linear-gradient(
      rgba(104, 109, 127, 0.7),
      rgba(114, 125, 165, 0.7)
    ),
    url(img/background2.jpeg);
  background-position: center;
  background-size: cover;
  text-align: center;
  color: #fff;
}

.sub-header h1 {
  margin-top: 100px;
}

.row {
  margin-top: 0%;
  display: flex;
  justify-content: space-between;
}

.about-me {
  width: 80%;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 50px;
}

.about-col {
  flex-basis: 48%;
  padding: 30px 2px;
}

.about-me-pic {
  width: 80%;
  padding-bottom: 5%;
}

.about-col p {
  padding: 0px;
  color: black;
  font-size: 18px;
  line-height: 30px;
}

.work-experience h1 {
  text-align: left;
  color: black;
  padding-left: 80px;
}

table {
  width: auto;
  padding: 50px;
  margin: 25px 0;
}

th {
  text-align: left;
}

table,
th,
td {
  border: 1px solid white;
  padding-left: 80px;
}

/*---teilbereiche---*/

.teil-header {
  height: 50vh;
  width: 100%;
  background-image: linear-gradient(
      rgba(104, 109, 127, 0.7),
      rgba(114, 125, 165, 0.7)
    ),
    url(img/background6.jpeg);
  background-position: center;
  background-size: cover;
  text-align: center;
  color: #fff;
}

.teil-header h1 {
  margin-top: 100px;
}

.teil {
  width: 80%;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 50px;
}

.teil-col {
padding-bottom: 5%;
}

.teil-img {
  width: 78%;
}

.teil-col p {
  padding: 0px;
  color: black;
  font-size: 18px;
  line-height: 30px;
}

/*---ablauf---*/

.ablauf-header {
  height: 50vh;
  width: 100%;
  background-image: linear-gradient(
      rgba(104, 109, 127, 0.7),
      rgba(114, 125, 165, 0.7)
    ),
    url(img/background5.jpeg);
  background-position: center;
  background-size: cover;
  text-align: center;
  color: #fff;
}

.ablauf-header h1 {
  margin-top: 100px;
}

.ablauf {
  width: 80%;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 50px;
}

.ablauf-col {
  flex-basis: 48%;
  padding: 30px 2px;
}

.ablauf-pic {
  width: 100%;
  padding-bottom: 5%;
}

.ablauf-col p {
  padding: 0px;
  color: black;
  font-size: 18px;
  line-height: 30px;
}

.ablauf-col li {
  color: black;
}

.ablauf ol {
  padding: 20px;
  
}

/*---kosten---*/

.kosten-header {
  height: 50vh;
  width: 100%;
  background-image: linear-gradient(
      rgba(104, 109, 127, 0.7),
      rgba(114, 125, 165, 0.7)
    ),
    url(img/background4.jpeg);
  background-position: center;
  background-size: cover;
  text-align: center;
  color: #fff;
}

.kosten-header h1 {
  margin-top: 100px;
}

.kosten {
  width: 80%;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 50px;
}

.kosten-col {
  flex-basis: 48%;
  padding: 30px 2px;
}

.kost-pic {
  width: 100%;
}

.kosten-col p {
  padding: 0px;
  color: black;
  font-size: 18px;
  line-height: 30px;
}

.kosten-col li {
  color: black;
  text-align: left;
  font-size: 18px;
}

.kosten ul {
  padding: 20px;
}

/*---ursprunge---*/

.ursprunge-header {
  height: 50vh;
  width: 100%;
  background-image: linear-gradient(
      rgba(104, 109, 127, 0.7),
      rgba(114, 125, 165, 0.7)
    ),
    url(img/background3.jpeg);
  background-position: center;
  background-size: cover;
  text-align: center;
  color: #fff;
}

.ursprunge-header h1 {
  margin-top: 100px;
}

.ursprunge {
  width: 80%;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 50px;
}

.ursprunge-col {
  flex-basis: 48%;
  padding: 30px 2px;
}

.ursprunge-pic {
  width: 100%;
  padding-bottom: 5%;
}

.ursprunge-col p {
  padding: 0px;
  color: black;
  font-size: 18px;
  line-height: 30px;
}

.ursprunge-col li {
  color: black;
  text-align: left;
  font-size: 18px;
}

.ursprunge ol {
  padding: 20px;
}

/*----footer----*/

.footer {


  padding: 50px 0 20px;
  background-image: linear-gradient(
    rgba(179, 189, 223, 0.7),
    rgba(114, 125, 165, 0.7)
  );
  background-position: center;
  background-size: cover;
  text-align: center;
  color: #fff;
}

/*.footer h4 {
  margin-bottom: 25px;
  margin-top: 20px;
  font-weight: 600;
} */

.footer p {
  font-size: 12px;
}

.index-footer {
  height: 30vh;
  width: 100%;
  padding: 30px 0;
  background-position: center;
  background-size: cover;
  text-align: center;
  color: black;
}

.index-footer h4 {
  margin-bottom: 25px;
  margin-top: 20px;
  font-weight: 600;
}

.index-footer p {
  font-size: 12px;
}

/*---impressum---*/

.impressum-header {
  height: 50vh;
  width: 100%;
  background-image: linear-gradient(
      rgba(104, 109, 127, 0.7),
      rgba(114, 125, 165, 0.7)
    ),
    url(img/background3.jpeg);
  background-position: center;
  background-size: cover;
  text-align: center;
  color: #fff;
}

.impressum-header h1 {
  margin-top: 100px;
}

.impressum {
  width: 80%;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 50px;
}

.imp-col {
  flex-basis: 100%;
  padding: 30px 2px;
}

.imp-col p {
  padding: 15px 0 25px;
  color: black;
  font-size: 20px;
  line-height: 30px;
}
