body {
  margin: 0 auto;
  background: #eee;
  max-width: 2000px;
  font-size: 18px;
  font-family: "Fira Sans", sans-serif;
  line-height: 180%;
  font-weight: 300;
}
section{
  background: #fff;
}
section.even {
  background-color: #3284aa;
  color: #fff;
}

section#kontakt {
  background-color: #082e40;
  color: #fff;
}

section.even hr {
  border-color: #fff;6
}

h1 {
  font-weight: 500;
}

h2 {
  font-size: 1.2em;
  font-weight: 400;
  margin-top: 1.5em;
}

h3 {
  color: #3284aa;
}

.highlight {
  color: #3284aa;
}

.navbar {
  background-size: cover;
  background-position: center;
  padding: 1em 0;
  background: #3284aa !important;
  border-bottom: 1px solid #aaa;

  /*background-color: rgba(0,0,0,0.5) !important;
  backdrop-filter: blur(20px);*/
}

.nav-item {
  margin-right: .5em;
}

.navbar li a {
  color: #fff;
  font-weight: bold;
}

.navbar li a:hover {
  color: #082e40;
}

.navbar-toggler {
  background-color: rgba(0,0,0,0.3) !important;
}

header {
  /*background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(250, 250, 250, 0.2)), url("abstract.jpg");*/
  background-color: #fff;
  background-position: center;
  background-size: cover;
  border-bottom: 3px solid #3284aa;
}

#steckbrief {
  background: #fff;
}

li::marker {
  color: #3284aa;
}

.even li::marker {
  color: #fff;
}

hr {
  border-top: 3px solid #3284aa;
  opacity: 1;
  width: 5em;
}

.cite {
  font-style: italic;
  color: #999;
  font-size: 1.2em;
}

#contact-list {
  --icon-space: 1.3em;
  list-style: none;
  padding: 0;
}

#contact-list li {
  padding-left: var(--icon-space);
  font-size: 1.2rem;
  line-height: 1.2em;
  margin-bottom: 0.5em;
}

#contact-list li:before {
  font-family: FontAwesome;
  display: inline-block;
  margin-left: calc( var(--icon-space) * -1 );
  width: var(--icon-space);
  color: #3284aa;
}

#contact-list .phone:before {
  content: "\f095"; /* FontAwesome Unicode */
}
#contact-list .mail:before {
  content: "\f0e0"; /* FontAwesome Unicode */
}
#contact-list .adress:before {
  content: "\f015"; /* FontAwesome Unicode */
}

.mail a {
  color: #3284aa;
  text-decoration: none;
}

.mail a b {
  display:none;
}

#top-button {
  width: 3em;
  height: 3em;
  background: rgba(0,0,0,0.2);
  border-radius: 50%;
  position: fixed;
  bottom: 10px;
  right: 10px;
  color: rgba(0,0,0,0.7);
  text-decoration: none;
  display: flex;
  text-align: center;
  align-items: center ;
  display: none;
  z-index: 200;
}
#top-button:before{
  content: "\f062";
  font-family: FontAwesome;
  width:100%;
}


#top-button.show {
  display: flex;
}

#top-button.hide {
  display: none;
}

.image-box {
  text-align: center;
}

.image-box img{
  width: 100%;
  border: 5px solid #aaa;
  border-radius: 50%;
  margin-bottom: 1em;
}

.list-group-item {
  padding: 1em 0em;
}
.list-group-item:first-child{
  padding-top: 0 !important;
}

.list-group-item h5 {
  margin: 0;
}

.list-group-item p {
  margin: 0.5em 0 0 0;
}

#portrait img {
  object-fit: cover;
  height: 100%;
  max-width: 100%;
}

.preistabelle {
  font-size: 1.2em;
}

.preistabelle.preis-label {
  font-weight: bold;
}


#disclaimer {
  background: #fff !important;
}

#logo {
  max-height: 60px;
}


#divider-praxis-1 {
  background: linear-gradient(to bottom, rgba(50, 132, 170, 0.2), rgba(50, 132, 170, 0.8)), url("impression-wide-praxis.jpg");
}

#divider-therapie-1 {
  background-image: linear-gradient(to bottom, rgba(50, 132, 170, 0.2), rgba(50, 132, 170, 0.8)), url("impression-wide-therapie.jpg");
}

.divider {
  background-attachment: fixed !important;
  background-position: center !important;
  padding: 10em 0;
}

.divider .quote {
  color: #fff;
  font-size: 3em;
  font-style: italic;
  line-height: 1em;
  text-align: center;
  padding: 0 1em;
}

.divider .quote .author {
  display: block;
  font-size: 0.5em;
  text-align: right;
}

.referral {
}

.referral .strong {
  font-weight: 600;
  display: inline-block;
}

@media (min-width: 0px) and (max-width: 1199.98px) {
  .divider .quote {
    font-size: 2.5em;
  }
  .divider .quote .author {
    text-align: center;
  }

  .impressum {
    font-size: 0.8em;
    line-height: 1.2em;
  }
}
