/*definitions for node styles*/


.node__body {
  width: 620px;
  margin: 10px;
  background-color: #fff;
  float: left;
  padding: 18px 18px 8px;
}
@media all and (max-width: 760px) {
.node__body {
  width: 420px;
}
}
@media all and (max-width: 460px) {
.node__body {
  width: 300px;
}
}
.page__title-container {
  width: 620px;
  display: block;
  background-color: #fff;
  padding: 15px 20px;
  text-decoration: none;
  position: absolute;
  bottom: 70px;
  transition: all .2s ease-in-out; 
}
@media all and (max-width: 1120px) {
.page__title-container {
  bottom: 10px;
}
}
@media all and (max-width: 760px) {
.page__title-container {
  width: 420px;
}
.node-type-publication .page__title-container:before {
	content:"Veröffentlichung";
  font-family: Bitter, serif;
  position: absolute;
  top: -10px;
  left: 18px;
  background-color: #00fa82;
  font-size: 1em;
  font-weight: normal;
  padding: 2px 5px;
	margin:0;
	text-transform:uppercase;
}
}
@media all and (max-width: 460px) {
.page__title-container {
  width: 300px;
}
}
.node-landingpage__body .node-landingpage__body__text-block h4, .page__title-container h4 {
  font-family: Bitter, serif;
  position: absolute;
  top: -10px;
  background-color: #00fa82;
  font-size: 1em;
  font-weight: normal;
  padding: 2px 5px;
	margin:0;
  }
@media all and (max-width: 760px) {
.node-type-publication .page__title-container h4 {
  position: relative;
  top: auto;
  background-color: transparent;
  font-size: 1em;
  font-weight: normal;
  padding: 0;
	margin: .4em 0;
}
}

.node__main-content {
	width:640px;
	float:left;
}
@media all and (max-width: 760px) {
.node__main-content {
	width:440px;
}
}
@media all and (max-width: 460px) {
.node__main-content {
	width:320px;
}
}
.node__additional-content {
	width:320px;
	float:right;
}
@media all and (max-width: 1120px) {
.node__additional-content {
  width: 640px;
}
}
@media all and (max-width: 760px) {
.node__additional-content {
  width: 440px;
}
}
@media all and (max-width: 460px) {
.node__additional-content {
  width: 320px;
}
}
