/*   
Theme Name: KSAK Theme
Theme URI: http://www.ksak.se
Description: The official KSAK Wordpress Theme
Author: Ola Eborn
Author URI: http://eborninteractive.se
Version: 1.0
*/

@charset "UTF-8";
/* CSS Document */

/* Färger

Guldbrun: #b19830;
          rgba(175,151,48,0.8);
Ljusblå: #00c0f1;
Mörkblå: #163085;
Ljusgrå: #ededed;
Textsvart: #3f3f3f;
Footersvart: #222;

*/


@font-face {
    font-family: 'Barmeno';
    src: url('fonts/BarmeBol.eot');
    src: url('fonts/BarmeBol.eot?#iefix') format('embedded-opentype'),
         url('fonts/BarmeBol.woff') format('woff'),
         url('fonts/BarmeBol.ttf') format('truetype'),
         url('fonts/BarmeBol.svg#Barmeno') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	background:#ededed;
	color:#444;
	margin:0;
	padding:0;
	font-family: "Fira Sans","Open Sans", Helvetica ,Arial,  sans-serif;
	line-height:140% !important;
	font-size:15px;
	font-weight:400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:400 !important;
	color:#222;
	font-family: 'Bitter', sans-serif;
	line-height:120% !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


#page-wrap {
	width:100%;
	overflow:hidden;
}

#main a {
	color:#b19830;
	-webkit-transition:0.3s all ease;
	-moz-transition:0.3s all ease;
	-o-transition:0.3s all ease;
	-ms-transition:0.3s all ease;
	transition:0.3s all ease;
}

#main a:hover {
	color:#00c0f1;
}

#headerarea {
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */

/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEyJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgyJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);*/

background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 12%, rgba(255,255,255,0.8) 82%, rgba(255,255,255,0.8) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(12%,rgba(255,255,255,1)), color-stop(82%,rgba(255,255,255,0.8)), color-stop(100%,rgba(255,255,255,0.8))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 12%,rgba(255,255,255,0.8) 82%,rgba(255,255,255,0.8) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 12%,rgba(255,255,255,0.8) 82%,rgba(255,255,255,0.8) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 12%,rgba(255,255,255,0.8) 82%,rgba(255,255,255,0.8) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 12%,rgba(255,255,255,0.8) 82%,rgba(255,255,255,0.8) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ccffffff',GradientType=0 ); /* IE6-8 */


	position:relative;
	z-index:10;
}

#headercontent {
	height:90px;
	position:relative;
}

.home #headercontent {
	height:145px;
}

header {
	position:absolute;
	width:100%;
}

#main hr {
	border:none;
	height:1px;
	background:#ededed;
}


#navbar {
	background:#00c0f1 !important;
	height:50px;
	color:#fff;
	font-weight:400;
	position:relative;
	z-index:1;
	width:100%;
	 -webkit-transform: translateZ(0);
}

.content {
	width:1300px;
	margin:0 auto;
}

#main-nav {
	padding-top:14px;
	position:relative;
	z-index:1000;
	font-weight:500;
}

#main-nav ul {
	margin-left:0;
	padding-left:20px !important;
}

#main-nav ul>li {
	float:left;
	margin-right:30px;
	position:relative;
	-webkit-transition:0.5s all ease;
	-moz-transition:0.5s all ease;
	-o-transition:0.5s all ease;
	-ms-transition:0.5s all ease;
	transition:0.5s all ease;
}

#main-nav ul li:hover {
	color:#163085;
}

#main-nav ul li {
	display:block;
	height:38px;
}

#main-nav ul ul {
	position:absolute;
	ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	display:none;
	top:36px;
	left:-10px;
	z-index:450;
	padding-left:0 !important;
	width:190px;
	background:#163085;
	/*background:rgba(255,255,255,0.8);*/
	-webkit-transition:0.3s all ease;
	-moz-transition:0.3s all ease;
	-o-transition:0.3s all ease;
	-ms-transition:0.3s all ease;
	transition:0.3s all ease;
}

#main-nav li ul li {
	padding:0 10px;
	font-size:13px;
	color:#00FFFF;
	/*color:#163085;*/
	line-height:13px;
	padding-bottom:6px;
	padding-top:6px;
	height:auto;
	display:block;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	/*osition: static;*/
}


#main-nav ul ul ul {
    position: absolute;
    left: 193px;
    bottom: 0;
    top: unset;
    display: none;
}

#main-nav ul ul ul li {
	position: relative;
}

#main-nav ul ul ul:before {
	content:"";
	background: rgba(0,0,0,0);
	position: absolute;
	width: 4px;
	height: 100%;
	top: 0;
	left: -4px;
}


#main-nav li ul li:first-child {
	margin-top:5px;
}

#main-nav li ul li:last-child {
	padding-bottom:10px; 
}

#main-nav li ul li.current-menu-ancestor {
	position: relative;
}

#main-nav li ul li.menu-item-has-children:before {
	content:"›";
	position: absolute;
	top: 7px;
	right: 10px;
	color: #fff;
	font-size: 1.2em;
}



#main-nav ul li:hover>ul {
	ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	display:block;
}

#main-nav ul li ul li:hover{
	color:#fff !important;
	background:#00c0f1;
	cursor:pointer;
}


#topslider, #topimage, .flex-viewport {
	height:620px;
	background-size:cover;
	z-index:-1 !important;
}

#topimage {
	height:500px;
	position:relative;
}

#valboxar {
	height:90px;
	background:rgba(175,151,48,0.75);
	/*background:rgba(22,48,133,0.75);*/
	position:relative;
	z-index:0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

#valboxar .col-3:hover {
	background:rgba(0,0,0,0.75);
	border-left:1px solid rgba(255,255,255,0.7);
}

#valboxar .col-3:nth-child(1):hover, #valboxar .col-3:nth-child(1) {
	border-left:1px solid transparent;
}


#valboxar .col-3 {
	text-align:center;
	height:100%;
	display:table;
	vertical-align:middle;
	border-left:1px solid rgba(255,255,255,0.4);
	-webkit-transition:0.3s all ease;
	-moz-transition:0.3s all ease;
	-o-transition:0.3s all ease;
	-ms-transition:0.3s all ease;
	transition:0.3s all ease;
	cursor:pointer;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding-left:15px;
	padding-right:15px;
	position:relative;
}

#valboxar .col-3:nth-child(3):hover,#valboxar .col-3:nth-child(3) {
	/*width:432px;*/
}

#valboxar .col-3>div {
	display:table-cell;
	vertical-align:middle;
}

#valboxar .col-3 h2 {
	color:#fff;
	font-size:24px;
	margin-bottom:5px !important;
}

#valboxar .col-3 h2 a {
	color:inherit;
}


#content {
	margin-top:-90px;
	box-shadow: 0 0 70px rgba(0,0,0,0.2);
}

#content.subpage {
	margin-top:-50px;
}

#main {
	background:#fff;
}

#main .inner {
	padding:40px 25px;
}


#main-content {
	width:65.5%;
	float:left;
}

#puffar {
	font-size:14px;
}

#puffar h2 {
	font-size:21px;
}

#logocontainer {
	position:absolute;
	top:10px;
	left:15px;
}

.home #logocontainer {
	top:15px;
}

.home #logo {
	/*width:90px;*/
	width:72px;
}

#logo {
	/*width:90px;*/
	width:45px;
}

#logotext {
	color:#163085;
	/*left:110px;*/
	left:70px;
	position:absolute;
	top:9px;
	width:600px;
	font-family:Helvetica,Arial, sans-serif;
	font-weight:400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.home #logotext {
	left:90px;
	top:34px;
}

#logotext h1 {
	color:#163085;
	font-size:26px;
	font-family:'Barmeno', Helvetica, Arial,  sans-serif;
	font-weight:normal !important;
	margin-bottom:4px;
}

.home #logotext h1 {
	margin-bottom:6px;
	font-size:32px;
}

.col-2 {
	width:48%;
	float:left;
	margin-left:4%;
	margin-bottom:4%;
}

.col-3 {
	float:left;
	width:33.333%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.col-3:nth-child(3n+1) {
	border-left:1px solid transparent;
}

.col-2:nth-child(2n+1) {
	margin-left:0;
}

.puffimage {
	position:relative;
	height:168px;
}


aside {
    width: 30%;
    float: right;
    margin-top: -40px;
    padding: 0 20px;
}

#news {
	font-size:14px;
}

.widget {
	margin-bottom:20px;
}

#news>ul, #news>ul>li, .nyheter>ul, .nyheter>ul>li {
	margin:0;
	padding:0;
}

.nyhet {
	position:relative;
}



/*.nyheter>ul>li p:last-of-type:after {
	content:" Läs mer »";
	text-transform:uppercase;
	color:#b19830;
	font-weight:600;
	white-space:nowrap;
	margin-left:2px;
	font-size:12px;
}*/

.nyheter>ul>li p.meta:last-of-type:after {
	content:"";
}


#news>ul>li, .nyheter>ul>li {
	list-style:none;
	display:block;
	position:relative;
	outline:10px solid transparent;
	-webkit-transition:0.3s all ease;
	-moz-transition:0.3s all ease;
	-o-transition:0.3s all ease;
	-ms-transition:0.3s all ease;
	transition:0.3s all ease;
	z-index:5;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding:13px 10px 10px;
	border-top:1px solid #efefef;
}

#news>ul>li:first-child, .nyheter>ul>li:first-child {
	border-top:none;
}

.hoverblock {
	z-index:1;
}

#news ul li:hover, .nyheter ul li:hover {
	background:#efefef;
	cursor:pointer;
}

#news>ul>li a:hover, .nyheter>ul>li>a:hover {
	color:inherit;
}

.nyheter>ul>li {
	padding:20px 0 0 0 !important;
}


#main-content .nyheter li a {
	color:#555 !important;
}

#news h3 {
	font-size:18px;
	margin-bottom:10px;
}

.nyheter h3 {
	font-size:24px !important;
	margin-bottom:13px !important;
	margin-top:0 !important;
}

#news.kalender ul li a {
	display:flex;
	flex-direction: row;
}

.kalender .dateicon {
	width:38px;
}

.kalender .kalendariumtext {
	flex:1;
	line-height:1.4;
	font-size:13px;
}

.readmore {
	text-transform:uppercase;
	color:#b19830;
	font-weight:600;
	white-space:nowrap;
	margin-left:0;
	font-size:12px;
	display: block;
	margin-top:5px;
}

.kalender .readmore {
	margin-top:0px;
}


#puffar .readmore {
	margin-top:20px;
	background: #b19830;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	color:#fff;
	text-align:right;
	padding:2px 7px 4px 7px;
	text-transform:none;
	display:inline-block;
	position:absolute;
	bottom:0;
	right:0;
	font-size:13px;
}

#puffar {
	display:flex;
	flex-direction:row;
	flex-wrap: wrap;
}

#puffar .col-2 {
	-webkit-transition:0.3s all ease;
	-moz-transition:0.3s all ease;
	-o-transition:0.3s all ease;
	-ms-transition:0.3s all ease;
	transition:0.3s all ease;
	outline:10px solid transparent;
	position:relative;
	background:#f0f0f0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	float:none;
}

#puffar .col-2 .puff-inner {
	padding:20px 20px 35px 20px;
}

#puffar .col-2:hover {
	background:#f0f0f0;
}

.sectionheader {
	color:#fff;
	font-family:"Fira Sans",Helvetica,Arial,  sans-serif;
	font-weight:500;
	letter-spacing:3px;
	text-transform:uppercase;
	margin-bottom:25px;
	font-size:13px;
	background:#00c0f1;
	padding:3px 12px;
}

.copyright {
	color:#777;
	font-size:11px;
	position:absolute;
	bottom:20px;
	left:45px;
}

#subpage-content {
	max-width:700px;
	margin-left:40px;
}

#main .inner.full {
	margin-left:25px;
	margin-right:25px;
}


#subpage-content ul, #main .inner.full ul {
	list-style:square;
	margin-bottom: 30px;
}

#subpage-content li, #main .inner.full li {
	margin-bottom: 9px;
}

#subpage-content.nyheter li {
	margin-bottom:0;
	padding-left:10px !important;
	padding-right:10px !important;
}

#subpage-content.nyheter li .readmore {
	float:right;
	margin-top:20px;
	margin-bottom:10px;
	display:block;
}


#subpage-content h2, #main .inner.full h2 {
	font-size:34px;
	margin-bottom:35px;
}

#subpage-content h3, #main .inner.full h3 {
	font-size:22px;
	margin-top:28px;
}

#subpage-content h4, #main .inner.full h4 {
	margin: 28px 0 10px 0 !important;
	font-size: 16px !important;
}

#subpage-content h5, #main .inner.full h5 {
	margin-top: 28px;
	margin-bottom: 8px;
	font-size:13px;
}

#footercontent {
	min-height:350px;
	background:#222;
	position:relative;
	box-shadow: 0 0 70px rgba(0,0,0,0.3);
}

.fixed {
	position:fixed !important;
	top:0;
	width:100%;
	z-index:1000 !important;
}

.menuicon-fixed {
	top: 13px !important;
}

.menu-fixed {
	top: 35px !important;
}


/* Responsiv meny */
#menuicon {
	position: absolute;
	top: 13px;
	right: 19px;
	z-index: 100;
	width: 25px;
	cursor: pointer;
	display:none;
}

#responsive-menu-section {
	display:none;
}

#responsive-menu {
	width:100%;
	background:#00c0f1;
	color:#fff;
	position:absolute;
	top:55px;
	left:0;
	font-size:15px;
	line-height:110%;
	display:none;
	z-index:100;
	height:250px;
	overflow:scroll;
	margin:0;
	padding:0;
	-webkit-overflow-scrolling:touch;
}

#responsive-menu .inner {
	/*padding:20px 0 15px 20px;*/
}

.rmenu-section {
	width:100%;
	margin:0 auto;
}

#responsive-menu ul {
	padding-left:0px;
    font-size: 17px;
    line-height: 1.2;
}

#responsive-menu ul li {
	display:block;
}

#responsive-menu ul>li {
	margin-bottom:20px;
	font-weight:bold;
}

#responsive-menu ul ul {
	margin-left:20px;
	padding-top:12px;
}

#responsive-menu ul ul li {
	margin-bottom:0px;
	margin-bottom:5px;
	font-weight:normal !important;
}

#responsive-menu ul ul li:last-child {
	margin-bottom:0px;
}

#responsive-menu ul ul li:first-child {
	margin-top:-6px;
} 

/* End Responsiv meny */

#news a, #news a:visited, #puffar a, #puffar a:visited {
	color:inherit;
}

.credits {
	position:absolute;
	top:210px;
	right:25px;
	font-size:11px;
}

.white {
	color:#fff;
}

.black {
	color:#222;
}

#dokumentlista {
	margin-top:30px;
	/*max-width:650px;*/
}

#dokumentlista.flikar {
	margin-top:60px;
}

#dokumentlista h2 {
    font-size: 34px;
    margin-bottom: 50px;
    margin-top: -30px;
}

#docheader {
	background:#b19830;
	margin-bottom:3px;
	color:#fff;
	padding:5px 15px 5px 25px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	font-family: 'Bitter', sans-serif;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		vertical-align:bottom;
	position:relative;
}

#docheader .heading {
	margin-top:0;
	margin-bottom:0;
	color:#fff;
	font-size:18px;
	font-weight:600;
}

#documentbox {
	background:#ededed;
	padding:10px 10px 12px 10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.filerow {
	border-bottom:1px dotted #ccc;
	padding:5px 5px;
	-webkit-transition:0.3s all ease;
	-moz-transition:0.3s all ease;
	-o-transition:0.3s all ease;
	-ms-transition:0.3s all ease;
	transition:0.3s all ease;
	font-size:13px;
}

.flik {
	width:100px;
	height:30px;
	position:absolute;
	bottom:10px;
	background:#b19830;
	text-align:center;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding-top:6px;
	cursor:pointer;
}

#flik1 {
	left:0;
}

#flik2 {
	left:105px;
}

#flik3 {
	left:210px;
}

#flik4 {
	left:315px;
}

#flik5 {
    left: 420px;
}

.unselected {
	height:27px;
	bottom:10px;
	background:#897525;
	padding-top:4px;
	color:rgba(255,255,255,0.7);
}

.filerow:hover {
	/*background:#00c0f1;*/
	background:#ddd;
	/*color:#fff !important;*/
}

.filerow:hover .file a {
	/*color:#fff !important;*/
}

.filerow:last-child {
	border-bottom:none;
}

.file {
	float:left;
	width:75%;
	vertical-align:top;
	display:block;
	padding-left:27px;
}

.file a {
	font-weight:400;
	color:#555 !important;
}

.size, .help {
	width:80px;
	vertical-align:top;
	float:right;
	text-align:right;
	font-size:12px;
}

.desc {
	width:100% !important;
	max-width:500px;
	margin-top:7px;
	font-style:italic;
	display:none;
}

.help {
	width:20px;
	cursor:pointer;
	
}

#kontaktpersoner {
	margin-top:40px;
}

#kontaktpersoner .filerow:hover {
	background:inherit;
	color:inherit !important;
}

.filerow .row {
	vertical-align:top;
	float:left;
}

.filerow .namn {
	width:37%;
}

.filerow .telefon {
	width:23%;
}

.filerow .epost {
	width:40%;
}

.filerow .titel {
	font-style:italic;
	color:#aaa;
	font-size:12px;
	display:block;
	line-height:130%;
}

.help>div {
	width:18px;
	position:relative;
	z-index:600;
}

.icon {
	width:20px;
	margin-right:7px;
}

.addthis-toolbox {
	margin-top: 40px;
}

#sorteringsblock {
	margin-top:50px;
	padding-bottom:10px;
	border-bottom:1px solid #e5e5e5;
}

#sortboxes {
	margin-bottom:4px;
}

#sortboxes a {
	color:inherit;
}

.sortbox {
	background:#ededed;
	float:left;
	margin-right:2px;
	padding:7px 0; 
	width:60px;
	text-align:center;
	cursor:pointer;
	margin-top:2px;
}

.sortbox:hover {
	background:#00c0f1;
	color:#fff !important;
}

.sortbox a:hover {
	color:#fff !important;
}

#flygklubbar h3 {
	font-size:18px;
	margin-bottom:3px;
	margin-top:0;
}

#klubblistning {
	margin-top:10px;
}

.flygklubb {
	border-bottom:1px solid #e5e5e5;
	padding:20px 0;
}

.flygklubb:last-child {
	border-bottom:0 !important;
}

.sortbox.selected {
	background:#b19830;
	color:#fff;
}

#search {
	float:right;
	margin-top:15px;
}

input {
	border:1px solid #e5e5e5;
	height:32px;
	/*margin-left:5px;*/
	font-size:14px;
	padding:3px 7px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.searchbox {
	width:200px;
}

input[type="submit"] {
	background:#e5e5e5;
	width:50px;
	border:none;
	cursor:pointer;
	color:#555;
	-webkit-transition:0.3s all ease;
	-moz-transition:0.3s all ease;
	-o-transition:0.3s all ease;
	-ms-transition:0.3s all ease;
	transition:0.3s all ease;
}

input[type="submit"]:hover {
	background:#00c0f1;
	color:#fff;
}

.listheading {
	margin-top:30px;
}

.listheading.notfound {
	margin-bottom:90px;
}

.listheading h3 {
	font-size:24px !important;
	margin-bottom:20px !important;
}

.vyknapp {
	float:left;
	height:32px;
	width:100px;
	background:#e5e5e5;
	text-align:center;
	padding-top:6px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	margin-top:15px;
	-webkit-transition:0.3s all ease;
	-moz-transition:0.3s all ease;
	-o-transition:0.3s all ease;
	-ms-transition:0.3s all ease;
	transition:0.3s all ease;
}

a .vyknapp {
	color:#555 !important;
}

.vyknapp:hover  {
	background:#00c0f1;
}

a .vyknapp:hover {
	color:#fff !important;
}


.acf-map {
	width: 100%;
	height: 750px;
	border: #ccc solid 1px;
	margin:30px 0px;
}

#subpage-content .acf-map h4 {
	font-size:14px;
	margin-bottom:6px;
	margin-top:4px !important;
}

.acf-map img 
{
    max-width: none;
}

.more, .more a {
	font-size:13px;
	text-align:right;
	font-weight:bold;
	margin-right:10px;
	margin-top:15px;
	color:#b19830;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform:uppercase;
}

.more.full, .more.full a {
	font-size:16px !important;
	margin-top:10px;
}

#nyhetsbild {
	margin-bottom: 30px;
	position:relative;
}

.page_nav {
	margin:40px 0;
	text-align:center;
	
}

.page_nav .page-numbers, .page_nav .prev, .page_nav .next{
  padding:4px 7px;
  margin-right:2px;
  border:1px solid #d2d2d2;
  border-radius:0px;
  background:#f6f6f6;
  color:#76797C;
 	-webkit-transition:0.3s all ease;
	-moz-transition:0.3s all ease;
	-o-transition:0.3s all ease;
	-ms-transition:0.3s all ease;
	transition:0.3s all ease;
 }
 
 .page_nav a {
	 color:inherit !important;
 }
 
.page_nav .prev, .page_nav .next {
	padding:4px 14px;
}

.page_nav .prev:hover, .page_nav .next:hover,  .page_nav .page-numbers:hover {
	background:#00c0f1;
	border:1px solid #00c0f1;
	color:#fff !important;
}
 
 
.page_nav .current{
  background: #b19830;
  color:#fff;
  border:1px solid  #b19830;
}

.dateicon {
	width:38px;
	border-radius:2px;
	margin-right:15px;
	height:48px;
	text-align:center;
	margin-top:1px;
	background:#fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	box-shadow: 0 0 1px rgba(0,0,0,1);
}

.dateicon .month {
	display:block;
	font-size:10px;
	background:#b19830;
	color:#fff;
	padding:1px 0 3px 0;
	text-transform:uppercase;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	font-family: 'Bitter', sans-serif;
	line-height:11px;
	padding-left:1px;
	padding-top:3px;
}

.dateicon .day {
	display:block;
	font-size:22px;
	padding-top:5px;
	padding-left:0px;
	color:#b19830;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	font-weight:500;
}


.kalheader {
	font-family: 'Bitter', sans-serif;
	font-size:13px;
	display:block;
	line-height:120%;
	margin-bottom:1px;
}

p.meta {
font-style: italic;

color:#aaa;	
}

p.meta.full {
margin-top: -20px;
margin-bottom: 20px;
}

p.meta.full.bottom {
margin-top: 40px;
}

.nyhetsthumb {
	width:170px;
	margin:0 25px 20px 0;
	float:left;
	display:none;
	position:relative;
}

.addthis-toolbox {
	display:none;
}

.ei.addthis-toolbox {
	display:block !important;
}

.nyhetsthumb img {
	margin-top:4px;
}

#subpage-content.event .eventdesc {
	width:65%;
}

#subpage-content.event .info {
	width:30%;
	position:relative;
}

#subpage-content.event .left-border {
	position:absolute;
	top:0;
	left:0;
	width:55px;
	height:100%;
	background:#bbb;
}

#subpage-content.event .info .eventcontent {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background:#EDEDED;
	padding:10px 10px 10px 5px;
	position:relative;
}

.evlabels {
	width:60px;
	font-size:12px !important;
	color:#fff;
	position:relative;
	z-index:100;
}

.evdatum {
	font-weight:bold;
	font-size:18px !important;
}

.eventcontent td {
	font-size:13px;
	vertical-align:top;
	line-height:110%;
}

.eventcontent tr {
	height:21px;
}

.datumrow {
	height:28px !important;
}

.event .maplink {
	font-size:12px;
	display:block;
	margin-top:3px;
	text-align:right;
}

.puffdatum {
	position:absolute;
	right:0;
	top:0;
	padding:5px 12px 7px 12px;
	background:#163085;
	color:#fff;
	font-size:16px;
	font-family: 'Bitter', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform:uppercase;
}

.infobox {
	display:inline-block;
	padding:7px 15px;
	background:#EDEDED;
	margin-top:5px;
}

.infobox.ads {
	background:none;
	padding:0;
}

#ads ul, #ads ul li {
	list-style:none;
	margin:0;
	padding:0;
	font-size:11px;
	line-height:120%;
}

#ads ul li:hover {
	background:#ededed;
	background:#efefef;
	cursor:pointer;
}

.ads {
	margin-bottom:20px !important;
}

#ads ul li {
	padding:8px;
	border-bottom:1px solid #ededed;
	display:block;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-transition:0.3s all ease;
	-moz-transition:0.3s all ease;
	-o-transition:0.3s all ease;
	-ms-transition:0.3s all ease;
	transition:0.3s all ease;
}

#ads ul li a {
	color:inherit !important;
}

#ads ul li:last-child {
	border-bottom:0;
}

#ads h4 {
	margin-bottom:0 !important;
	font-size:14px;
}

.adthumb {
	width:17%;
	margin-right:4%;
	float:left;
}

.adtext {
	float:left;
	width:79%;
}

#ads .pris {
	font-family: 'Bitter', sans-serif;
	color:#b19830;
	font-size:15px;
	margin-top:4px;
}

div.pp_default .pp_description {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 120% !important;
  margin: 10px 50px 5px 15px !important;
}

.annons .pris, #subpage-content .pris {
	font-family: 'Bitter', sans-serif;
	color:#b19830;
	font-size:24px;
	display:inline-block;
	margin-right:40px;
}

.annons .kontakt, #subpage-content .kontakt {
	display:inline-block;
}

.infobox.ads {
	margin-bottom:0 !important;
}

.annonssingle .infobox.ads {
	margin-bottom:20px !important;
	margin-top:25px;
}

.annons p.meta {
	margin-bottom:14px !important;
}

.annons .annonstext {
	margin-bottom:12px !important;
}

.flerbilder {
	position:absolute;
	right:0;+0p                      
	top:0;
	padding:3px 8px 7px 8px;
	background:#222;
	color:#fff;
	font-size:13px;
	font-family: 'Bitter', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform:uppercase;
}

.wp-caption-text {
  margin-top: 10px;
  font-style: italic;
}

.banner {
	margin-bottom:8px;
}

#ads.bannerads {
	margin-bottom:50px;
}

#footercontent .inner {
	padding:45px 65px;
	color:#999;
	position:relative;
}

#footercontent a {
	color:#b19830;
}

#footercontent .col-2 {
	max-width:250px;
}

#footercontent .col-2 {
	margin-left:0;
	margin-bottom:30px;
}

#footercontent h3, #footercontent h4 {
	color:#ccc;
	margin-bottom:3px;
	font-size:14px;
}

#footercontent h2 {
	display:block;
	color:#aaa;
	margin-bottom:35px;
	font-size:24px;
}


#footercontent b, #footercontent strong {
	font-family: 'Bitter', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color:#ccc;
}

.social-footer {
	position:absolute;
	bottom:0;
	right:30px;
}

#atftbx>p{
	display:inline-block;
	font-size:11px;
	margin-right:10px;
	padding-bottom:6px;
	vertical-align:50%;
}

#atftbx>.addthis_toolbox {
	display:inline-block;
}

/*Anpassning av Maps för responsiv design*/
iframe, object, embed{max-width: 100%;}

@media print { 
 /* All your print styles go here */
 #navbar, aside, #topimage, header, footer, .more, .ei.addthis-toolbox, .post-edit-link { 
 display: none !important; 
 } 
 
 body {
	 background:#fff;
 }
 
 #main {
	 margin-left:-1.2cm;
	 margin-top:0.5cm;
 }''''''''''''''''''''''''''''''''''''''''''
 
 #main-content {
	 width:18cm;
 }
}

/* ACF Formulär */


/* eND acf formulärn */
	
i.searchicon {
	display:inline-block;
	font-size:22px;
	width:30px;
	height:30px;
	float: right;
	margin-top:-1px;
	cursor:pointer;
}

.fa-times {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#searchform-area {
    width: 100%;
    height: 46px;
    position: absolute;
    bottom: 2px;
    left: 0;
    background: rgba(255,255,255,0.90);
    -webkit-transform: translate(0px,-4px);
	-moz-transform: translate(0px,0px);
	-ms-transform: translate(0px,0px);
	transform: translate(0px,-4px);
	box-shadow:none;
	-webkit-transition:0.3s all ease;
	-moz-transition:0.3s all ease;
	-o-transition:0.3s all ease;
	-ms-transition:0.3s all ease;
	transition:0.3s all ease;
}

#searchform-area .content {
	padding-left:35px;
	margin-top:6px;
}

.opensearch {
	-webkit-transform: translate(0px,60px) !important;
	-moz-transform: translate(0px,60px) !important;
	-ms-transform: translate(0px,60px) !important;
	transform: translate(0px,60px) !important;
	height:60px !important;
	box-shadow:0 1px 2px rgba(0,0,0,0.3), inset 0 1px 2px rgba(0,0,0,0.2) !important;
}

input#s {
	height:42px;
	width:90%;
	font-size:26px;
	font-family: "Fira Sans", Helvetica ,Arial,  sans-serif;
	border:none;
	-webkit-transition:0.3s all ease;
	-moz-transition:0.3s all ease;
	-o-transition:0.3s all ease;
	-ms-transition:0.3s all ease;
	transition:0.3s all ease;
	background:transparent;
	font-weight:400;
	padding-left:0;
}

input#s:focus, #searchsubmit:focus {
	outline:none;
}

#searchsubmit {
	background:transparent;
	border:1px solid #55BDEC;
	padding:6px 15px;
	width:auto;
	height:auto;
	font-family: "Fira Sans", Helvetica ,Arial,  sans-serif;
	color:#55BDEC;
	font-size:18px;
	float:right;
	margin-right:30px;
	margin-top:5px;
	font-weight:500;
}

#searchsubmit:hover {
	background:#55BDEC;
	color:#fff;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #777;
    font-weight:300;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #777;
    font-weight:300;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #777;
    font-weight:300;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #777;
    font-weight:300;
}

.searchpost {
	position:relative;
	border-top:1px solid #efefef;
	padding:20px 15px 5px 15px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-transition:0.3s all ease;
	-moz-transition:0.3s all ease;
	-o-transition:0.3s all ease;
	-ms-transition:0.3s all ease;
	transition:0.3s all ease;
}

.searchpost h3 {
	margin:0 !important;
	margin-bottom:8px !important;
}

.searchpost:first-of-type {
	border-top:0;
}

.searchpost .meta.full.bottom {
	margin-top:3px;
	margin-bottom:9px;
}

.searchpost:hover {
	background:#efefef;
}

#responsive-search {
    width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding:8px 8px 0 8px;
}


#responsive-search input#s {
	width:100%;
	font-size:18px;	
	padding-right:58px;
}

i.searchicon.mobile {
    position: absolute;
    right: 14px;
    top: 18px;
    z-index:1;
    color:#00c0f1;
}

.searchword {
	font-weight:300;
	font-size:20px;
}

#responsive-search #searchsubmit {
    background: transparent;
    border: none;
    width: 42px;
    height: 42px;
    font-family: "Open Sans", Helvetica ,Arial, sans-serif;
    color: #55BDEC;
    position:absolute;
    right:-8px;
    top:3px;
    z-index:10;
}


.malinky-load-more__button {
    background: #ededed;
	display:inline-block;
    margin-right: 2px;
    padding: 12px 25px;
    text-align: center;
    cursor: pointer;
    margin-top: 2px;
    font-weight:500;
    
}

.malinky-ajax-pagination-loading img {
	width:30px !important;
	height:30px !important;
}

.acf-field-5a7326c15d3ba span.acf-required {
    position: absolute;
    left: -10px;
    top: 0;
}

#login-section {
	float:right;
	position:relative;
}

.exp {
    position: absolute;
    font-size: 10px;
    line-height: 1.2;
    width: 160px;
    right: 15px;
    bottom: -40px;
    text-align: right;
    padding: 5px;
    border: 1px solid #163085;
    border-radius: 5px;
    color: #111;
}

.loginbtn {
	color:#172F85;
	margin-top:20px;
	margin-right:15px;
	cursor:pointer;
}

.home .loginbtn {
	margin-top:64px;
}

.loginbtn a {
	color:inherit;
}

.loginpopup {
	background:rgba(255,255,255,0.95);
	position:absolute;
	top:45px;
	right:5px;	
	width:200px;
	padding:7px 9px 7px 7px;
	z-index:100000;
	box-shadow:0 0 30px rgba(0,0,0,0.3);
	z-index:1;
	display:none;
}

.home .loginpopup {
	top:86px;
}

.loginpopup-close {
	position:absolute;
	padding:3px 25px 5px 25px;
	right:0;
	top:-29px;
	color:#fff;
	background: #00c0f1;
	font-size:13px;
	box-shadow:0 -5px 30px rgba(0,0,0,0.3);
	z-index:-1 !important;
	cursor:pointer;
}

#loginform label {
	display:none;
}

#loginform label {
	display:none;
}

#loginform p {
	margin:0;
}

.widget_wp_sidebarlogin form {
    margin: 0 !important;
}

#loginform input {
	margin-button 5px;<h3>Detta är en testlänk</h3>
}

#loginform input[type=submit] {
	margin:3px 0 0 2px;
	padding:5px 10px 7px 10px;
	width:auto;
	width:100%;
}

ul.sidebar_login_links {
	margin:9px 0 0 0 !important;
	font-size:11px;
    padding-inline-start: 0px;
    text-align:center;
}

ul.sidebar_login_links a {
	color:inherit;
}

#wp_sidebarlogin-2 {
	margin-bottom:0;
}

.menu-item-6470:before {
	content:"";
	position:absolute;
	width:80px;
	height:32px;
	border:1px solid #fff;
	left:-13px;
	top:-7px;
	border-radius:20px;
	z-index:-1;
}

.menu-item-6470:hover:before, #main-nav ul li.menu-item-6470.current_page_item:before {
	background:#fff !important;
}

#main-nav ul li.menu-item-6470:hover, #main-nav ul li.menu-item-6470.current_page_item {
	color:#00c0f1 !important;
}

#links {
	margin-top:-5px;
}


#links .link {
	font-size:13px;
	padding:20px 10px 5px 10px;
	border-top: 1px solid #efefef;
	position:relative;
	line-height:1.5;
	-webkit-transition:0.3s all ease;
	-moz-transition:0.3s all ease;
	-o-transition:0.3s all ease;
	-ms-transition:0.3s all ease;
	transition:0.3s all ease;
}

#links .link:hover {
    background: #efefef;
    cursor: pointer;
}

#links .link:first-child {
	padding-top:10px;
	border-top: none;
}

.inner-container {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
}

#links .link .bild {
	width:90px;
	height:90px;
	margin-right:17px;
	margin-top:4px;
	margin-bottom:20px;
}

#links .link .text {
	flex:1;
}

#links h3 {
	font-size: 18px;
    margin-bottom: 15px;
}

#subpage-content input[type=submit] {
	width:auto !important;
}

.grecaptcha-badge {
	display:none !important;
}

#text-4 strong .textwidget {
	font-weight: normal !important;
}

/* Göm deklarationstypsval DTO */
.acf-field-5a817703da6d2 {
	display: none;
}

div#meta-2 {
    display: none;
}


.documents .document {
    font-size: 13px;
    padding: 0 0 20px 0;
    /*border-top: 1px solid #efefef;*/
    position: relative;
    line-height: 1.5;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.documents h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.document-menu .topsection {
	padding: 8px 0;
	border-bottom: 7px solid #b19830;
	font-size: 14px;
	font-weight: 600;
	position: relative;
	cursor:pointer;
}

.document .extratext {
	display: none;
}

.document-menu .topsection:hover ~ .menyer .mainmenu, .document-menu .menyer .mainmenu:hover {
	display: block;
}


 .document-menu .menyer .mainmenu, .document-menu .menyer .mainmenu .submenu {
	display: none;
}


.document-menu .topsection:after {
	content:url(images/downarrow.svg);
	position: absolute;
	top: 10px;
	right: 10px;
	width: 16px;
}

.document-menu .topsection:before {
	content:"";
	position: absolute;
	bottom: -10px;
	left: 0;
	height: 3px;
	width: 100%;
	background:transparent;
}

.document-menu .menyer {
	margin-top:3px;
	position: relative;
	z-index: 990;
}

.document-menu .menyer ul li {
	padding: 6px 15px 6px 35px;
	border-bottom:1px dotted #ccc;
	position: relative;
	background: #ededed;
	cursor:pointer;
	transition:0.3s all ease;
}

.document-menu .menyer ul li:hover {
	background:#ddd !important;	
}

.document-menu .menyer ul li.grupp:hover .submenu {
	display: block;
}

.document-menu .menyer ul li a {
	color:#555 !important;
}


.document-menu .menyer ul li:last-child {
	border-bottom:none;
}

.document-menu .menyer ul {
	list-style:none;
	margin: 0;
	padding: 0;
}

.document-menu .menyer ul ul {
	position: absolute;
	left: -303px;
	top: 0;
	width: 300px;
}

.document-menu .menyer ul li.fil {
	padding-left: 35px;
}

.document-menu .menyer ul li.grupp {
	font-weight: 600;
	/*background: #e0e0e0;*/
	position: relative;
}

.document-menu .menyer ul li.grupp ul li {
	font-weight:400;
}

.document-menu .menyer ul li.fil:before {
	content:"";
	background:url(images/icon-pdf.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 5px;
	left: 10px;
	width: 20px;
	height: 20px;
}

.document-menu .menyer ul li.grupp:before {
	content:url(images/downarrow.svg);
	position: absolute;
	top: 5px;
	left: 10px;
	width: 14px;
	transform:rotate(90deg);
}

.document-menu .menyer ul li.grupp:after {
    content: "";
    position: absolute;
    top: 0;
    left: -5px;
    width: 5px;
    height: 100%;
    background: transparent;
}

document-menu .menyer ul li.fil img {
	width: 100%;
}

.toppbild ~ p .wp-image-6945 {
	display: none;
}

.page-template-template_min_sida h2 {
    font-size: 38px !important;
    margin-bottom: 20px !important;
    margin-top: 30px;
}

.nyhetslistning {
	margin-top: 50px;
	border-top: 1px solid #efefef;
}

.nyhetslistning h3 {
	font-size: 26px !important;
}

.nyhetslistning .nyhet {
	position: relative;
	border-bottom: 1px solid #efefef;
}

.nyhetslistning .nyhet .readmore {
    float: right;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
    cursor:pointer;
}

.collapsed, .expanded {
	display: none;
}

.show {
	display: block !important;
}

/* loggedin menu section */


.logged-in #searchform-area, .logged-in .fa.fa-search.searchicon.desktop, .menu-item-10817 {
	display: none !important;
}