/** Layout-CSS for Evang-Wien **/
body.page-node-type-aktuelles,
body.page-node-type-epd-news {
	
	.node__content {
		font-size: 24px;
		line-height: 29px;
		color: #707070;
		
		strong {
			color: #9f2aa4;
		}
	}
}


body.page-node-type-projekt,
body.page-node-type-standard-seite {
	
	#block-evangwien-page-title {
		margin-left: 0;
	}
	
	.layout-content {
		padding-bottom: 3.125rem;
	}
	
	article.node--type-projekt.node--view-mode-full,
	article.node--type-standard-seite.node--view-mode-full	{
		color: #707070;
		font-size: 1.125rem;
		
		@media (min-width: 992px) {
			font-size: 1.5rem;
		}
	
		.layout--twocol-section--75-25 {
			width: 100%;
			
			@media (min-width: 992px) {
				flex-wrap: nowrap;
			}
			
			.layout__region--first {
				@media (min-width: 992px) {
					width: 63.75vw;
					margin-right: 18px;
				}
				
				strong {
					color: #9f2aa4;
				}
				
				.field--name-field-projekt-inhalte > .field__item:not(:last-child) {
					margin-bottom: 14px;
					padding-bottom: 10px;
				}
				
				.paragraph--type--inhalt-bild {
					.field--name-field-inhalt-bild:has(> :last-child:nth-child(1)) { /* 1 element */
						img {
							width: 100%;
							
							@media (min-width: 992px) {
								width: 63.75vw;
							}
							
							height: auto;
						}
					}

					.field--name-field-inhalt-bild:has(> :last-child:nth-child(2)) { /* 2 elements */
						img {
							width: 100%;
							
							@media (min-width: 992px) {
								width: 31vw;
							}
							
							height: auto;
						}
					}
					
					.field--name-field-inhalt-bild-bu {
						font-size: 1.125rem;
						line-height: 1.5rem;
						color: #707070;
						text-align: right;
						margin-right: 1.5rem;
					}
				}
				
				.paragraph--type--inhalt-text {
					.field--name-field-inhalt-text-ueberschrift {
						margin-top: 3rem;
						font-size: 1.875rem;
						font-weight: bold;
						line-height: 1.813rem;
						color: #9f2aa4;
					}
				}
			}
			
			.layout__region--second {
				@media (min-width: 992px) and (max-width: 1920px) {
					width: 20.26vw;
				}
				
				@media (min-width: 1920px) {
					width: 20.26vw;
					margin-right: 7%;
				}
				
				padding: 1.875rem 1.313rem 0 1.813rem;
				background-color: #FFF2B4;
				color: #000;
				font-size: 1.125rem;
				line-height: 1.5rem;
				
				a {
					color: #9f2aa4;
					word-break: break-word;
				}
			}
		}
	}
	
	article.node--type-standard-seite.node--view-mode-full {
		strong {
			color: #9f2aa4;
		}
		
		.field--name-field-seite-inhalte {
			> .field__item:not(:last-child) {
				margin-top: 1.8rem;
				margin-bottom: 1.8rem;
			}
		}
		
		.field--name-field-inhalt-text {
			strong {
				color: #9f2aa4;
			}
		}
		
		.field--name-field-inhalt-text-ueberschrift {
			color: #9f2aa4;
			font-weight: bold;
			font-size: 30px;
			line-height: 29px;
		}
		
		.paragraph--type--inhalt-bild {
			.field--name-field-inhalt-bild-ueberschrift {
				margin-bottom: 2rem;
			}
			
			.field--name-field-inhalt-bild:has(> :last-child:nth-child(1)) { /* 1 element */
			  img {
				  width: 84vw;
				  height: auto;
			  }
			}

			.field--name-field-inhalt-bild:has(> :last-child:nth-child(2)) { /* 2 elements */
				img {
				  width: 44vw;
				  height: auto;
				}
			}
			
			.field--name-field-inhalt-bild-bu {
				font-size: 18px;
				line-height: 23px;
				letter-spacing: 0;
				color: #707070;
				text-align: right;
				margin-right: 24px;
			}
		}
	}
}

/** epd-News **/
body.page-node-type-epd-news {
	.layout-content {
		padding-bottom: 3.125rem;
	}
	
	.node--type-epd-news {
		color: #707070;
		
		strong {
			color: #9f2aa4;
		}
	}
}