@font-face {
	font-family: 'sirinstencilregular';
	src: url('../typsnitt/SirinStencil-Regular.woff2') format('woff2'),
	url('../typsnitt/SirinStencil-Regular.woff') format('woff'),
	url('../typsnitt/SirinStencil-Regular.ttf') format('ttf');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: Rubik;
	src: url(../typsnitt/Rubik-VariableFont_wght.ttf);
}

@font-face {
	font-family: BebasNeue;
	src: url(../typsnitt/BebasNeue-Regular.ttf);
	font-weight: 600;
}

body {
	margin: 0;
	overflow-x: hidden; /* Prevent horizontal scrollbar in wide viewports */
}

.blockcontainer {
	width: 100%;
	display: table;
	vertical-align: top;
}

.col_mid {
	display: table-cell;
	width: 1300px;
}

.col_flank {
	display: table-cell;
	white-space: nowrap;
}

.toppmeddelande {
	height: 40px;
	background: #ff0000;
	color: #ffffff;
	padding: 30px;
	text-align: center;
	font-size: 16pt;
}

.dropdown-toggle::after { 
	content: none; 
} 

.redigeringsknapp { 
	background-color: #04AA6D; /* Green */
	border: none;
	color: white;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
	padding: 12px 28px;
	width: 100%;
} 