/* maven-pro-regular - latin */
@font-face {
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 400;
  src: url("maven-pro-v31-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("maven-pro-v31-latin-regular.eot?#iefix") format("embedded-opentype"), url("maven-pro-v31-latin-regular.woff2") format("woff2"), url("maven-pro-v31-latin-regular.woff") format("woff"), url("maven-pro-v31-latin-regular.ttf") format("truetype"), url("maven-pro-v31-latin-regular.svg#MavenPro") format("svg"); /* Legacy iOS */
}
/* maven-pro-500 - latin */
@font-face {
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 500;
  src: url("maven-pro-v31-latin-500.eot"); /* IE9 Compat Modes */
  src: local(""), url("maven-pro-v31-latin-500.eot?#iefix") format("embedded-opentype"), url("maven-pro-v31-latin-500.woff2") format("woff2"), url("maven-pro-v31-latin-500.woff") format("woff"), url("maven-pro-v31-latin-500.ttf") format("truetype"), url("maven-pro-v31-latin-500.svg#MavenPro") format("svg"); /* Legacy iOS */
}
/* maven-pro-600 - latin */
@font-face {
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 600;
  src: url("maven-pro-v31-latin-600.eot"); /* IE9 Compat Modes */
  src: local(""), url("maven-pro-v31-latin-600.eot?#iefix") format("embedded-opentype"), url("maven-pro-v31-latin-600.woff2") format("woff2"), url("maven-pro-v31-latin-600.woff") format("woff"), url("maven-pro-v31-latin-600.ttf") format("truetype"), url("maven-pro-v31-latin-600.svg#MavenPro") format("svg"); /* Legacy iOS */
}
/* maven-pro-700 - latin */
@font-face {
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 700;
  src: url("maven-pro-v31-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("maven-pro-v31-latin-700.eot?#iefix") format("embedded-opentype"), url("maven-pro-v31-latin-700.woff2") format("woff2"), url("maven-pro-v31-latin-700.woff") format("woff"), url("maven-pro-v31-latin-700.ttf") format("truetype"), url("maven-pro-v31-latin-700.svg#MavenPro") format("svg"); /* Legacy iOS */
}
/* maven-pro-800 - latin */
@font-face {
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 800;
  src: url("maven-pro-v31-latin-800.eot"); /* IE9 Compat Modes */
  src: local(""), url("maven-pro-v31-latin-800.eot?#iefix") format("embedded-opentype"), url("maven-pro-v31-latin-800.woff2") format("woff2"), url("maven-pro-v31-latin-800.woff") format("woff"), url("maven-pro-v31-latin-800.ttf") format("truetype"), url("maven-pro-v31-latin-800.svg#MavenPro") format("svg"); /* Legacy iOS */
}
/* maven-pro-900 - latin */
@font-face {
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 900;
  src: url("maven-pro-v31-latin-900.eot"); /* IE9 Compat Modes */
  src: local(""), url("maven-pro-v31-latin-900.eot?#iefix") format("embedded-opentype"), url("maven-pro-v31-latin-900.woff2") format("woff2"), url("maven-pro-v31-latin-900.woff") format("woff"), url("maven-pro-v31-latin-900.ttf") format("truetype"), url("maven-pro-v31-latin-900.svg#MavenPro") format("svg"); /* Legacy iOS */
}
body {
  font-family: "Maven Pro", "Helvetica", "Arial", sans-serif;
  color: #333;
  font-size: 20px;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Maven Pro", "Helvetica", "Arial", sans-serif;
  color: #333;
  margin-bottom: 1em;
}

h1 {
  font-size: 1.75em;
}

h2 {
  font-size: 1.3em;
}

h3 {
  font-size: 1.1em;
}

h4, h5, h6 {
  font-size: 1em;
}

p {
  margin-bottom: 1.5em;
}

a {
  color: #A0AB2F;
  text-decoration: underline;
}
a:hover {
  color: rgb(141.2844036697, 150.997706422, 41.502293578);
}

.nav a {
  text-decoration: none;
}

.img-fluid {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.bg-signature {
  position: relative;
  z-index: 1;
}
.bg-signature:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url("otto-hahn-unterschrift-bg.svg") no-repeat center center;
  background-size: contain;
}

.bg-grey {
  background-color: #F2F2EB;
}

.btn {
  padding: 0.5rem 1.5rem;
  text-decoration: none;
  text-transform: uppercase;
}
.btn.btn-default {
  border-color: #333;
  background-color: #333;
}
.btn.btn-default:hover {
  border-color: rgb(38.25, 38.25, 38.25);
  background-color: rgb(38.25, 38.25, 38.25);
}
.btn.btn-primary {
  border-color: #A0AB2F;
  background-color: #A0AB2F;
}
.btn.btn-primary:hover {
  border-color: rgb(141.2844036697, 150.997706422, 41.502293578);
  background-color: rgb(141.2844036697, 150.997706422, 41.502293578);
}
.btn.btn-secondary {
  border-color: #720E3A;
  background-color: #720E3A;
}
.btn.btn-secondary:hover {
  border-color: rgb(91.2890625, 11.2109375, 46.4453125);
  background-color: rgb(91.2890625, 11.2109375, 46.4453125);
}

.teasers-small .teaser .card .card-img-top {
  margin-bottom: 1em;
}
.teasers-small .teaser .card .card-title {
  margin-bottom: 0;
  font-size: 16px;
}
.teasers-small .teaser .card .card-title a {
  color: #333;
  text-decoration: none;
}
.teasers-small .teaser .card .card-title a:hover {
  color: #A0AB2F;
}

.teasers-big .teaser p:last-child {
  margin-bottom: 0;
}

.vita ul {
  list-style: none;
  padding-left: 6px;
}
.vita ul li {
  position: relative;
  margin: 0;
  padding-bottom: 1em;
  padding-left: 25px;
}
.vita ul li:not(:last-child):before {
  content: "";
  width: 2px;
  height: 100%;
  background: #A0AB2F;
  position: absolute;
  left: 1px;
  top: 15px;
}
.vita ul li:after {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #720E3A;
  position: absolute;
  left: -4px;
  top: 15px;
  transform: translateY(-50%);
}

.header-custom {
  border-top: 5px solid #720E3A;
  border-bottom: 5px solid #720E3A;
  min-height: 100px;
  background-color: #ddd;
}
@media (min-width: 992px) {
  .header-custom {
    border-top: 8px solid #720E3A;
    border-bottom: 8px solid #720E3A;
    min-height: 220px;
  }
}
.header-custom.header-bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 1600px) {
  .header-custom.header-bg-image {
    background-size: auto;
  }
}
.header-custom .navbar-wrapper {
  background-color: #fff;
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.35);
  border: 0;
}
@media (min-width: 992px) {
  .header-custom .navbar-wrapper {
    box-shadow: 0 0 0 9px rgba(255, 255, 255, 0.35);
    border: 0;
  }
}
.header-custom .navbar {
  position: relative;
  background-color: #fff;
  padding: 0.25rem 1rem;
}
@media (min-width: 992px) {
  .header-custom .navbar {
    padding: 0.5rem 1rem;
  }
}
@media (min-width: 1600px) {
  .header-custom .navbar {
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }
}
.header-custom .navbar .navbar-toggler {
  margin-top: -4px;
  padding-left: 0;
  padding-right: 0;
  border: none;
  background: transparent !important;
}
.header-custom .navbar .navbar-toggler .icon-bar {
  width: 22px;
  height: 3px;
  background-color: #A0AB2F;
  display: block;
  transition: all 0.2s;
  margin-top: 4px;
}
.header-custom .navbar .navbar-toggler .top-bar {
  transform: rotate(-45deg);
  transform-origin: 95%;
}
.header-custom .navbar .navbar-toggler .middle-bar {
  opacity: 0;
}
.header-custom .navbar .navbar-toggler .bottom-bar {
  transform: rotate(45deg);
  transform-origin: 95%;
}
.header-custom .navbar .navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
.header-custom .navbar .navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
.header-custom .navbar .navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}
.header-custom .navbar .nav .nav-item {
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .header-custom .navbar .nav .nav-item {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .header-custom .navbar .nav .nav-item {
    font-size: 22px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.header-custom .navbar .nav .nav-item .nav-link {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  color: #333;
}
@media (min-width: 1200px) {
  .header-custom .navbar .nav .nav-item .nav-link {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.header-custom .navbar .nav .nav-item .nav-link:hover {
  color: rgb(141.2844036697, 150.997706422, 41.502293578);
}
.header-custom .navbar .nav .nav-item.active {
  color: #A0AB2F;
}
.header-custom .navbar .nav .nav-item.active .nav-link {
  color: inherit;
}
.header-custom .navbar .nav .nav-item.active .nav-link:hover {
  color: rgb(141.2844036697, 150.997706422, 41.502293578);
}
.header-custom .navbar-brand {
  padding: 0;
}
.header-custom .logo .logo-image {
  display: inline-block;
  height: 75px;
  width: 75px;
  position: absolute;
  border: 3px solid rgba(160, 160, 160, 0.35);
  border-radius: 75px;
  top: -10px;
}
@media (min-width: 992px) {
  .header-custom .logo .logo-image {
    display: inline-block;
    height: 125px;
    width: 125px;
    margin-top: 4px;
    position: absolute;
    border-radius: 125px;
    top: -25px;
  }
}
@media (min-width: 1200px) {
  .header-custom .logo .logo-image {
    display: inline-block;
    height: 150px;
    width: 150px;
    margin-top: 4px;
    position: absolute;
    border-radius: 150px;
    top: -35px;
  }
}
.header-custom .logo .logo-title {
  display: inline-block;
  margin-top: -15px;
  margin-bottom: -15px;
  width: 160px;
  height: 70px;
  margin-left: 90px;
  background-image: url("otto-hahn-unterschrift.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 992px) {
  .header-custom .logo .logo-title {
    margin-top: -15px;
    margin-bottom: -15px;
    margin-left: 140px;
    width: 195px;
    height: 85px;
  }
}
@media (min-width: 1200px) {
  .header-custom .logo .logo-title {
    margin-left: 170px;
    width: 230px;
    height: 100px;
  }
}
.header-custom .logo .logo-title .name {
  display: block;
  font-size: 32px;
  font-weight: 500;
  color: #333;
  line-height: 1;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .header-custom .logo .logo-title .name {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .header-custom .logo .logo-title .name {
    font-size: 48px;
  }
}
.header-custom .logo .logo-title .subtitle {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 1;
}
@media (min-width: 992px) {
  .header-custom .logo .logo-title .subtitle {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .header-custom .logo .logo-title .subtitle {
    font-size: 24px;
  }
}
.header-custom #quickSearchForm {
  display: none;
}
@media (min-width: 992px) {
  .header-custom #quickSearchForm {
    display: block;
  }
}
.header-custom #quickSearchMobile {
  display: block;
  position: absolute;
  top: 4px;
  right: 50px;
  padding: 0.5rem;
  cursor: pointer;
  font-size: 20px;
  color: #333;
}
@media (min-width: 992px) {
  .header-custom #quickSearchMobile {
    display: none;
  }
}
.header-custom .quicksearch {
  position: relative;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  width: 100%;
  max-width: 300px;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .header-custom .quicksearch {
    position: relative;
    width: 160px;
    margin-top: 0;
    margin-left: 15px;
    margin-right: 0;
  }
}
.header-custom .quicksearch input {
  position: absolute;
  top: 1px;
  right: 0;
  width: 100%;
  z-index: 1;
  background-color: #eee;
  height: auto;
  padding: 0.75rem 45px 0.75rem 1rem;
  border: 0;
  text-overflow: ellipsis;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  transition: all 0.3s;
}
.header-custom .quicksearch input:focus {
  box-shadow: 0 0 0 0.2rem #720E3A;
}
@media (min-width: 992px) {
  .header-custom .quicksearch input:focus {
    width: 500px;
  }
}
.header-custom .quicksearch button {
  position: relative;
  float: right;
  margin-top: -3px;
  z-index: 2;
  font-size: 20px;
}
.header-custom .quicksearch button:hover {
  color: #A0AB2F;
}

body.bd-wiki-home .header-bg-image {
  background-color: #131313;
  background-image: url("otto-hahn-header-01.jpg");
}
body.bd-wiki-biografie .header-bg-image {
  background-color: #131313;
  background-image: url("otto-hahn-header-02.jpg");
}
body.bd-wiki-nachlass .header-bg-image {
  background-color: #131313;
  background-image: url("otto-hahn-header-03.jpg");
}
body.bd-wiki-das-projekt .header-bg-image {
  background-color: #131313;
  background-image: url("otto-hahn-header-04.jpg");
}
body.bd-wiki-home .header-bg-image, body.bd-wiki-biografie .header-bg-image, body.bd-wiki-nachlass .header-bg-image, body.bd-wiki-das-projekt .header-bg-image {
  min-height: 350px;
  max-height: 700px;
}
@media (min-width: 768px) {
  body.bd-wiki-home .header-bg-image, body.bd-wiki-biografie .header-bg-image, body.bd-wiki-nachlass .header-bg-image, body.bd-wiki-das-projekt .header-bg-image {
    min-height: 400px;
  }
}
@media (min-width: 992px) {
  body.bd-wiki-home .header-bg-image, body.bd-wiki-biografie .header-bg-image, body.bd-wiki-nachlass .header-bg-image, body.bd-wiki-das-projekt .header-bg-image {
    min-height: 500px;
  }
}
@media (min-width: 1200px) {
  body.bd-wiki-home .header-bg-image, body.bd-wiki-biografie .header-bg-image, body.bd-wiki-nachlass .header-bg-image, body.bd-wiki-das-projekt .header-bg-image {
    min-height: 600px;
  }
}
@media (min-width: 1600px) {
  body.bd-wiki-home .header-bg-image, body.bd-wiki-biografie .header-bg-image, body.bd-wiki-nachlass .header-bg-image, body.bd-wiki-das-projekt .header-bg-image {
    min-height: 700px;
  }
}

.footer-content {
  background-color: #333;
  color: white;
  border-bottom: 35px solid #720E3A;
}
.footer-content .footer-top {
  background-color: #A0AB2F;
  color: white;
}
.footer-content .footer-top #to-top a {
  display: inline-block;
  height: 50px;
  width: 50px;
  margin-top: 15px;
  text-align: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
  color: #A0AB2F;
  line-height: 48px;
  z-index: 2;
}
@media (min-width: 576px) {
  .footer-content .footer-top #to-top a {
    margin-top: -10px;
    float: right;
  }
}
.footer-content .footer-bottom {
  color: white;
}
.footer-content .footer-bottom a {
  font-size: 90%;
  color: white;
}

.colleft, .colmain, .colright, .leftcol, .maincol, .rightcol {
  padding-top: 0;
  padding-bottom: 0;
}

.colmain, .maincol {
  padding-left: 15px;
  padding-right: 15px;
}

#footer, #bottomParts {
  background-color: #333;
  border: 0;
  padding: 0;
}

#footerContent {
  display: none;
}

.vls-list {
  margin-top: 1em;
  margin-bottom: 1em;
}
.vls-list li {
  margin-top: 0;
  padding-bottom: 1em;
  border-top: 1px solid #ddd !important;
}
.vls-list li:last-child {
  border-bottom: 1px solid #ddd !important;
}
.vls-list li.odd {
  background-color: #f3f3f3 !important;
}
.vls-list .thumb a {
  color: #aaa;
  font-size: 0.75em;
  text-align: center;
  text-decoration: none;
}
.vls-list img {
  display: block;
  width: 92px;
  min-width: 92px;
  max-width: 92px;
  min-height: 122px;
  height: auto;
  border: 1px solid #bbb;
}
.vls-list img.transparency {
  background-color: transparent;
}
.vls-list .noImageSupplied-transparency {
  background-color: #ccc !important;
}
.vls-list .miniTitleinfo h3 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 1.1em;
}
.vls-list .miniTitleinfo h3 a.title {
  font-size: inherit;
}
.vls-list .miniTitleinfo .origin {
  font-size: 0.85em;
}

#defaultTop {
  display: block !important;
}

#mobileTop {
  display: none !important;
}

@media only screen and (max-width: 575px) {
  body {
    font-size: 14px !important;
  }
}

/*# sourceMappingURL=styles.css.map */
