@charset "utf-8";
		/* Body / style */
		body {
		/*background-color: #F5F7FA;*/
		background-image: url(../img/bg.jpg);
		color: white;
		}
	
		/* unvisited link */
		a:link {
		color: #06B6D4;
		background-color: white;
		text-decoration: none;
		padding: 10px 25px 10px 25px;
		font-family: "Inter", sans-serif;
		border: 1px solid black;
		border-radius: 10px;
		}
		
		a:visited {
		color: #06B6D4;
		}
	
		/* mouse over link */
		a:hover {
		color: white;
		background-color: black;
		text-decoration: none;
		font-family: "Inter", sans-serif;
		border: 2px dashed white;
		}		
	
		/* selected link */
		a:active {
		text-decoration: none;
		font-family: "Inter", sans-serif;
		}
		
		.active {
		background-color: #e9e9e9;
		}

		/* -- Text -- */
		.tecken1 {
		font-family: "Inter", sans-serif;
		font-optical-sizing: auto;
		font-weight: 350;
		font-style: normal;
		}
		.tecken2 {
		font-family: "Inter", sans-serif;
		font-optical-sizing: auto;
		font-weight: 800;
		font-style: normal;
		}
		.tecken3 {
		font-family: "Inter", sans-serif;
		font-optical-sizing: auto;
		font-weight: 650;
		font-style: normal;
		}
		
		#sylt {
				font-style: italic;
				font-weight: 800;
		}
		
		#syltfot {
				font-style: impact;
				font-size: 20px;
				font-style: bolder;
		}
		
		.boxen {
				text-align: 50%;
				width: 100%;
				border: 2px dashed black;
				background-color: #636363;
				padding: 16px;
				margin: auto;
		}
		
		.nav {
				text-align: 50%;
				width: 100%;
				border: 1px solid black;
				background-color: black;
				padding: 16px;
				margin: auto;
		}