/* -----------------------------
 *   Druckvorlage
 * ----------------------------- */

 html, body {
   position: relative;
   min-height: 100%;
 }

body {
   box-sizing: border-box;
   padding: 0;
   margin: 0;
   font-family: 'News Cycle', sans-serif;
   line-height: 130%;
   position: relative;
   padding-bottom: 70px;
}

#maincontent {
  margin-top: 50px;
}

.footer {
  display:none;
}

hr.project {
  border-top: 1px solid #f0f0f0;
  width:80%;
}

.headimg {
  display:none;
}
.printhead {
  opacity: 1;
  position: relative;
  height:100px;
}

h1, h2, h3, h4 {
   font-family: 'Anton', sans-serif;
}
h1.title {
  width: 100%;
  font-size: 22px;
  font-family: Anton,sans-serif;
  color: #000;
  opacity: 1;
  padding: 20px 0;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}

h2 {
   padding-top: 0.5em;
   margin-top: 0.5em;
   font-variant: small-caps;
   font-size: 36px;
}
.news h4 {
  padding-bottom: 6px;
  border-bottom: 1px solid #717173;
}

p {
  font-size: 22px;
  line-height: 150%;
}

a[href]:after {
    content: none !important;
  }

small {
  font-size: 16px;
}
strong {
  color:#000;
}

.author {
  font-variant: small-caps;
}

.pub {
  padding-left: 1.5em;
  text-indent:-1.5em;
}

.logoarea {
  position: absolute;
  top: 0;
  left: 40px;
  height: auto;
  min-height: 250px;
  width: 350px;
  background-color:white;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 1px 1px 3px #414141;
  -moz-box-shadow: 1px 1px 3px #414141;
  box-shadow: 1px 1px 3px #414141;
}
.logo_os, .logo_bfn {
  height: 50%;
  padding: 10px;
}
.logo_os img, .logo_bfn img {
  width: auto;
  max-width: 100%;
}
.logo_bfn {
  float:right;
}
.logo_bfn_txt {
  width: 40%;
  height: 130px;
  padding-top:40px;
  text-align: right;
  float:left;
}
.logo_bfn_img {
  width: auto;
  max-width: 50%;
  float:right;
}

.navi, .hamburger {
  display:none;
}


figure {
  position: relative;
  transition: all .3s ease;
  opacity: 1;
  transform: scale(1);
}

figcaption {
  margin-top: 10px;
  width: 100%;
}

.imgtitle {
  position: absolute;
  bottom: 0%;
  height: 125px;
  width: 100%;
  background-color: #fff;
  opacity: .75;
  padding: 10px;
}
figure:hover {
  transition: all .3s ease;
  opacity: 0.5;
  transform: scale(.99);
}
.imgtitle h3 {
  text-align: center;
  line-height: 150%;
}
