@charset "utf-8";
/* CSS Document */

body {
	background-color: #969696;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 300;
    padding-top: 69px;
	color: #2A2A2A;
	height: 100%;
	min-height: 100% !important;
}

a  { color: #8C0002; }
a:focus   { color: black !important; }
a:hover   { color: #8C0002 !important; }
a:active  { color: black !important; }

.active { color: #8C0002 !important; }

.navbar {
	height: 25px;
    background-color: #fff !important;
    min-height: 60px;
}

.navbar-header {
    height: 25px;
}

.nav {
	padding-top: 10px;
}

.navbar-default {
	font-family: "Montserrat",sans-serif;
	font-size: 15px;
    height: 25px;
    background-color: #fff !important;
}

.scroll-link .active a {
	color: #8C0002;
}

.scroll-link .active a:active {
	color: #8C0002;
}

.navbar-fixed-top .active a {
	color: #8C0002;
}

#start {
	margin-top: -10px;
}

.team-member {
    display: block;
    margin: 0 auto 50px;
    width: 100%;
    max-width: 350px;
    padding: 0;
}

.team-member-image {
    float: none;
    overflow: visible;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
}

.team-member-image img { 
	border-radius: 0% 
}

.team-member-meta {
    margin-left: 0;
    min-height: 1px;
    padding: 15px 0 0;
    text-align: center;
}

.team-member-name { 
	margin-bottom: 6px 
}

.team-member-role {
    font-size: 13px;
    margin-bottom: 10px;
    color: #999;
}

 .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
      }

.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}

.featurette-divider {
  margin: 5rem 0;
	border-color: black;
}

.schwerpunkte .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.schwerpunkte h2 {
  font-weight: 400;
}
.schwerpunkte .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

.rounded-circle{
	border-radius: 50% !important
}

.headerbild {
    width: 100%;
}