/*Astra Sticky header*/
.site-header{
	position: fixed;
	top: 40;
	width: 100%;
}
.site-content{
	padding-top: 80px;
}
@media (max-width: 800px;)
{
	.site-content{
		padding-top: 175px;
	}
}
@media (max-width: 650px;)
{
	.site-content{
		padding-top: 200px;
	}
}
/*Ende Astra Sticky header*/
/*Title*/
.ast-site-identity .site-title a {
  color: #243b64;
	text-decoration:underline;
}
.site-header .site-description {
  text-align:right
}
/*blue*/
.psg_white {
	color: #fff;
	h1 {color: #fff;}
	h2 {color: #fff;}
	h3 {color: #fff;}	
	a {color: #fff;}
}
/*Complianz*/
#cmplz-document, .editor-styles-wrapper .cmplz-unlinked-mode {
  max-width: 100%;}