		@font-face{
			font-family:"TDC NET";
			font-weight:400;
			font-style:normal;
			src:url(/fonts/TDCNetCo-Regular.eot?#iefix) format("embedded-opentype"),url(/fonts/TDCNetCo-Regular.woff2) format("woff2"),url(/fonts/TDCNetCo-Regular.woff) format("woff");
			font-display:swap;
		}

		@font-face{
			font-family:"TDC NET Bold";
			font-style:normal;
			font-weight:500;
			src:url(/fonts/TDCNetCo-Bold.eot?#iefix) format("embedded-opentype"),url(/fonts/TDCNetCo-Bold.woff2) format("woff2"),url(/fonts/TDCNetCo-Bold.woff) format("woff");
			font-display:swap;
		}
		
		body{
			font-family:"TDC NET",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
			color: rgb(245,245,245);
			background-color:rgb(69,69,69);
			overflow: scroll;
		}

		.fc_logoblaa   { color: rgb( 55, 85,215);}
		.fc_natblaa    { color: rgb( 25, 40, 95);}
		.fc_havblaa    { color: rgb(115,160,225);}
		.fc_himmelblaa { color: rgb(190,215,245);}
		.fc_Jordbrun   { color: rgb( 80, 60, 60);}
		.fc_sand       { color: rgb(240,220,200);}
		.fc_teglroed   { color: rgb(210, 85, 85);}
		.fc_graesgroen { color: rgb( 90,170,120);}
		
		h1,h2{
			font-family:"TDC NET Bold",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
		}

		.flex-grid-login {
		  display: grid;
		  justify-content: center;
		  grid-template-columns: 300px;
		}
		
		.flex-grid-content {
			display: grid;
			justify-content: center;
			grid-template-columns: 800px;
		}

		.content{
			/* border: solid 1px white; */
		}
		
		button[type=submit]{
			background-color: rgb( 90,170,120); /* #04AA6D; */
			border: none;
			border-radius: 20px;
			color: white;
			padding: 16px 32px;
			text-decoration: none;
			margin: 4px 2px;
			cursor: pointer;
			font-weight:bold;
		}
		a{
			color: gold;
			text-decoration: none;			
		}
		
		.flex-grid-menu {
			display:block;
		}

		.menu-button{
			display: block;
			text-align : center;
			border: 2px solid rgb(96 139 168);
			border-radius: 5px;
			background-color: rgb(96 139 168 / 0.4);
			float:right;
			padding: 5px;
			margin: 5px;
			cursor:pointer;
		}
		
		.menu-headline{
			display: block;
			text-align: left;
			float: left;
			font-weight: bold;
			font-size: 150%;
			margin: 5px;
		}
		
