/*! Copyright 2018 Peak Ace AG. All Rights Reserved. */
html,
body {
  font-family: "Whitney A", "Whitney B", Arial, Helvetica, sans-serif;
  color: #555;
  background-color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}

h2 {
  font-weight: 300;
  font-size: 35px;
  margin: 35px 0 0;
  line-height: 1.3;
  color: #007fa3;
  text-align: center;
}

h2.nosub {
  margin-bottom: 20px;
}

@media (max-width: 960px) {
  h2 {
    font-size: 28px;
  }
}

p {
  font-size: 16px;
  line-height: 1.75;
  margin: 0 0 20px 0;
}

p.subtitle {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.25;
  margin: 0 0 20px 0;
  color: #007fa3;
  text-align: center;
}

@media (max-width: 960px) {
  p {
    font-size: 18px;
  }
}

b,
strong {
  font-weight: 500;
}

.pa-gray {
  background: #f4f4f4;
  position: relative;
}

header .logo {
  font-size: 0;
  color: transparent;
  padding: 20px 0 19px 5px;
  display: block;
}

header .logo:before {
  background-position: 0 0;
  width: 127px;
  height: 21px;
  background-image: url(img/logo.svg);
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  vertical-align: top;
}

header .background {
  background: url(img/le-cogne-paternite.jpg) center center;
  background-size: cover;
  height: 380px;
}

@media (max-width: 960px) {
  header .background {
    height: 200px;
  }
}

header h1 {
  position: absolute;
  right: 20%;
  top: 30%;
  text-align: center;
  line-height: 1.4;
  font-weight: 300;
  font-size: 24px;
}

@media (max-width: 960px) {
  header h1 {
    font-size: 14px;
    position: absolute;
    right: 20px;
    top: 10%;
  }
}

header h1 span {
  display: block;
  font-size: 56px;
  font-weight: 400;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
}

@media (max-width: 960px) {
  header h1 span {
    font-size: 24px;
  }
}

.index {
  padding: 30px 0;
  margin: 20px 0;
  text-align: center;
}

.index ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.index ul li a {
  font-weight: 300;
  font-size: 24px;
  line-height: 1.3;
  color: #007fa3;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  margin: 10px;
  display: inline-block;
}

.index ul li a:hover {
  border-bottom-color: #007fa3;
}

@media (max-width: 960px) {
  .index ul li a {
    font-size: 16px;
  }
}

.pa-chart-container {
  padding: 0;
}

.pa-chart-container > * {
  max-width: 1200px;
}

.pa-chart-container .pa-chart-target {
  background-color: #fff;
  border: 1px solid #007fa3;
  overflow: hidden;
  max-width: calc(100% - 2px);
  display: block;
  margin: 0 auto;
  padding: 10px;
}

@media (min-width: 640px) {
  .pa-chart-container .pa-chart-target {
    padding: 20px 40px;
  }
}

.pa-chart-container .pa-chart-target p {
  font-size: 20px;
  line-height: 1.5;
  margin: 20px auto;
  text-align: center;
  color: #007fa3;
  font-weight: 400;
}

.pa-chart-container .pa-chart-target p.subtitle {
  font-size: 14px;
  font-weight: 300;
  margin: 0;
}

.pa-chart-container .pae-embed-code-container {
  display: none;
  padding-bottom: 20px;
  text-align: center;
}

.pa-chart-container .pae-embed-code-container textarea {
  margin: 5px 0 0;
  max-width: 800px;
  width: 100%;
  min-height: 30px;
  padding: 5px 9px;
  border: 1px solid #eee;
  font-size: 12px;
  font-family: Arial;
}

.pa-chart-container .pae-embed-code-container p {
  margin: 10px 0 0;
  font-size: 16px;
}

.pa-chart-container .share-button {
  background: #007fa2;
  color: #fff;
  border: 0;
  padding: 7px 10px;
  margin: 0 0 40px 1px;
}

.pa-tabs {
  list-style: none;
  display: block;
  text-align: center;
}

.pa-tabs li {
  display: inline-block;
}

.pa-tabs li a {
  display: inline-block;
  padding: 7px 16px;
  margin: 3px 0;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  color: #555;
  border: 1px solid #007fa3;
  border-radius: 20px;
}

.pa-tabs li a.active {
  color: #fff;
  font-weight: 500;
  background-color: #007fa3;
}

.pa-tab-pane {
  display: block;
  width: 100%;
  height: 0;
}

.pa-tab-pane.active {
  display: block;
  height: auto;
}

.chart {
  width: 100%;
}

@media (min-width: 640px) {
  .pa-tocolumn {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    margin-bottom: 20px;
  }
}

.insights {
  border: 1px solid #007fa3;
  padding: 10px 30px 10px 40px;
  display: inline-block;
  margin: 0 auto 20px;
}

.text-center {
  text-align: center;
}

#impressum ul {
  list-style: none;
  margin: 40px 0 30px;
  padding: 0;
  text-align: center;
  border-top: 1px solid #f2f2f2;
  padding-top: 20px;
}

#impressum ul li {
  display: inline;
  margin: 10px 5px;
}

#impressum ul li a {
  color: #555;
  font-size: 14px;
  text-decoration: none;
}

.logo {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}

.logo li {
  display: inline;
  padding: 0 10px;
}

svg > g > g:last-child {
  pointer-events: none;
}