/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/templates/scrolling-nav)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */


body {
  background: #fff;
  font-family: 'Times New Roman', Times, serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #333;
  letter-spacing: 0.5px;
  /* autom. Silbentrennung */
  -moz-hyphens: auto;
   -o-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/* Hintergründe */
.bg-hellgrau {
  background-color: rgba(0, 0, 0, 0.08);
}
.bg-dugrau {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}
.bg-blau {
  background-color: #3f5971;
  color: #fff;
}
.bg-hellblau {
  background-color: rgba(63, 89, 113, 0.5);
  color: #fff;
}

/* Schrift */
.h1, .h2, .h3, .h4, h1, h2, h3, h4 {
    margin-bottom: 1.25rem;
}
.h1, h1 {
    font-size: 3rem;
}
.h3, h3 {
    font-size: 1.5rem;
}

ol li {
  margin-bottom: 1rem;
}

.intro {
    font-size: 1.3rem;
    line-height: 1.3;
  margin-bottom: 1.25rem;
}

/* Textlinks */
a {
    color: rgba(64, 85, 190, 1);
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: rgba(64, 85, 190, 0.7);
    text-decoration: underline;
}
#impressum-datenschutz a {
  color: #efefef;
}
#impressum-datenschutz a:hover {
  color: #fff;
}

/* Logo-Text */
.navbar-brand {
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-right: 1rem;
    font-size: 1.5rem;
}

/* Buttons */
.btn {
    border-radius: 0px;
}
.btn-primary {
    color: #fff;
    background-color: #333;
    border-color: #333;
    width: 250px;
}
.btn-primary:hover {
    color: #fff;
    background-color: #537696;
    border-color: #537696;
}

/* Hauptmenü */
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.8);
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,1);
}

/* Layout Abschnitte */
section {
  padding: 60px 0;
}

/* Header Führungssprechstunde */
header {
  padding: 120px 0 45px 0;
  border-bottom: 30px #fff solid;
}
.bg-primary {
    background-color: #3f5971 !important;
}
header h2 {
  margin-bottom: 3rem;
}

