@font-face {
font-family: 'metropolislight';
src: url('metropolis-light-webfont.woff2') format('woff2'),
url('metropolis-light-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'metropolislight_italic';
src: url('metropolis-lightitalic-webfont.woff2') format('woff2'),
url('metropolis-lightitalic-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'metropolismedium';
src: url('metropolis-medium-webfont.woff2') format('woff2'),
url('metropolis-medium-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'metropolismedium_italic';
src: url('metropolis-mediumitalic-webfont.woff2') format('woff2'),
url('metropolis-mediumitalic-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'metropolisregular';
src: url('metropolis-regular-webfont.woff2') format('woff2'),
url('metropolis-regular-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'metropolisitalic';
src: url('metropolis-regularitalic-webfont.woff2') format('woff2'),
url('metropolis-regularitalic-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'metropolissemi_bold';
src: url('metropolis-semibold-webfont.woff2') format('woff2'),
url('metropolis-semibold-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'metropolissemi_bold_italic';
src: url('metropolis-semibolditalic-webfont.woff2') format('woff2'),
url('metropolis-semibolditalic-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
	
@font-face {
font-family: 'metropolisbold';
src: url('metropolis-bold-webfont.woff2') format('woff2'),
url('metropolis-bold-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'metropolisextra_bold';
src: url('metropolis-extrabold-webfont.woff2') format('woff2'),
url('metropolis-extrabold-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'metropolisblack';
src: url('metropolis-black-webfont.woff2') format('woff2'),
url('metropolis-black-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}

div#mfPreviewBar {
	display:none;
}

.bg-light-green {
	background-color: #e4e9e1;
}

.bg-green {
	background-color: #f1f7cc;
}

.bg-grey {
	background-color: #ebeadd;
}

.bg-dark-green {
	background-color: #264239;
}

.bg-medium-green {
	background-color: #aabaaa;
}

.bg-medium-grey {
	background-color: #d8d7c3;
}

:root {
	--folkungaland-red: #c67d6d;
	--folkungaland-dark-green: #6d7540;
}

.menu-border-red {
	border-bottom: 10px solid var(--folkungaland-red);
}

.menu-border-green {
	border-bottom: 10px solid var(--folkungaland-dark-green);
}

body {
	margin:0;
	padding:0;
	min-width:320px;
	font-family: 'metropolislight' !important;
	font-weight:300 !important;
	font-size:16px !important;
	background:none #ffffff;
}

strong, b {
	font-family: 'metropolisbold' !important;
} 

p {
	margin:0.3em 0 0.6em 0;
}

h1, h2, h3, h4, h4 {
	margin:0;
	padding:0;
	color:#404040;
	line-height:1.3em;
}

h1 {
	font-size:2.4em;
	font-weight:900;
	letter-spacing:1px;
}

a {
	color:#000000;
}

a:hover {
	color:#666666;
}

a.download {
	/*background:url(../img/download.png) no-repeat 2px 4px;
	padding:0 0 0 23px;*/
	text-decoration:none;
}

a.lnk {
	/*background:url(../img/lnk.png) no-repeat 2px 4px;
	padding:0 0 0 23px;*/
	text-decoration:none;
}

a.lnk.current {
	opacity:0.6;
}

img {
	border:0;
}

ul, ol {
	margin:0 0 0 1.1em;
	padding:0;
}

div#container {
	width:100%;
	margin:10px auto;
	overflow:hidden;
	position:relative;
}

div#header {
	width:100%;
	height:auto;
	overflow:hidden;
	padding-top:2%;
}

div#header img#logo {
	max-width:100%;
	margin-top:2%;
}

.video {
  aspect-ratio: 16 / 9;
  width: 100%;
}

div#header img#moblogo {
	display:none;
}

.min-vh-40 {
	min-height: 30vh !important;
}

div#subheader {
	position:absolute;
	left:0;
	top:0;
	background:none rgba(255,255,255,0.8);
	padding:0.5% 2% 0.7% 2%;
	width:96%;
}

div#subheader.about {
	background: url(../img/bg.jpg) no-repeat left top transparent;
}

div#subheader.strategy {
	background: url(../img/bg.jpg) no-repeat left top transparent;
	background-size: contain;
	width: 100%;
}

div#subpage h1 {
	font-weight:300;
}

div#subheader img#logo {
	max-width:100%;
	margin-top:1%;
}


div.flag {
	float:right;
	clear:both;
	margin-right: 8px;
	margin-bottom: 10px;
}



div#subheader div.flag {
	clear: both;
  position: absolute;
  right: -30px;
  top: 5px;
  z-index: 10;
}

div#subheader div.flag img {
	width:24px;
}

a#mobile-menu {
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
    border-radius: 6px;
    color: #006f51;
    display: none;
    font-size: 1.6em;
    height: 24px;
    padding: 2px;
    text-decoration: none;
    z-index: 10;
}

div#menu ul {
	display: inline;
	list-style: outside none none;
	margin:0;
	padding:0;
	float:right;
	clear:both;
}

div#menu ul li {
	display: block;
  float: left;
  margin-left: 0.5em;
  padding: 0 7px;
  position: relative;
}

div#menu ul li.current {
	border-bottom: 10px solid green;
}

div#subheader ul li {
	border-top:16px solid transparent;
	padding: 10px 5px;
	margin-left:0.6em;
}

div#subheader ul li.current {
	border-top:16px solid #cf9c51;
}

div#menu ul a {
	text-decoration:none;
	color:#1a1a1a;
	font-weight:600;
	font-size:1.05em;
}

div#subheader ul li.current a, div#menu ul a:hover {
	color:#666666;
}

div#feature {
	width:auto;
	height:auto;
	position:relative;
	min-height:69px;
}

div#feature img {
	width:100%;
}

div#feature p.caption {
	display:block;
	position:absolute;
	left:0;
	bottom:0;
	margin:0;
	width:98%;
	padding:1% 1%;
	background:none rgba(255,255,255,0.7);
	font:0.8em/1.1em 'Lato';
	font-style:italic;
}

div#frontpage, div#subpage {
	width:99%;
	max-width:1000px;
	float:right;
	margin:5% 0 3% 0;
	min-height:450px;
}

div#frontpage div#lft {
	float:left;
	width:31.3%;
	padding:0 3.3%;
	position:relative;
}

div#frontpage div#rgt {
	float:left;
	width:58%;
	margin-left:4%;
	position:relative;
}

div#subpage div#lft {
	float:left;
	width:27.3%;
	padding:0 3.3%;
	position:relative;
}

div#subpage div#rgt {
	float:left;
	width:62%;
	margin-left: 0;
	position:relative;
}

div#submen p {
	display:block;
	white-space:nowrap;
	margin:0.4em 0em;
}

div#submen h2 a {
	text-decoration:none;
	color:#404040;
}

div.news {
	width:100%;
	padding-bottom:4%;
	overflow:hidden;
	border-bottom:1px solid #404040;
	margin-bottom:4%;
	position:relative;
}

div.news div.img {
	float:left;
	width:41.7%;
		position:relative;
}

div.news div.txt {
	float:left;
	width:54%;
	margin-left:4%;
}


div.news a.more {
	font-size:0.9em;
  color: #16c1f3;
  letter-spacing: 1px;
  position: relative;
  text-decoration: none !important;
  top: 0.2em;
  margin-left:0.5em;
}

p.push {
	overflow:hidden;
	height:44px;
}

p.push a {
	text-decoration:none;
}

p.push img {
	margin:0 5px -10px 0;
}

p.push.first {
	/*border-bottom:1px solid #999;*/
}

div#morenews a {
	font-size:1.8em;
	text-decoration:none;
}

div#morenews img {
	margin:0 0 -10px 10px;
}

div#footer {
	color: #000;
}

table {
	padding:0;
	margin:1.5em 0;
}

table td {
	vertical-align:top;
}



.numberCircle {
		display:block;
    behavior: url(PIE.htc);
		background: #fff none repeat scroll 0 0;
    border: 1px solid #666;
    border-radius: 50%;
    color: #666;
    font-weight: 600;
    height: 27px;
    line-height: 1em;
    padding: 4px;
    text-align: center;
    width: 28px;
    margin-right:1em;
}

#search input, select {
	font-weight:600;
	border-radius:5px;
}

#search select {
	width:96%;
	padding:2.5% 2%;
}

#search option {
    border-bottom: 1px solid #aaaaaa;
    padding: 0 0 2px 0;
}

#search input.sok {
	padding:2.5% 14% 2.5% 2%;
	width:79%;
	background:url(../img/search.png) no-repeat 97% 5% #ffffff;
}

#search input[type=submit] {
	width:50%;
}

#search input[type=button].res {
	width:50%;
	margin-bottom:5px;
	color:#999999;
}


div#kontakt {
	margin-top:2em;
	font-family:'Roboto Condensed';
	font-weight:400;
	overflow:hidden;
	margin-bottom:10px;
	position:relative;
}

div#kontakt img {
	max-width:100%;
}

div#kontakt div.lft {
	float:left;
	width:21%;
	position:relative;
}

div#kontakt div.lft img {
	width:110px;
}

div#kontakt div.rgt {
	float:left;
	width:63.3%;
	margin-left:5%;
}

div#kontakt h1, div#kontakt h2, div#kontakt h3, div#kontakt h4 {
	clear:both;
	padding-top:1em;
	font-weight:400;
	position:relative;
}

div.staff {
	float:left;
	width:28%;
	margin-right:5%;
	position:relative;
	min-height:183px;
}

div.staff p {
	word-break: break-all;
}

div#kontakt.kontakt div.staff {
	width:20%;
}

#ed_wrapper {
	background-color:#D3D3D3;
	min-width:450px; 
	border:1px solid #ccc; 
	padding:8px; 
	border-radius:6px;
}

#ed_wrapper input, textarea {
	font:11px/13px Tahoma, Geneva, sans-serif;
}

#button_wrapper {
	width:16px; height:16px;
  background:url(/adm/ckeditor/skins/kama/images/sprites.png) repeat-x 0 -1950px #D3D3D3;
  border-radius: 5px 5px 5px 5px;
  display: block;
  padding: 5px; 
  margin-bottom:4px;
}

#savebutton {
	cursor:pointer;
	float:left; 
	width:16px; 
	height:16px; 
	background:url(/adm/ckeditor/skins/kama/icons.png) no-repeat 0 -1440px;
}

.dat {
	font-size:0.8em;
	color:#404040;
}

div.project_facts {
	border:1px solid #999999;
	border-radius:10px;
	padding:0.5em 1em 0.2em 1em;
	font-size:0.95em;
	position:relative;
}

div.project_facts h3 {
	margin-bottom:0.8em;
}

div.project_facts p {
	margin:0 0 0.4em 0;
}

div.tabcontent img {
	width:auto;
	max-width:100%;
	margin-top:1.5%;
}

div.result {
	width:100%;
	margin:1.5em 0;
	padding-top:1.5em;
	border-top:1px solid #999999;
	overflow:hidden;
}

div.result img.proj {
	float:left;
	width:auto;
	height:auto;
	max-height:90px;
	max-width:200px;
	margin-right:10px;
}

fieldset {
	border-radius:10px;
}

.*_embed {
	position: relative;
	padding-bottom: 56.25%; 
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.media_embed iframe, .media_embed object, .media_embed embed {
	position: absolute;
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
}

table#galakom img {	
	width:150px;
}

.card {
	min-height: 513px !important;
}

@media only screen and (max-width: 600px) {
	.padding-top {
		padding-top: 55px;
	}
	
	.newsListImage {
		width: 100% !important;
		height: auto;
	}
	
	.board-people p {
		word-break: break-all;
	}
}

.newsListImage {
	width: 235px;
	height: 156px;
}

