/* Remove "Beiträge" title from homepage */
header.page-header {
    display: none;
}

/*

*/

p.violett {
  color: #5c3380;
}

/*--------------------------------------------------------------
Hinzugefuegt von Fabienne fuer die Eltern-Soli Seite
--------------------------------------------------------------*/

h4.eltern {
	font-weight: 600;
	text-decoration: underline;
}

p.eltern {
	font-weight: 800;
	color: #5c3380;
}

li.eltern {
	margin-left: 5%;
	margin-bottom: 0.5rem;
}


/* Remove author from blog entries
--------------------------------------------------------------*/
.entry-meta {
  display:none !important;
}

/*Mel*/
body {
font-family: "Poppins","Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif
}

img.custom-logo{
border-radius: 45px}
.back-to-top-footer a{
color: black!important;}

body.page-template-template-full-width #content #primary {
	max-width: 100%;
}

body.page-template-template-full-width #content #primary .entry-header,
body.page-template-template-full-width #content #primary .entry-content {
    float: none;
    width: 100%;
}

body.page-template-template-full-width #content #primary .entry-header {
    margin-bottom: 4em;
}


body.page-template-template-full-width .site-content-contain .wrap {
max-width: 100%;
width: 100%!important;
}