body {
  font-family: "Source Serif Pro", serif;
  font-size: 17px;
  line-height: 1.625;
  color: #333;
}

h1,
h2,
h3 {
  font-family: "Libre Baskerville", serif;
  text-align: left;
}

h1 {
  margin-bottom: 15px;
  font-size: 42px;
  color: #223957;
}

@media (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  margin-bottom: 30px;
  font-size: 28px;
  color: #223957;
}

@media (max-width: 767px) {
  h2 {
    font-size: 26px;
  }
}

@media (max-width: 656px) {
  h2 {
    font-size: 20px;
  }
}

h3 {
  font-size: 36px;
  color: #666666;
}

@media (max-width: 767px) {
  h3 {
    font-size: 26px;
  }
}

strong {
  font-weight: 600;
}

a {
  color: #223957;
}

a:hover,
a:focus {
  color: #00a3e3;
  text-decoration: none;
}

button {
  padding: 0;
}

.divider {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

h1.divider {
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.spacer {
  margin-bottom: 35px;
}

.border-blue {
  border-bottom: 10px solid #223957;
}

.active a {
  color: #00a3e3;
}

.clear:after {
  content: "";
  display: table;
  clear: both;
}

ul {
  list-style: disc;
}

ul,
ol {
  margin-left: 3rem;
}

/*---------------------
Navigation
---------------------*/

nav {
  padding-top: 25px;
  color: #000;
  font-size: 20px;
  position: relative;
  -webkit-transition: font-size 1s;
  transition: font-size 1s;
}

@media (max-width: 1200px) {
  nav {
    font-size: 18px;
  }
}

@media (max-width: 1050px) {
  nav {
    font-size: 16px;
  }
}

.navbar-header {
  margin-bottom: 50px;
  margin-top: 25px;
  display: block;
  float: none;
  position: relative;
}

@media (min-width: 992px) {
  .navbar-header {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .navbar-header {
    margin-bottom: 25px;
  }
}

#logo-link {
  display: inline-block;
  max-width: 260px;
}

@media (max-width: 767px) {
  #logo-link {
    margin-left: 25px;
    width: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

#brand-img {
  width: 100%;
  height: auto;
}

.navbar-toggle {
  margin-top: 0;
}

#navbar-collapse-1 a.active {
  color: #00a3e3;
}

@media (min-width: 992px) {
  #navbar-collapse-1 {
    float: right;
    margin-top: 35px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  #navbar-collapse-1 {
    padding-left: 0;
  }
  #navbar-collapse-1 li:first-of-type > a {
    padding-left: 0;
  }
}

/*---------------------
Header - Image
---------------------*/

.hero {
  /* padding-bottom: 27.73%;
    min-height: 200px; */

  min-height: 330px;
}

#hero-index {
  background: url(../img/hero_index.jpg) no-repeat center center;
  background-size: cover;
}

#hero-philo {
  background: url(../img/hero_philo.jpg) no-repeat center 67%;
  background-size: cover;
}

#hero-vermoegen {
  background: url(../img/hero_vermoegen.jpg) no-repeat center center;
  background-size: cover;
}

#hero-team {
  background: url(../img/hero_team.jpg) no-repeat center center;
  background-size: cover;
}

#hero-aufsicht {
  background: url(../img/hero_index.jpg) no-repeat center center;
  background-size: cover;
}

#hero-impressum {
  background: url(../img/hero_index.jpg) no-repeat center center;
  background-size: cover;
}

.capital_img {
    display: none;
}
#hero-index .capital_img {
  display: block;
  width: 100%;
  max-width: 150px;
  margin-left: auto;
}
/*---------------------
Main
---------------------*/

main {
  margin-top: -70px;
  padding-top: 30px;
  padding-bottom: 45px;
  background: white;
  position: relative;
}

main article > p {
  margin-bottom: 35px;
}

main article > p:last-of-type {
  margin-bottom: 0;
}

.intro-text {
  font-size: 19px;
  font-weight: 600;
  color: #000;
}

main ol {
  list-style: decimal;
}

.border-img {
  position: absolute;
  top: 0;
}

#border-left {
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

#border-corner-left {
  left: 0;
  -webkit-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
}

#border-top {
  left: 0;
  width: 100%;
  height: 10px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

#border-corner-right {
  right: 0;
  -webkit-transform: translate(100%, -100%) scaleX(-1);
  transform: translate(100%, -100%) scaleX(-1);
}

#border-right {
  right: 0;
  -webkit-transform: translateX(100%) scaleX(-1);
  transform: translateX(100%) scaleX(-1);
}

/*---------------------
Main - Company
---------------------*/

#video-container {
  max-width: 550px;
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 35px;
}

/*---------------------
Main - Philosophy
---------------------*/

#content-philo #philo-rulez {
  margin-bottom: 35px;
}

#content-philo ol {
  margin-top: 15px;
  margin-left: 25px;
}

/*---------------------
Main - Team
---------------------*/

#team-nav {
  padding-left: 0;
  padding-right: 20px;
  margin: 0;
  list-style: none;
}

#team-list {
  padding: 0 10px;
}

#team-nav li {
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}

#team-nav li:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

#team-nav li a {
  font-size: 28px;
  display: block;
}

.member-img {
  max-width: 360px;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  display: block;
}

@media (max-width: 768px) {
  .member-img {
    margin-left: auto;
    margin-right: auto;
  }
}

.member-description p:not(:last-of-type) {
  margin-bottom: 35px;
}

.member-name {
  display: none;
  margin-bottom: 15px;
}

.member-name > h2 {
  margin: 0;
}

@media (max-width: 767px) {
  #team-nav {
    display: none;
  }
  #team-list {
    padding-left: 0px;
    padding-right: 0px;
  }
  #team-list > article {
    display: block;
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  }
  #team-list > article:first-of-type {
    margin-top: 0;
  }
  #team-list > article:last-of-type {
    padding-bottom: 0;
    border-bottom: 0px solid rgba(0, 0, 0, 0.25);
  }
  .member-name {
    display: block;
  }
}

/*---------------------
Main - Aufsichtsbehörde
---------------------*/

#content-aufsicht article {
  position: relative;
}

#content-aufsicht article address {
  margin-right: 25px;
}

#content-aufsicht article img {
  max-width: 250px;
  margin-top: 25px;
}

@media (min-width: 890px) {
  #content-aufsicht article img {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
  }
}

@media (max-width: 767px) {
  #content-aufsicht article > p {
    padding-left: 0;
  }
}

/*---------------------
Main - Rechtliche Hinweise
---------------------*/

#content-legals table thead,
#content-legals table tbody td:first-child {
  font-size: 0.8rem;
}

#content-legals table thead td {
  padding: 0 5px 5px 5px;
}

#content-legals table tbody td {
  padding: 5px 0;
}

#content-legals table tbody td:not(:first-child) {
  text-align: center;
}

/*---------------------
Footer
---------------------*/

footer {
  background: #efefed;
  box-shadow: inset 0px 6px 10px -5px rgba(0, 0, 0, 0.25);
  padding-top: 60px;
  padding-bottom: 80px;
  color: #666666;
}

/*---------------------
Footer - Contact
---------------------*/

address {
  margin-top: 4px;
  /*    display: flex;*/
  flex-direction: row;
  flex-wrap: wrap;
}

address > div:not(last-of-type) {
  margin-right: 39px;
}

.two {
  display: block;
}

#phone,
#mail,
#download-pdf {
  margin-top: 26px;
}

@media (max-width: 767px) {
  #mail {
    margin-top: 0;
  }
}

.adr-lable {
  display: inline-block;
  width: 70px;
}

#mail a {
  margin-left: -4px;
}

#download-pdf a {
  display: block;
}

/*---------------------
Footer - Map
---------------------*/

#map {
  position: relative;
  padding-bottom: 390px;
}

@media (max-width: 768px) {
  #map {
    margin-top: 35px;
  }
}

/*---------------------
Footer - Parking
---------------------*/

#parking p:nth-of-type(2) {
  font-size: 14px;
  line-height: 22px;
}

#parking p:last-of-type {
  margin-top: 24px;
}

@media (max-width: 768px) {
  #parking p:last-of-type {
    margin-top: 10px;
  }
}

@media (max-width: 1200px) {
  #parking {
    margin-top: 35px;
  }
}

/*---------------------
Footer - Partner
---------------------*/

#partner-list {
  flex: 1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  #partner-list {
    max-width: 780px;
  }
  #partner-list > a {
    margin-top: 25px;
  }
}

@media (max-width: 656px) {
  #partner-list {
    max-width: 400px;
  }
}

.partner-img {
  height: 55px;
  width: auto;
  -webkit-transition: height 1s, width 1s, margin-left 1s;
  transition: height 1s, width 1s, margin-left 1s;
}

@media (max-width: 390px) {
  #partner-list {
    max-width: 200px;
  }
  .partner-img.grow {
    height: 83px;
  }
}

#google-maps {
  position: relative;
}

#google-maps button.route {
  bottom: 10px;
  left: 25px;
  position: absolute;
  background: #ffffff;
  border: 0;
  overflow: hidden;
  font-family: Roboto, Arial, sans-serif;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  border-radius: 2px;
}

#google-maps button.route:hover {
  background: #ebebeb;
}

#google-maps button.route a {
  color: #565656;
  text-align: center;
  height: 40px;
  display: table-cell;
  vertical-align: middle;
  padding: 0 17px;
  font-size: 18px;
}

#google-maps button.route:hover a {
  color: #000000;
}

/*---------------------
Bootstrap
---------------------*/

.container-fluid {
  max-width: 1170px;
}

.container {
  -webkit-transition: width 1s;
  transition: width 1s;
}

@media (max-width: 767px) {
  .fade {
    opacity: 1;
  }
}

.underlined {
  text-decoration: underline;
}

.cc-window {
  border: 1px solid #b3b3b3;
}

/* CAPITAL IMG BEWERTUNG */

.capital-img-wrapper {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  max-width: 1100px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.capital-img {
  width: 15%;
  min-width: 140px;
  max-width: 180px;
}
