/* ### HEADLINES ### STANDARD ###*/
	h1{
		font-family:"Red Hat Display", Arial, sans-serif;
		font-size:3.2rem;
		font-weight:bold;
		color:rgb(174, 19, 22);
		line-height: 1;
		padding-bottom: 1rem;
	}
		
		h2{
			font-family:"Red Hat Display", Arial, sans-serif;
			font-size:2.5rem;
			font-weight:bold;
			color:rgb(174, 19, 22);
			line-height: 1;
            padding-bottom: 1rem;
		}
			
			h3{
				font-family:"Red Hat Display", Arial, sans-serif;
				font-size:2rem;
				font-weight:bold;
				color:rgb(174, 19, 22);
			}
				
				h4{
					font-family:"Red Hat Display", Arial, sans-serif;
					font-size:1.5rem;
					font-weight:normal;
					color:rgb(174, 19, 22);
				}
					
					h5{
						font-family:"Red Hat Display", Arial, sans-serif;
						font-size:1.35rem;
						font-weight:bold;
						color:rgb(174, 19, 22);
					}
						
						h6{
							font-family:"Red Hat Display", Arial, sans-serif;
							font-size:1.25rem;
							font-weight:bold;
							color:rgb(174, 19, 22);
						}
						
		/* ### HEADLINES ### NEWSSEITE ### */
		.neuigkeiten h2,
		.news-rand h3 {
			font-size:1.5rem;
			color:rgb(0, 0, 0);
		}
		
		/* ### HEADLINES ### VERANSTALTUNGEN ### */
		.veranstaltungen h2{
			font-size:1.25rem;
			line-height:1.25;
			color:rgb(0, 0, 0);
		}
		
		/* ### HEADLINES ### STELLENANGEBOTE ### */
		.jobs-wrapper h2{
			font-size:1.5rem;
			color:rgb(0, 0, 0);
		}
		
		.layout_full.jobs h1{
			padding:0;
		}
		
		/* ### HEADLINES ### FOOTER ### */
		footer h3{
			font-size:2rem;
			color:rgb(40,53,100);
		}
		
	@media (max-width: 576px) /* Mobile */ {
		h1{
			font-size:2.25rem;
		}
			
			h2{
				font-size:2rem;
			}
				
				h3{
					font-size:1.75rem;
				}
					
					h4{
						font-size:1.5rem;
					}
	}