html {
  --lumo-border-radius: 0.75em;
  --lumo-primary-text-color: rgb(73, 168, 168);
  --lumo-primary-color-50pct: rgba(73, 168, 168, 0.5);
  --lumo-primary-color-10pct: rgba(73, 168, 168, 0.1);
  --lumo-primary-color: #49a8a8;
}

.loginFormHintergrund{
  	  		background-color: white;
  }
  
.logoImage {
   	 	/*background: url("./images/logo-transparent.png");*/
   	 	background-image: url("./images/Logo.png");
   	 	background-size: 281px 139px;
    		/* Full height */
  		/*height: 100%;
  		//width: 220px; 
    		/* Center and scale the image nicely */
  		background-position: center;
  		background-repeat: no-repeat;
  		/*background-size: cover;
  		//background-color: var(--my-custom-color1);*/
}

.backgroundimage {
   	 	/*background: url("./images/NinaFelixHochzeitsreportageMaxLewe.jpg");*/
   	 	/*Es müsste auch mit frontend in der url gehen, s. Video:
   	 	https://www.youtube.com/watch?v=FioYrop8yl4 bei 19 min */
   	 	background-image: url("./images/alpenSee.jpg");
    		/* Full height */
  		height: 100%; 
    		/* Center and scale the image nicely */
  		background-position: center;
  		background-repeat: no-repeat;
  		background-size: cover;
  		/*background-color: var(--my-custom-color1);*/
}