@font-face {
  font-family: 'bernard_mt_condensedregular';
  src: url('bernard_mt_condensed_regular-webfont.woff2') format('woff2'),
       url('bernard_mt_condensed_regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body{
    font-family: 'bernard_mt_condensedregular', Georgia, serif;
    color: #065692 !important;
}
.navbar .navbar-section{
    text-transform: uppercase;

}
img {
  max-width: 250px;
  max-height: 250px;
}

h1, h2, h3, h4, h5, h6 {
  margin-left: 2%;
  margin-right: 2%;
}
p {
  margin: 0 2%;
  /**font-family: Arial, Helvetica, sans-serif;**/
  text-indent: 35px;

}
.fancybox-caption__body {
 /** font-family: Arial, Helvetica, sans-serif;**/
}
#header {
  width: 100%;
  height: 4rem;
  border-bottom: 0px solid rgba(172,179,194,.2);
  background: #fff;
  font-size: 0.9rem;
  font-weight: 100;
  color: #065692;
}
.three.columns {
  text-align: center;
}
.three.columns.img {
  display: inline-block;
}
.columns {
  justify-content: center; /* Horizontale Zentrierung */
  align-items: center; /* Vertikale Zentrierung */
}
.langswitcher {
    display: none;
}
.mobile-logo {
    font-size: 1.4rem;
    font-weight: 200;
    text-decoration: none;
    margin: 1rem 1rem 0 1.3rem;
    text-transform: uppercase;
}
.overlay {
background: #fff;
}
.treemenu li {
background: none;
}
a:visited {
color: #065692; 
}
a:link {
color: #065692;
}
.treemenu li a {
color: #065692;
    font-weight: 300;
    text-transform: uppercase;
}

.treemenu li a.active, .treemenu li a:focus, .treemenu li a:hover {
    color: #065692!important;
    text-decoration: underline;
}
.mobile-menu .button_container.active .bottom {
transform: translateY(-8px) translateX(0) rotate(-45deg);
background: #065692;
}
.mobile-menu .button_container.active .top {
transform: translateY(8px) translateX(0) rotate(45deg);
background: #065692;
}
.navbar .navbar-brand {
font-size: 1.4rem;
text-decoration: none;
font-weight: 200;
}
.mobile-menu .button_container span {
height: 2px;
}
#footer {
padding: 1rem;
font-weight: 200;
font-size: 0.7rem;
}
.fancybox-bg {
    background: #ffffff;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function:cubic-bezier(.47, 0, .74, .71)
}
.navbar {
    margin: 0 2%
}
.navbar-section.logo  {
    max-width: 300px;
}
.fancybox-caption__body{
    font-weight: 200;
}
.fancybox-caption__body b {
    font-weight: 400;
}
.content-title {
  display: none;
}