	html, body
	{
		height: 100%;
	}

	body
	{
 		display: grid;
		grid-gap: 100px;
 		justify-content: center;
		background: #E2D3D2;
		font-family: 'Fugaz One';
		font-size: 12pt;
		color: rgba(0,0,0,.6);
	}




/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#bild2
	{
 	width: 500px;
	height: 500px;
	display: grid;
	justify-content: center;
	overflow: hidden;
	text-align: middle;
	text-align: center;
	background: #008E89;
	border: 3px solid #89A6A1;
	border-radius: 2rem;
	box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.1);

	}

	#bild1
	{
 	width: 500px;
	height: 500px;
	display: grid;
	justify-content: center;
	overflow: hidden;
	text-align: middle;
	text-align: center;
	background: #008E89;
	border: 3px solid #660C2A;
	border-radius: 2rem;
	box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.1);

	}

	#bildzw
	{
 	width: 600px;
	height: 150px;
	display: grid;
	justify-content: center;
	overflow: hidden;
	text-align: middle;
	text-align: center;
	background: #E2D3D2;


	}

	/*@keyframes image-sepia {
  from {
  filter: sepia(0%);
  }

  to {
  filter: sepia(0%);
  }

	} /*

/*********************************************************************************/
/* Wrapper                                                                       */
/*********************************************************************************/


	.wrapper2
	{
		background: #008E89;
		border-radius: 15px;
		padding: 1em 50px 1em 50px;
	}

	.wrapper1
	{
		background: #D0848F;
		border-radius: 15px;
		padding: 1em 50px 1em 50px;
	}


/*********************************************************************************/
/* Welcome                                                                       */
/*********************************************************************************/



	#welcome2
	{
		overflow: hidden;
		background: #89A6A1;
		width: 300px;
		height: auto;
		padding: 1em 100px 1em 100px;
		text-align: center;
		border-radius: 15px;
		box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.1);

	}

	#welcome2 .textaud
	{
font-family: Fugaz One;
	text-decoration: none;
		font-size: .97em;
		font-weight: 100;
		text-align: center;
		line-height: 0.5;
		background: #89A6A1;
		outline: 10;
		color: #008E89;
		border-radius: 15px 15px 2px 2px;
		border: 3px solid #008E89;
		overflow: hidden;
	}

	#welcome1
	{
		overflow: hidden;
		background: #660C2A;
		width: 300px;
		height: auto;
		padding: 1em 100px 1em 100px;
		text-align: center;
		border-radius: 15px;
		box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.1);

	}

	#welcome1 .textaud
	{
font-family: Fugaz One;
	text-decoration: none;
		font-size: .97em;
		font-weight: 100;
		text-align: center;
		line-height: 0.5;
		background: #660C2A;
		outline: 10;
		color: #E2D3D2;
		border-radius: 15px 15px 2px 2px;
		border: 3px solid #D0848F;
		overflow: hidden;
	}
