/*gesamte Darstellung*/
:root {

    --cassiopeia-color-primary: #8fcc27;
  	--cassiopeia-color-link: #8fcc27;
	--cassiopeia-color-hover: #000000;
}

/*Zentrierung
.grid-child{
  margin-left:20%;
}*/

/*Hintergrundbild*/
body {
	background-image: url("/images/hintergrund.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}


/*Sprachwahl*/
.container-topbar{
  text-align: right;
  padding-top:8px;
  padding-right: 3%;
  padding-bottom: 0px;
}

/* Titel nicht unterstrichen*/
.brand-logo{
  text-decoration:none;
}