@font-face {
    font-family: 'Avenir Next';
    src: url('../fonts/avenirnext/AvenirNext-Regular.woff2') format('woff2'),
        url('../fonts/avenirnext/AvenirNext-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
  font-family: 'Avenir Next';
  letter-spacing: 0.2em;
  padding-bottom: 200px;
}

.text-green {
  color: #00CA3B !important;
}
.text-blue {
  color: #060270 !important;
}

.navbar-toggler {
  border: 0;
}


main {
  background-image: url('../img/bg/bg.png');
  background-size: cover;
  background-attachment: fixed;
}
section {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: rgba(255, 255, 255, 0.95);
}

section:before {
    height: 54px;
    content: "";
    display:block;
}
#header:before {
    height: 0px;
    content: "";
    display:block;
}

h2 {
  color: #fff;  color: #060270 !important;
}

p, td, .no-space {
  letter-spacing: 0em;
}

.btn-primary {
  background-color: #00CA3B;
  border-color: #fff;
}
.btn-primary:hover {
  background-color: #009700;
  border-color: #fff;
}

div {XXXborder: 1px solid red;}


#header {
  padding-top: 100px;
  padding-bottom: 10px;
  //height: 99vh;
  //min-height: 800px;   -------!for the oldschool one;
  background-color: #fff;

}
.header-img {
  max-width: 200px;
  margin-bottom: 30px;
  margin-left: -20px;
}
h1 {
  margin-bottom: 30px;
  color: #060270;
}

@media (max-width:1287px) {
  #header {
    min-height: 350px;
  }
}

#about {
  background-color: #60fd6b;
  //background-color: #00c93a;

}

#sprechzeiten {
  background-color: #eee;
  background-image: url('../img/bg/bg.png');
  background-size: 150%;
  background-position:  -110% 0px;
  background-repeat: no-repeat;
}

#leistungen {
  background-color: #060270;
  background-image: url('../img/bg/bg.png');
  background-size: 150%;
  background-position: 50%;

}
#leistungen h2 {
    color: #fff !important;



}

#praxis {
    background-color: #eee;
    background-color: #eee;
    background-image: url('../img/bg/bg.png');
    background-size: 150%;
    background-position:  -110% 0px;
    background-repeat: no-repeat;
}

#kontakt {
  background-color: #060270;
  background-image: url('../img/bg/bg.png');
  background-size: 150%;
  background-position: 50%;
}
#kontakt h2 {
    color: #fff !important;
}
