@font-face{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/roboto-v20-latin-500.eot'); /* IE9 Compat Modes */
	src: local('Roboto Medium'), local('Roboto-Medium'), url('../fonts/roboto-v20-latin-500.woff2') format('woff2'), /* Super Modern Browsers */  url('../fonts/roboto-v20-latin-500.woff') format('woff'), /* Modern Browsers */  url('../fonts/roboto-v20-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */  url('../fonts/roboto-v20-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}
:root {
	--color-background: rgb(238, 237, 221);
	--color-border: #bbb
}
.k-headline {
	font-family:"Roboto"
}
.k-tabs {
	background-color: rgb(207, 206, 160);
}

.k-header::before {
	float: right;
	content: '';
	margin-top: 0;
	margin-left: 40px;
	width: 150px;
	height: 69px;
	background-image: url('../images/tci-logo.png');
	background-repeat: no-repeat;
	background-size: contain;
	clear: right;
}