body {
  font-family: 'Open Sans', serif;
  padding-top: 54px;
  color: #868e96;
}

@media (min-width: 992px) {
  body {
    padding-top: 0;
    padding-left: 10rem;
	margin-top: 86px;
  }
  .balken-fixed {
	position: fixed;
    top: 2px;
    width: 100%;
    height: 220px;
    background-color: #fff;
    background: url(../img/balken-rechts-bg.png) 3rem 0;
    background-repeat: no-repeat;	
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', serif;
  font-weight: 400;
  text-transform: none;
  color: #343a40;
}

h1 {
  font-size: 2rem;
  line-height: 2.5rem;
}

h2 {
  font-size: 3.5rem;
}

.subheading {
  text-transform: lowercase;
  font-weight: 500;
  font-family: 'Open Sans', serif;
  font-size: 1rem;
}
.pager-address {
	position: fixed;
    top: 86px;
    left: 205px;
    z-index: 10000;
    font-size: 14px !important;
	background-color: #fff;
}
.rounded-circle {
  border-radius: 0% !important;
}

.list-social-icons a {
  color: #495057;
}

.list-social-icons a:hover {
  color: #BD5D38;
}


.list-social-icons a .fa-lg {
  font-size: 1.75rem;
}

.list-icons {
  font-size: 3rem;
}

.list-icons .list-inline-item i:hover {
  color: #BD5D38;
}

#sideNav .navbar-nav .nav-item .nav-link {
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
    color: #636363;
  }
  .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #636363;
  }
  .navbar-dark .navbar-nav .nav-link {
    color: rgba(100, 100, 100, 0.5);
  }
}

@media (min-width: 992px) {
  #sideNav {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 12rem;
    height: 100vh;
  }
  #sideNav .navbar-brand {
    display: flex;
    margin: auto auto 0;
    padding: 0 0 0 2rem;
  }
  #sideNav .navbar-brand .img-profile {
    //max-width: 15rem;
    //max-height: 15rem;
    //border: 0.2rem solid rgba(255, 255, 255, 0.2);
  }
  #sideNav .navbar-collapse {
    display: flex;
    align-items: flex-start;
    flex-grow: 0;
    width: 100%;
    margin-bottom: auto;
  }
  #sideNav .navbar-collapse .navbar-nav {
    flex-direction: column;
    width: 100%;
  }
  #sideNav .navbar-collapse .navbar-nav .nav-item {
    display: block;
	    text-align: right;
    padding-right: 5px;
  }
  #sideNav .navbar-collapse .navbar-nav .nav-item .nav-link {
    display: block;
  }
}

section.resume-section {
  //border-bottom: 1px solid #dee2e6;
  padding-top: 6rem !important;
  padding-bottom: 5rem !important;
}

section.resume-section .resume-item .resume-date {
  min-width: none;
}

@media (min-width: 768px) {
  section.resume-section {
    min-height: 100vh;
  }
  section.resume-section .resume-item .resume-date {
    min-width: 28%;
  }
}

@media (min-width: 992px) {
  section.resume-section {
    padding-top: 9rem !important;
    padding-bottom: 3rem !important;
  }
}

@media (max-width: 992px) {
  .bg-primary {
    background-color: #000066 !important;
  }
    .pager-address {
	  display:none;
  }
}
@media (min-width: 992px) {
  .bg-primary {
    background-color: #fff !important;
  }
}

.text-primary {
  color: #000066 !important;
}

a {
  color: #000066;
}

a:hover, a:focus, a:active {
  color: #000066;
}

/*section#home  {
  background: url("../img/balken-rechts.png") 3rem 0;
  background-repeat: no-repeat;
  background-position-x: 376px;
}
section#profil {
  background: url("../img/balken_profil.jpg") 3rem 0;
  background-repeat: no-repeat;
  background-position-x: 376px;
}
section#spektrum {
  background: url("../img/balkenspektrum.jpg") 3rem 0;
  background-repeat: no-repeat;
  background-position-x: 376px;
}
section#philosophie {
  background: url("../img/balkenphilosophie.jpg") 3rem 0;
  background-repeat: no-repeat;
  background-position-x: 376px;
}
section#contact {
  background: url("../img/balkenkontakt.jpg") 3rem 0;
  background-repeat: no-repeat;
  background-position-x: 376px;
}
section#impressum, section#datenschutz {
  background: url("../img/balkenimpressum.jpg") 3rem 0;
  background-repeat: no-repeat;
  background-position-x: 376px;
} */
section#home .my-auto h1 {
	background-color:#fff
}

.important {
    /*color: #BD5D38;*/
    /*color: #d44f6e;*/
    color: #f73b50;
    font-weight: 600;
}
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    margin: -1px;
    clip: rect(0 0 0 0);
    overflow: hidden;
    white-space: nowrap;
}

@media (min-width: 992px) {
  nav#sideNav {
    background: url("../img/balkenlinks.png") top right;
    background-repeat: no-repeat;
	margin-top: 86px;
  }
  .d-none-smart {
	display: none !important;
  }
}
@media (max-width: 992px) {
  section#home, section#profil, section#spektrum, section#impressum, section#datenschutz, section#philosophie, section#contact {
    background-position: 0 0;
    background-repeat: no-repeat;
  }
  .d-none-smart {
	  float:right;
	  margin: 5px 10px 10px;
  }
  section#home .my-auto h1 {
    background-color: transparent;
    margin: 28px 0 !important;
  }
  h1 {
	  font-size: 1.5rem;
  }
  .navbar-brand {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    font-size: 1.05rem;
    line-height: inherit;
    white-space: nowrap;
  }
  .navbar-dark .navbar-brand {
    position: absolute;
    top: 3px;
    left: 70px;
  }
  h2 {
	  font-size: 2rem;
	  margin-top: 20px;
  }
  h3 {
	  font-size: 1.25rem;
  }
}