/* Enter Your Custom CSS Here */

.site-title {
	display: none;
}

.site-description {
        padding: 140px 0 10px;
	font-weight: 500;
}

.navbar {
	background-color: #dddddd;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
        max-width: 1040px;
        width: 100%;
}

.site-footer {
  background: url("wp-content/uploads/2015/04/mpdl-doi-footer.png") repeat-x bottom right transparent;

} 

.site-footer .sidebar-container {
  background-color: transparent;
  padding: 40px 0;  
}

.site-info {
  background-color: #dddddd;
  max-height: 10;
  position: absolut;
  display: none;
}

a[target="_blank"] {
  padding-right: 8px;
  margin-right: 2px;
  background: url("wp-content/uploads/2015/04/arrow_ext_link.gif") scroll no-repeat center right transparent;
}

.entry-content {
  -moz-hyphens: none;
  word-wrap: none;
}

/* cforms customization */
ol.cf-ol li.textonly {
  text-align: left;
}
.cform input.sendbutton {
  background: none;
  background-color: #e6402a;
  text-shadow: none;
}
.cform input.sendbutton:hover {
  background: none;
  background-color: #E95441;
  text-shadow: none;
  border-color: #777777;
}
.cform input.sendbutton:active {
  padding: 5px 10px;
  border-top: 0 none;
  background: none;
  background-color: #e6402a;
  text-shadow: none;
}

/* MPDL tab at the bottom */
.menu-mpdl_homepage_banner-container {
  position: absolute;
  background-color: #e4e4e4;
  border-top-right-radius: 30px;
  box-shadow: 0 0 10px #808080;
  margin-left: 24px;
  height: 117px;
  width: 215px;
}
.menu-mpdl_homepage_banner-container a {
  background-image: url("https://www.mpdl.mpg.de/templates/mpdl/images/mpdl-logo@2x.png");
  margin-left: 14px;
  margin-top: 5px;
  background-repeat: no-repeat;
  background-size: 175px 48px;
  display: inline-block;
  height: 48px;
  width: 175px;
}