#newsletter-popup-wrapper {
  display: none;
}
#newsletter-popup-wrapper {
  padding-left: 150px;
  background: url(../images/newsletter-icon.png) no-repeat;
  margin-bottom: 20px;
}
/*.fancybox-skin-newsletter {
  background-image: url(../images/newsletter-top.png);
  background-repeat: repeat-x;
  background-position: top center;
}*/
#newsletter-popup-wrapper .form-item-mail {
  float: left;
  box-shadow: 0px 6px 0px #DADADA;
}

.node-full .article--footer .view-related-articles.view-display-id-panel_pane_2 a:before {
  content: none;
}
.node-full .article--footer .view-related-articles.view-display-id-panel_pane_2 .related {
  float: left;
  width: 33%;
  padding-right: 10px;
}
.node-full .article--footer .view-related-articles.view-display-id-panel_pane_2 .related a img {
  width: 100%;
}

#footer-donate-wrapper {
  margin-top: 30px;
  margin-bottom: 40px;
  text-align: center;
}
#footer-donate-wrapper a:before {
  content: none;
}
#footer-donate-wrapper .box-pink,
#footer-donate-wrapper .box-lightgreen {
  margin-right: 10px;
  display: inline-block;
  background-color: transparent;
}

.node-full .article--footer .pane-node-field-files {
  width: 100%;
}

.item-rating-form input[type=text] {
  width: 200px;
}
.item-rating-form {
  margin-top: 50px;
}

.node-full.node-recipe .pane-custom.print a.print-button {
  display: inline;
  margin-left: 10px;
}
.node-full.node-recipe .pane-custom.print {
  margin-top: 20px;
}

#masonry .node-recipe.highlight a {
  color: #FFF;
}
#masonry .node-recipe.highlight a:hover {
  color: #f45456;
}

.node--protestieren--listing-teaser .field--name-body .field__item h2 {
  display: none;
}
.node--protestieren--listing-teaser h2.node__title {
  font-size: 38px;
  line-height: 47.5px;
}

.view-searchindex .pager__item {
  display: inline-block;
  padding: .3em;
}

.node-recipe .pane-node-recipe-ingredient h2 {
  margin-top: 0;
}

/* V-Label Marken-Logos style */
.marken-logos img {
	max-width: 100px;
	padding: 8px;
	margin: 2px;
	border: 1px solid #ddd;
	box-sizing: content-box;
}
.marken-logos a.neu img {
  border-color: red;
}
.marken-logos a.neu::after {
  content: "NEU";
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  z-index: 2;
  right: -1px;
  top: -2px;
  color: white;
  padding: 3px 5px;
  background-color: red;
  border-radius: 3px;
}
.marken-logos a {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
}

.marken-instagram {
	padding: 1.42857em;
	max-width: 500px;
	margin: 30px auto;
}
.marken-instagram img {
	max-width: 120px;
	display: block;
	margin: 0 auto;
}
.marken-instagram a.button {
	min-width: 180px;
}

@media (min-width: 380px) {
	.marken-instagram img {
		float: left;
		margin-left: 0;
		margin-right: 20px;
	}
	.marken-instagram a.button {
		display: inline-block;
		margin-left: 10px;
		margin-right: 10px;
	}
}

.mehr-infos-grid-container a.button {
	width: 20em;
	max-width: 100%;
}
.mehr-infos-grid-container h2 {
	text-align: center;
	border-bottom: 1px solid #ddd;
}

a.button.dezent {
	background-color: transparent;
	border: 2px solid #8cbd4c;
	color: #8cbd4c;
}

@media (min-width: 1200px) {
	.mehr-infos-grid-container {
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 60px;
	}
}