@import url("/assets-customer/solnabergproperty/assets/vendor/bootstrap/bootstrap.min.css");
@import url("/assets-customer/solnabergproperty/assets/css/unify-core.css");
@import url("/assets-customer/solnabergproperty/assets/css/unify-components.css");
@import url("/assets-customer/solnabergproperty/assets/css/unify-globals.css");

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&display=swap');



.beq-module-710b5745-b017-4ad8-99fc-23d619d3438b .beq-report-heading-text {
    color: #FFF;
    text-decoration: none;
    font-size: 1.6rem;
    font-family: 'Cardo', serif;
    font-style: italic;
    line-height: 1.2;
    font-weight: 500;
}

.beq-module-710b5745-b017-4ad8-99fc-23d619d3438b .beq-icon {
    color: #fff;
}

.beq-module-710b5745-b017-4ad8-99fc-23d619d3438b .beq-reports-table-body tr {
    border-bottom: none;
}

.beq-module-0a1f400e-7774-4a3b-bf04-7f0243641cbd .beq-news-list-item-timestamp {
    color: #222;
}

/* New Nav */

nav.navbar
{
		font-family: 'Oswald', sans-serif;
		padding: 0px;
		padding-top: 0px;
		padding-bottom: 10px;
}
nav.navbar > div > .navbar-brand,
nav.navbar > div > button
{
	z-index: 1;
}
nav.navbar > div > .navbar-brand
{

	margin-top: 10px;
	margin-left: auto !important;
	margin-right: auto !important;
}

div.navbar-collapse
{
    position: absolute;
    top: 0px;
    width: 100%;
	padding-top: 60px;
	opacity: 0;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
	background-color: #016771;
	padding-bottom: 20px;
}
.navbar-collapse.show{ 
	opacity: 1;
	overflow-y: scroll;
	max-height: 300px;
}
@media screen and (min-height: 500px)
	{
	.navbar-collapse.show{ 
		max-height: 500px;
	}
}


div.navbar-collapse .nav-link{
	display: block;
	margin: 0 auto;
}

div.navbar-collapse .dropdown.haschildren > a
{
	padding-bottom: 0px;
}

div.navbar-collapse .dropdown
{
	display: flex;
	flex-direction: column;
	margin-left: 0px;
}

div.navbar-collapse .dropdown-menu
{
    display: block;
    background-color: transparent;
    border: 0px;
    padding-bottom: 5px;
}

@media screen and (min-width: 992px)
{
	div.navbar-collapse .dropdown.haschildren > a
	{
		padding-bottom: .5rem;
	}
	div.navbar-collapse .dropdown
	{
		margin-left: 10px;
		margin-right: 10px;
	}
	nav.navbar
	{
		padding-top: 0px;
		padding-bottom: 0px;
	}
	div.navbar-collapse
	{
		padding-top: 20px;
		position: initial;
		padding-top: 20px;
		opacity: 1;
		background-color: inherit;
		
		
	}
div.navbar-collapse .dropdown-menu
{
	display: none;
}
	
	 
	
	div.navbar-collapse .nav-link{
		display: block;
	}
}


.u-header__section--dark .navbar-nav:not([class*="u-main-nav-v"]) .nav-link, 
.u-header__section--dark--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link, 
.u-header__section--primary .navbar-nav:not([class*="u-main-nav-v"]) .nav-link, 
.u-header__section--primary--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link
{
	color: #FFF;
}
ul.navbar-nav > li > a.nav-link:after{
	width: calc( 100% - 10px);
	height: 3px;
	background-color: transparent;
	content: "";
	display: block;
	margin: 0 auto;
}

ul.navbar-nav > li > a.nav-link:hover:after{
	background-color: #40b283;
}

ul.navbar-nav > li:last-of-type > a.nav-link:after
{
	display: none;
}

ul.navbar-nav > li:last-of-type > a.nav-link
{
	border: 3px solid #40b283;
	border-radius: 30px;
	min-width: 120px;
	text-align: center;
	
}
ul.navbar-nav > li:last-of-type > a.nav-link:hover
{
	background-color: #40b283;
}

.js-header-change-moment ul.navbar-nav > li:last-of-type > a.nav-link
{
	border-color: #FFF;
}
.js-header-change-moment ul.navbar-nav > li:last-of-type > a.nav-link:hover
{
	background-color: #FFF;
	color: #016771;
}


#contentsection ol
{
	padding-left: 20px;
}

.sbcenter {
	display: flex;
    align-items: center;
    justify-content: center;
	    flex-wrap: wrap;
}

ol.rtList li,
ul.rtList li
{
	border-bottom: 1px solid #EDEDED;
	padding-top: 10px;
	padding-bottom: 10px;	
}

ul.rtList li:last-of-type,
ol.rtList li:last-of-type
{
	border-color: transparent;
}


a
{
	color: inherit;
}

.g-font-family-proxima-nova
{
	font-family: 'Cardo', serif;	
}



/*
orange:
#f39325
rgba(243,147,37,1)

pink:
#fcf2f1
rgba(252,242,241,1)

deepblue
#022539
rgba(2,37,57,1)

darkblue
#1c7690
rgba(28,118,144,1)

middleblue
#739ba7
rgba(115,155,167,1)

lightblue
#a8c9d2
rgba(168,201,210,1)

*/


section#contentsection img{
	max-width: 100%;
}


ul.breadcrumbs
{
    z-index: 100;
    position: relative;
}


.popup .btn,
#contentsection .btn
{
	padding: .5rem 1rem;
	font-weight: 400 !important;
	font-size: 1.2rem;
	border-radius: 20px;
	min-width: 150px;
	text-align: center;
	border: 1px solid rgba(2,37,57,1);
	color: #1c7690;
	background-color: transparent;
}

.popup .btn:hover,
.popup .btn:focus,
#contentsection .btn:hover,
#contentsection .btn:focus,
#contentsection .btn:hover,
#contentsection .btn:focus
{
	color: #FFF !important;
	background-color: #1c7690 !important;
}


.popup .btn.btn-success,
.popup .btn.btn-success:active,
#contentsection .btn.btn-success,
#contentsection .btn.btn-success:active,
#contentsection .btn.primary,
#contentsection .btn.primary:active
{
	border-color: #f39325;
	color: #f39325 !important;
}

#contentsection .btn.btn-negative,
#contentsection .btn.btn-negative:active
{
	border-color: #739ba7;
	color: #739ba7 !important;
}

.popup .btn.btn-success:hover,
.popup .btn.btn-success:focus,
#contentsection .btn.btn-success:hover,
#contentsection .btn.btn-success:focus,
#contentsection .btn.primary:hover,
#contentsection .btn.primary:focus
{
	color: #FFF !important;
	background-color: #f39325 !important;
}

#contentsection .btn.btn-negative:hover,
#contentsection .btn.btn-negative:focus
{
	color: #FFF !important;
	background-color: #739ba7 !important;
}



.popup .btn-success:not(:disabled):not(.disabled).active, 
.popup .btn-success:not(:disabled):not(.disabled):active, 
#contentsection .btn-success:not(:disabled):not(.disabled).active, 
#contentsection .btn-success:not(:disabled):not(.disabled):active, 
#contentsection .show>.btn-success.dropdown-toggle
{
	border-color: #313a49;
}

.popup .btn-success:not(:disabled):not(.disabled).active:focus, 
.popup .btn-success:not(:disabled):not(.disabled):active:focus, 
#contentsection .btn-success:not(:disabled):not(.disabled).active:focus, 
#contentsection .btn-success:not(:disabled):not(.disabled):active:focus, 
#contentsection .show>.btn-success.dropdown-toggle:focus
{
	box-shadow: none;
}



section#titlesection{
	margin-bottom: 1rem;
}


iframe{
	width: 100%;
}

.table-striped tbody tr:nth-of-type(2n+1)
{
	background-color: f2f2f2;
}

.table-striped tbody tr th{
	background-color: #EBE8DC;
	color: #222;
}


#contentsection > .container-fluid > .row > div > .container > .row > div > div
{
	height: 100%;
}


ul {
	padding-left: 0px;
}
ul li{
	margin-left: 20px;
}

ul.sidenav li,
ul.breadcrumbs li
{
	margin-left: 0px;
}



body{	
	font-family: 'Cardo', serif;
	color: #333333;
	font-weight: 400;
	font-size: 1.2rem;
	background-color: rgba(252,252,252,0.25);
	text-rendering: optimizeLegibility;
}
h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4
{
	font-family: 'Oswald', sans-serif;
	color: #333333;
}
	

/* Typography */

h1, .h1 { line-height: 1.2; font-size: 3rem; font-weight: 400;}
h2, .h2 { font-size: 2.25rem; font-weight: 400; }
h3, .h3 { font-size: 1.75rem; font-weight: 400;}
h4, .h4 { font-size: 1.5rem; font-weight: 700;}


#contentsection h2
{
	margin-top: 3rem;
}

#contentsection h3
{
	margin-top: 2.4rem;
}

#contentsection h4
{
	margin-top: 2rem;
}

.lead{
	font-weight: inherit;
	font-size: 120%;
	margin-bottom: 1.4rem;
	font-weight: 300;
}

@media (min-width: 1200px) {
  .g-font-size-20--xl {
    font-size: 1.42857rem !important;
  }
}

footer a
{
	text-decoration: none;
}

#contentsection a:hover, #contentsection a:focus,
#headersection a:hover, #headersection a:focus,
footer a:hover, footer a:focus
{
	border-bottom:;
	color: #222;
	text-decoration: underline;
}




footer a:hover, footer a:focus,
#contentsection .g-bg-darkgreen a:hover, #contentsection .g-bg-darkgreen a:focus {
	border-color: #FFF;
}

@media (min-width: 576px) {
  .g-height-200--sm {
	  height: 200px;
  }
}

@media (min-width: 768px) {
	.g-font-size-22--md {
  		font-size: 1.57143rem !important;
	}
	.g-height-300--md {
    	height: 300px;
  	}
	.g-height-400--md {
    	height: 400px;
  	}
	.g-font-size-45--md {
  	font-size: 3.21429rem !important;
	}
}

@media (min-width: 992px) {
	.g-font-size-50--lg {
		font-size: 3.57143rem !important;
	  }
	.g-font-size-60--lg {
    	font-size: 4.28571rem !important;
  	}
}



@media (min-width: 1200px) {
  	.g-height-400--xl {
    	height: 400px;
  	}
  	.g-height-500--xl {
    	height: 500px;
  	}
	.g-font-size-60--xl {
    	font-size: 4.28571rem !important;
  	}
	.g-font-size-50--xl {
    	font-size: 3.57143rem !important;
  	}
	.g-font-size-75--xl {
    	font-size: 5.35714rem !important;
 	}
	
	
}

@media (min-width: 2000px)
	{
	.g-height-500--xxl {
    	height: 500px;
  	}	
	}


/* Lists */

.investorContent ul
{
	list-style-type: none;
	list-style-position: inside;
	padding-left: 25px;
    padding-bottom: 5px;
}

.investorContent ul li:before{
    font-family: 'FontAwesome';
    content: '\f0c8';
    font-size: 12px;
    margin: 4px 10px 0 -25px;
    color: rgba(115,165,51,0.7);
	display: block;
	float: left;
}

.investorContent ul li
{
	margin-bottom: 10px;
}


/* Color definitions */
/* 

orange:
#f39325
rgba(243,147,37,1)

pink:
#fcf2f1
rgba(252,242,241,1)

deepblue
#022539
rgba(2,37,57,1)

darkblue
#1c7690
rgba(28,118,144,1)

middleblue
#739ba7
rgba(115,155,167,1)

lightblue
#a8c9d2
rgba(168,201,210,1)




*/




::-moz-selection {
  color: #fff;
    background-color: #313a49; }

::selection {
  color: #fff;
    background-color: #313a49; }

.g-color-black{
	color: #444 !important;
}


.g-bg-darkblue{
	background-color: #1c7690 !important;
	background-color: rgba(28,118,144,1) !important;	
}
.g-color-darkblue{
	color: #1c7690 !important;
	color: rgba(28,118,144,1) !important;	
}

.g-color-deepblue{
	color: #022539 !important;
	color: rgba(2,37,57,1) !important;	
}

.g-bg-deepblue{
	background-color: #022539 !important;
	background-color: #016771 !important;	
}

.g-bg-navyblue{
	background-color: #016771 !important;	
}

.g-color-middleblue{
	color: #739ba7 !important;
	color: #A7D7CD !important;
}

.g-bg-middleblue{
	background-color: #739ba7 !important;
	background-color: #A7D7CD !important;
}





.g-bg-darkgrey{
	background-color: #313a49 !important;
	background-color: rgba(49,58,73,1) !important;
}

.g-bg-lightgrey{
	background-color: #f9f9f9 !important;
}

.g-bg-darkgrey{
	background-color: #313a49 !important;
}


.g-color-darkgrey{
	color: #313a49 !important;
	
	
}


.g-color-lightgreen{
	color: rgba(213, 234, 225, 1) !important;
}

.g-bg-lightgreen{
	background-color: rgba(213, 234, 225, 1) !important;
}
.g-color-mintgreen{
	color: #b3d9c9 !important;
}

.g-bg-mintgreen{
	background-color: #b3d9c9 !important;
}







/* Menu */

/* Hover meny */






/*
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link, .u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link
{
	color: #FFF;
	font-weight: 600;
}

*/

.navbar .u-sub-menu-v1 .hs-sub-menu a, .navbar .u-sub-menu-v1 .dropdown-menu a{
padding-left: 0px; padding-right: 0px;	
}

	.navbar-brand img{
		width: 150px;	
	}


@media (min-width: 992px) {
	.navbar-brand img{
		width: 250px;	
	}
}



.u-header__section--light .hamburger-inner, 
.u-header__section--light .hamburger-inner::after, 
.u-header__section--light .hamburger-inner::before{
	background-color: #313a49;	
	height: 5px;	
}

/* Side Menu */

.sideNav{
	/*border-top: 5px solid rgba(28,118,144,1);*/
	background-color: #EBE8DC;
	padding: 30px;
	padding-top: 30px;
}
.sideNav ul {
    list-style: none;
    margin: 0;
    padding: 0;
	font-family: 'Cardo', serif;
}

#contentsection .sideNav h4{
	display: inline-block;
	clear: both;
	margin-bottom: 10px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.4rem;
	margin-top: 1rem;
	font-family: 'Cardo', serif;
}

.sideNav ul li a{
	color: #444;
	font-weight: 400;
	text-decoration: none;
	font-size: 1.2rem;
	
}
.sideNav > ul > li
{
	border-bottom: 1px solid rgba(0,0,0,0.05);
}

.sideNav ul li a:hover, .sideNav ul li.current-menu-item > a
{
	/*border-bottom: 1px solid rgba(0,0,0,1) !important;*/
}


.sideNav > ul > li{
	padding-bottom: 4px;
}

.sideNav ul ul{
	padding-left: 10px;
}

.sideNav ul ul li
{
	line-height: 1.2;
}

.sideNav ul ul li a{
	font-weight: 300;
	font-size: 1.1rem;
}


/* Footer Nav */
footer ul.footer-nav{
	margin: 0px;
	padding: 0px;
}

footer ul.footer-nav li{
	font-weight: 400;
	font-size: 1rem;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	font-size: 1.2rem
}


/* Footer */
footer{
	background-color: #484848;
 	min-height: 200px;
}

footer{
	font-size: 1rem;
	font-weight: 400;
}

footer h4{
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 1.4rem;
    letter-spacing: 1px;
}
footer .footer-logo
{
	max-width: 300px;
}

footer a{
	color: #FFF;
}

footer a:hover, footer a:focus{
	color: #fff;

}





/* IRwebb NewsArchive module */

div.newsContainer.container{
	padding: 0 0 20px 0;
	margin: 0px;
    clear: both;
	width: 100%;
}


div.newsContainer div.infobox div.reportbox,
div.newsContainer div.infobox div.presentationbox,
div.newsContainer div.infobox div.external-editorial-contentbox,
div.newsContainer div.infobox div.public-offer-documentbox,
div.newsContainer div.infobox div.article-of-associationbox
{
	clear: both;
	padding-bottom: 0px;
}

div.newsContainer div.infobox div.reportbox:after,
div.newsContainer div.infobox div.presentationbox:after,
div.newsContainer div.infobox div.external-editorial-contentbox:after,
div.newsContainer div.infobox div.public-offer-documentbox:after,
div.newsContainer div.infobox div.article-of-associationbox:after {
    display: block;
    clear: both;
    content: "";
}


div.newsContainer div.infobox div.reportbox div.reporthead,
div.newsContainer div.infobox div.presentationbox div.presentationhead,
div.newsContainer div.infobox div.external-editorial-contentbox div.external-editorial-contenthead,
div.newsContainer div.infobox div.public-offer-documentbox div.public-offer-documenthead,
div.newsContainer div.infobox div.article-of-associationbox div.article-of-associationhead
{

	float: left;
	max-width: 80%;
    font-weight: 400;
    color: #222;
    font-size: 1.3rem;
	font-family: 'Cardo', serif;
}

div.newsContainer div.infobox div.reportbox div.reporthead a,
div.newsContainer div.infobox div.presentationbox div.presentationhead a,
div.newsContainer div.infobox div.external-editorial-contentbox div.external-editorial-contenthead a,
div.newsContainer div.infobox div.public-offer-documentbox div.public-offer-documenthead a,
div.newsContainer div.infobox div.article-of-associationbox div.article-of-associationhead a
{
	text-decoration: none;
    color: #222;
	display: inline;
	border-bottom: 2px solid transparent;
}

div.newsContainer div.infobox div.reportbox div.reporthead a:hover,
div.newsContainer div.infobox div.presentationbox div.presentationhead a:hover,
div.newsContainer div.infobox div.external-editorial-contentbox div.external-editorial-contenthead a:hover,
div.newsContainer div.infobox div.public-offer-documentbox div.public-offer-documenthead a:hover,
div.newsContainer div.infobox div.article-of-associationbox div.article-of-associationhead a:hover{
	
	color: #222;
	text-decoration: underline;
}
div.newsContainer div.infobox{
	padding-top: 15px;
    padding-bottom: 15px;
	border-bottom: 1px solid #e6e6e6;

}
.irStartBlock div.newsContainer div.infobox{
	padding-left:20px;
	padding-right: 20px;	
}

div.newsContainer div.infobox:hover{
}


div.newsContainer div.infobox:last-of-type{
	border-color: transparent;
}

div.newsContainer div.infobox div.infoboxdate
{
	float: initial;
	min-width: 110px;
	font-weight: 300;
	padding-top: 3px;
	line-height: 1.4;
}


/* New */

div.irHome div.newsContainer div.infobox div.infoboxdate
{
	color: #aaa;
}

div.newsContainer div.infobox div.reportbox{
	display: flex;
	flex-wrap: wrap;
	margin-left: 50px;
	margin-bottom: 10px;
}

div.irHome div.newsContainer div.infobox div.reportbox
{
	margin-left: 0px;
	
}
div.newsContainer div.infobox div.reportbox > *
{
	flex: 0 0 100%;
}

div.newsContainer div.infobox div.reportbox > div.reporthead{
	order: -1;	
	line-height: 1;
	font-size: 1.4rem;
}
div.newsContainer div.infobox div.reportbox > div.reporthead a{
	color: #222;
	text-decoration: none;
}

div.irHome div.newsContainer div.infobox div.reportbox > div.reporthead a{
	color: #FFF;
	text-decoration: none;
	font-size: 1.4rem;
	font-family: 'Cardo', serif;
	font-style: italic;
	line-height: 1.2;
	font-weight: 500;
}

@media screen and (min-width: 1200px)
	{
		div.irHome div.newsContainer div.infobox div.reportbox > div.reporthead a{
			font-size: 2rem;
		}
		
	}

div.newsContainer div.infobox div.reportbox > div.reporthead a:hover{
	text-decoration: underline;
	font-weight: 600;

}

#contentsection div.irHome div.newsContainer div.infobox div.reportbox > div.reporthead a:hover
{
	color: #FFF;
	font-weight: 600;
}


div.newsContainer div.infobox{
	position: relative;
}

div.newsContainer div.infobox div.reportbox > div.reporthead a:before{
	display: block;
    content: "\f1c1";
	font-family: 'Fontawesome';
    height: 40px;
    width: 40px;
    position: absolute;
	color: #222;
	font-size: 3rem;
	font-weight: 200;
    left: 0;
	top: 12px;
/*	background-image: url(/media/202125/pdf-file.png?width=120);
	background-size: contain;
	background-repeat: no-repeat;*/
}
div.irHome div.newsContainer div.infobox div.reportbox > div.reporthead a:before
{
	color: #FFF;
	font-style: normal;
	display: none;
}

div.newsContainer div.infobox{
	padding-top: 10px;
    padding-bottom: 0px;
}

div.infobox div.pressbox div.presshead a:after {
    content: " > Läs mer ";
    display: block;
    color: #222;
    font-weight: normal;
    min-width: 100px;
    border-bottom: 1px solid transparent;
    position: absolute ;
    bottom: -20px;
    left: 0;
	border: 1px solid #222;
    border-radius: 100px;
	    text-align: center;
	background-color: #fff;
	padding: 6px;
	margin-top: 10px;
	font-size: 1.2rem;
	padding: 10px 20px 10px 20px;
	line-height: 1.1;
}

.sbbutton {
   display: inline-grid;
    color: #222;
    font-weight: normal;
    min-width: 100px;
    border-bottom: 1px solid transparent;
    bottom: -20px;
    left: 0;
	border: 1px solid #222;
    border-radius: 100px;
	    text-align: center;
	background-color: #fff;
	padding: 10px 20px 10px 20px;
    line-height: 1.1;
	margin-bottom: 10px;
	font-size: 1.2rem;
}

.sbbutton:hover {
    
	color: #fff !important;
	text-decoration: none !important;
	background-color: #016771;
	border-color: #016771;
}
.sbbutton:hover a, .sbbutton:hover a:hover, .sbbutton:hover a:focus
{
	color: #FFF;
	text-decoration: none;
}
	

.sbbutton1 {
    display: inline-grid;
    color: #fff;
    font-weight: normal;
    width: 200px;
    border-bottom: 2px solid transparent;
    bottom: -20px;
    left: 0;
	border: 2px solid #40B283;
    border-radius: 100px;
	    text-align: center;
	background-color: #40B283;
	padding: 10px 10px 10px 10px;
    line-height: 1.1;
}

.sbbutton1:hover {
	color: #fff !important;
	text-decoration: none !important;
	background-color: #016771;
	border-color: #016771;
	
}

div.infobox div.pressbox div.presshead a:hover:after {
    background-color: #016771;
    color: #fff;
	border-color: #016771;
}

div.infobox div.pressbox div.presshead a:hover {
    text-decoration: none !important;
	border-bottom: 0px solid #fff !important;
}

div.infobox div.pressbox div.presshead a {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.1;
    padding-bottom: 10px;
    width: 100%;
    display: block;
	padding-bottom: 15px;
    color: initial;
}




/* IRwebb Pressrelease module */

div#contacts-section div.infobox div.pressbox{
	border-bottom: solid 1px rgba(255,255,255,0.1);
	padding-bottom: 10px;
	margin-bottom: 10px;
}

div#contacts-section div.infobox:last-of-type div.pressbox{
	border-bottom: 0px;
}

div#contacts-section div.infobox div.pressbox div.presshead a{
	font-size: 14px;
    font-weight: 400;
	color: rgba(255, 255, 255, 0.8) !important;
	letter-spacing: initial;
}

div#contacts-section div.infobox div.pressbox div.presshead{
	padding-top: 0px;
	padding-bottom: 0px;
}

div#contacts-section div.infobox div.pressbox div.presshead a:hover{
	text-decoration: underline;
	color: rgba(255, 255, 255, 1) !important;
}

div#contacts-section div.infobox div.pressbox div.pressdate{
	color: rgba(255, 255, 255, 0.8) !important;
	font-style: normal;
}


div.irHome div.regulatorySelector,
footer div.regulatorySelector,
section.contentsectionfront div.regulatorySelector
{
	display: none;
}

div.regulatorySelector{
	clear:both;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 14px;
    height: 70px; 
}

div.regulatorySelector div.regulatoryItem{
	float: left;
}

#contentsection div.regulatorySelector div.regulatoryItem a{
	background-color: #FFF;
	color: #016771;
	display: block;
	line-height: 24px;
	padding: 8px 16px;
	margin-right: 10px;
	font-weight: 700;
	border: 1px solid #016771;
	border-radius: 20px;
	min-width: 120px;
	text-align: center;
}

#contentsection div.regulatorySelector div.regulatoryItem a:hover, 
#contentsection div.regulatorySelector div.showAllActive a, 
#contentsection div.regulatorySelector div.showRegulatoryActive a{
	background-color: #016771;
	color: #FFF;
	text-decoration: none;
}
#contentsection div.regulatorySelector div.showAllActive a,
#contentsection div.regulatorySelector div.showRegulatoryActive a
{
	background-color: #fff;
	border-color: #444;
	color: #222;
}




div.infobox div.pressregulatory{
	font-size: 1.2rem;
    float: left;
    margin-left: 20px;
    line-height: 1.6;
    font-weight: 400;
    color: #016771;
}

footer div.infobox div.pressregulatory{
	font-size: 10px;
	padding: 3px 12px;
	background-color: rgba(255,255,255,0.5);
	line-height: 1.2;
}



div.infobox div.pressbox{
	padding: 0px 0px 10px 0px; 
	border: 0px;
	position: relative;
	margin-bottom: 50px;
}

div.infobox:last-of-type div.pressbox{
	border-bottom: 0px;	
}

div.infobox div.pressbox div.presshead
{

}

div.documentsList{
	margin-bottom: 20px;
}

section.irFront div.documentsList{
	margin-bottom: 40px;
}


.documentsList .infobox{
	border-bottom: 1px dotted #e6e6e6;
}

footer .documentsList .infobox{
	border-bottom: 0px;
}




.documentsList .infobox:last-of-type{
	border-color: transparent;
}

.presspreamble{
	margin-bottom: 20px;
}

div.infobox div.pressbox div.presspreamble p, div.infobox div.pressbox div.presspreamble li  {
	font-weight: 400;
	font-size: 1.1rem;
}

div.infobox div.pressbox div.presspreamble strong
{
	font-weight: 400;	
}

div.infobox div.pressbox div.presspreamble li{
/*	display: list-item;
	list-style-type: none;
	list-style-position: outside;
	margin-left: 25px !important;
	font-weight: 300;
	font-size: 1.1rem; */
}

div.infobox div.pressbox ul, div.pressrelease_infobox ul{
/*	margin-bottom: 10px;
	padding-left: 0px; */
}


div.infobox div.pressbox div.pressdate{
	margin-bottom: 0px;
	font-weight: 300;
	font-size: 1.2rem;
	color: #222;
	float: left;
	display: block;
}

footer div.infobox div.pressbox div.pressdate{
	font-size: 1rem;
	color: #FFF;
	line-height: 1.4;
}

div.infobox div.pressbox div.presshead{
	clear:both;
	padding-top: 0px;
    padding-bottom: 0px;
    font-family: 'Cardo', serif;
}

footer div.infobox div.pressbox div.presshead
{
	font-family: inherit;
}



div.infobox div.pressbox div.presshead a{
	font-size: 1.4rem;
	line-height: 1.4;
}

footer div.infobox div.pressbox div.presshead a{
	font-size: initial;
	line-height: 1.2;
}


div.infobox div.pressbox{
	padding: 20px 0px 20px 0px; 
}
div.documentsList div.infobox:first-of-type .pressbox
{
	padding: 10px 0px 20px 0px; 
}

footer div.documentsList div.infobox:first-of-type .pressbox
{
	padding-top: 0px;
}
footer div.documentsList div.infobox .pressbox
{
	display: flex;
    flex-direction: column;
}
footer div.documentsList div.infobox .pressbox .pressdate
{
	order: 2;
}


footer div.infobox div.pressbox{
	padding: 10px 0px 10px 0px; 
}
footer div.infobox:first-of-type div.pressbox{
	padding-top: 0px;
}

div.infobox div.pressbox div.presshead a:hover,
div.infobox div.pressbox div.presshead a:focus{
}


.container.pressrelease_container{
	border: 0;
	margin: 0px;
	padding: 0px;
	width: 100%;
	box-shadow: none;
	max-width: 100%;
	margin-top: 1.5rem;
}

.pressrelease_infobox
{
	margin-bottom: 20px;
	overflow: auto;
	padding: 0px;
}


.pressrelease_infobox a{
	
}
.pressrelease_heading{
    font-weight: 400;
    margin: 0px 0 20px 0;
    padding: 0;
	font-size: 2rem;
	line-height: 1.1;
	letter-spacing: 1px;
	font-family: 'Oswald', sans-serif;
}
.pressrelease_preamble{
    margin: 0;
	margin-bottom: 20px;
}

.pressrelease_preamble p, .pressrelease_preamble li{
	font-size: 1.2em;
	line-height: 1.4;
	font-weight: 300;
}


.pressrelease_object strong{
	margin: 0px !important;	
	font-weight: 600;
}

.pressrelease_object p{
	margin-bottom: 10px;
}

.pressrelease_object p, .pressrelease_object li
{
}
.pressrelease_object li
{
/*	display: list-item;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px !important; */
}

.pressrelease_object table
{
	margin-bottom: 15px;
	width: 100%;
}

.pressrelease_object table td,
.pressrelease_object table th
 {
	 padding: 5px 10px;	 
 }

.pressrelease_object table tbody tr:nth-of-type(2n+1) {
    background-color: #f7f7f7;
}


.pressrelease_files{
	padding-bottom: 10px;
	line-height: 1.3em;
}


.pressrelease_files .pressrelease_file a{
	font-size: 1.2rem;
	color: #222;
	font-weight: 600;
	display: inline;
	line-height: 1;
}
.pressrelease_files .pressrelease_file{
	width: 100%;
	margin-bottom: 10px;
}

.pressrelease_files .pressrelease_file a:hover{
	color: #FFF;
	text-decoration: none;
}

.pressrelease_files .pressrelease_fileheader {
	margin-top: 0px;
    font-weight: 400;
    color: #333333;
	font-family: 'Oswald', sans-serif;
    font-size: 1.4rem;
    margin-bottom: 20px;
    line-height: 2.2rem;
    padding-bottom: 5px;
}


.pressrelease_files .pressrelease_file a:after{
	content: "\f1c1";
	font-family: FontAwesome;
	font-size: 1em;
	margin-left: 20px;
}


div.pressrelease_leftcolumn{
	float: left;
	width: 100%;
	padding-right: 30px;
}
div.pressrelease_rightcolumn{
	float: left;
	width: 100%;
	padding: 1rem;
	background-color: #EBE8DC !important;
	border-top: 8px solid #016771;
}


@media screen and (max-width: 780px){
	div.pressrelease_rightcolumn, div.pressrelease_leftcolumn {
		width: 100% !important;
		padding: 0px;
		}
	div.pressrelease_rightcolumn{
		padding: 10px;
	}
}


div.pressrelease_about
{
	font-style: italic;
}




/* IRwebb Calendar module */

div.calendarBox{
	padding-top: 10px;
	padding-bottom: 0px;
	padding-right: 10px;
}

div.calendarBox div.row{
	margin: 0px;
	margin-bottom: 10px;
}


div.frontNewsPage div.event{
	background-color: #FFF;
}


@media screen and (max-width : 768px){
	div.eventInfo{
		padding-left: 10px !important;	
	}
}

div.calendarBox div.date {
		background-color: #EBE8DC;
		padding: 5px;
		font-weight: 500;
		text-transform: uppercase;
		min-width: 100px;
		float: left; 
		text-align: center;
		max-height: 90px;
	/*border-top: 5px solid #016771;*/
	color: #333;
		}



div.calendar_Home_Block div.event div.head{
	font-weight: 400;
    font-size: 1.4rem;
    letter-spacing: 2px;
}




div.calendarBox div.date span{
	clear: both;
	display: block;
}
div.calendarBox div.date span.day{
	font-size: 36px;
	line-height: 36px;
	font-weight: 400;
}


div.calendarBox div.date span.month{
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
}
div.calendarBox div.date span.year{
	font-size: 12px;
	line-height: 14px;
	padding-top: 3px;
}



div.event{

	margin-bottom: 10px;
	clear: both;
	overflow: auto;

}

div.event:last-of-type {
	border: 0px;	
}

div.videoList
{
	display: flex;
    justify-content: space-between;
	flex-direction: column;
}

div.videoList div.videoItem {

	flex: 100% 0 1;
    background-color: rgb(219,232,232,1);
	margin-bottom: 20px;
}



@media screen and (min-width: 768px)
{
	div.videoList
	{
		flex-direction: row;
	}
	div.videoList div.videoItem {
		flex: 47.5% 0 1;
	}

}
	
div.videoList div.videoItem .headline
{
	font-weight: 700;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 110%;
}

div.videoList div.videoItem .description
{
	padding-bottom: 15px;
}

div.videoList div.videoItem .headline,
div.videoList div.videoItem .description
{
	padding-left: 10px;
	padding-right: 10px;
}


div.videoWrapper
{
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	/* padding-top: 25px; */
	height: 0;
}

div.videoWrapper iframe, div.videoWrapper object, div.videoWrapper embed
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important; 
	height: 100% !important;
}



div.event.eventNext div.head{

}


div.eventInfo{
		padding: 2px 5px 0px 0px;
		font-weight: 300;
		font-size: 12px;
		max-width: 500px;
		overflow: auto;
}


div.event div.eventBox{
	float: left;
	padding-left: 0px;
}

div.event div.head{
	font-size: 1.3rem;
	font-weight: 400;
	color: #222;
}

@media (min-width: 576px) and (max-width: 1280px){
	.event .col-sm-9.informationColumn {
		flex: 0 0 60%;
	}
}

@media (max-width: 576px){
	.event .col-sm-1.dateColumn {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
		min-width: 100px;
	}
	.event .col-sm-9.informationColumn {
		flex: 0 0 65%;
	}
}





/* New IRwebb general paging module */


div.pagingbox
{
	font-size: 14px;
    text-decoration: None;
	clear: both;
	padding-top: 20px;
	width: 100%;
	display: flex;
}


div.pagingbox div.paging_item{
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}

div.pagingbox div.paging_item a, div.pagingbox div.paging_item span
{
	background-color: #FFF;
	border-radius: 0px;
	color: #222;
	font-weight: 400 !important;
	text-align: center;
	padding: 8px 16px;
	transition: all linear 0.1s;
    -moz-transition: all linear 0.1s;
    -webkit-transition: all linear 0.1s;
    -o-transition: all linear 0.1s;
	border: 1px solid #016771;
	border-radius: 50px;
}



div.pagingbox div.paging_item .current {
	background-color: #016771 !important;
    color: #fff !important;
}

div.pagingbox div.paging_item span.spacer{
	border-color: transparent;
}


div.pagingbox div.paging_item a, div.pagingbox div.paging_item a:visited
{
	background-color: #FFF;
	color: #016771 !important;
}


div.pagingbox div.paging_item a:hover, div.pagingbox div.paging_item a:focus{
    background-color: #016771;
	color: #FFF !important;
	text-decoration: none !important;
	border-bottom: 1px solid #016771;
}






/* IRWebb Roles Module */

.rolesContainer .clearfix:before, .rolesContainer .clearfix:after{
	display: block;
	clear: initial;
}

div.rolesContainer:after, div.rolesContainer:before{
	content: " ";
    display: table;
}
div.rolesContainer:after{
	clear: both;
}


.rolesContainer p{
}

.rolesContainer{
	width: 100%;
	clear:both;
}


.boardmember{
	margin-bottom: 20px;
}

.boardmember.board-of-directorsItem,
.boardmember.managementItem
{
	padding-top: 15px;
   	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 5px;
}


.boardmember.board-of-directorsItem:last-of-type,
.boardmember.managementItem:last-of-type
{
	border-bottom: 0px;
}


.imageColumn{
	flex: 0 0 27.5%;
	max-width: 27.5%;
	order: 1;
}

.imageColumn img{
	width: 100%;
}


.descriptionColumn{
	flex: 0 0 72.5%;
	max-width: 72.5%;
	order: 2;
}

.boardmember .boardmemberpicture{
	min-height: 200px;
    width: 100%;
    background-color: #e6e6e6;
}
.ir-contactItem.boardmember .boardmemberpicture
{
	background-color: transparent;
}

.boardmember span.rolesName
{
	font-size: 1.75rem;
    line-height: 1.75rem;
    color: #444;
    margin: 0px 0 5px 0;
    font-weight: 400;
    display: block;
	font-family: 'Cardo', serif;
}

.ir-contactItem.boardmember span.rolesName{
	font-size: 1.6rem;
	font-weight:400;
	margin: 5px 0px 5px 0px; 

}

.ir-contactItem.boardmember .rolesDescription
{
	margin-bottom: 0px;
}

.ir-contactItem.boardmember{
	margin-top: 20px;
	margin-bottom: 0px;
	padding-bottom: 20px;
}

.ir-contactItem.boardmember:last-of-type{
	border-color: transparent;
}



.ir-contactItem.boardmember span.rolesTitle{
	font-size: 15px;
	margin: 5px 0px 10px 0px; 
}

.ir-contactItem.boardmember .descriptionColumn{
}



.ir-contactItem.boardmember .imageColumn .boardmemberpicture{
	padding-top: 0px;
}

.ir-contactItem.boardmember .imageColumn img{
	max-width: 100px;
	padding: 0px;
}


.ir-contactItem.boardmember span.rolesPhone{
	display: block;
	clear: both;
	font-size: 15px;
}

.ir-contactItem.boardmember span.rolesEmail{
	display: block;
	clear: both;
	font-size: 15px;
}

div.ir-contactItem span.rolesPhone:before
{
	content: "\f095";
	font-family: FontAwesome;
	font-size: 1.5em;
	margin-right: 10px;
	margin-top: -5px;
	display: block;
	float: left;
	clear:both;
	color: #222;
}

div.ir-contactItem span.rolesEmail:before
{
	content: "\f0e0";
	font-family: FontAwesome;
	font-size: 1.5em;
	margin-right: 10px;
	margin-top: -5px;
	display: block;
	float: left;
	clear:both;
	color: #222;
}


.boardmember span.rolesTitle{
	font-size: 1.4rem !important;
    line-height: 1.4rem;
	margin: 5px 0 10px 0px;
	font-weight: 300;
	display: block;
	color: #222;
}


.rolesDescription{
	clear:both;
	margin-bottom: 30px;
}

.auditor span.rolesName
{
	font-size: 1.75rem;
    line-height: 1.75rem;
    color: #222;
    margin: 15px 0 5px 0;
    font-weight: 700;
    display: block;
}

.auditor span.rolesTitle
{
	display: none;
}

@media screen and (max-width: 576px) {
	.boardmember .imageColumn
	{
		flex: 0 0 100%;
		max-width: 100%;
		order: 0;
		margin-bottom: 20px;
	}
	
	.boardmember .boardmemberpicture
	{
		min-height: 0px;
		background-color: transparent;
	}
	
		.boardmember .descriptionColumn, .boardmember
	{
		flex: 0 0 100%;
		order: 1;
		max-width: initial;
	}
	section#contentsection .imageColumn img{
		width: 100%;
		max-width: 200px;
		
	}
	.boardmember .boardmemberpicture
	{
		margin-bottom: 0px;
	}
	
	.ir-contactItem.boardmember, .ir-contactItem.boardmember .descriptionColumn, .boardmember{
	}
	
}



/* IRwebb Subscription module */
.prenContainer {
	margin: 0px;
	padding: 0px;
	margin-left: 0px;
	width: 99%;
	font-family: 'Cardo', serif;
	color: #444;
}

.prenContainer .mailText{
	display: none;	
}



.prenContainer .prenInfobox .userMessage {
	font-style: italic;
	color: #000;
	font-size: 14px;
	margin-bottom: 5px;
}

.prenContainer .prenInfobox .textfield	{
	width: 100%;
	box-sizing: border-box;
	clear: left;
	margin-bottom: 5px;
	font-family: 'Cardo', serif;
	border:1px solid #cdcdcd;
	border-radius: 2px;
	padding: 5px 10px;
	margin-top: 5px;
}
.prenContainer .prenInfobox .mailInput	{
}

.prenContainer .prenInfobox .button
{
	float: left;
	position:relative;
	margin-left: 0px;
	font-family: 'Cardo', serif;
    padding: 8px 12px;
	background-color: #007271;
	color: #FFF;
	border: none;
	font-size: 16px;
	margin-top: 5px;
	font-weight: 800;
	float: right;
	border: 2px solid #007271;
		border-radius: 20px;
}
.prenContainer .prenInfobox .button:hover
{
	background-color: #FFF;
	color: #222;
	cursor: pointer;
	
}
.prenContainer .prenInfobox a:link
{
	text-decoration: none;
}




/* Kontaktformulär */


.umbraco-forms-page .row-fluid
{
	margin-left: -15px;
	margin-right: -15px;
}
	

 .umbraco-forms-field label
{
	font-size: 1.2rem;
}

.umbraco-forms-field.dataconsent > label{
	width: 100%;
}

.umbraco-forms-field.dataconsent .umbraco-forms-field-wrapper input
{
	width: 20px;
	float: left;
	margin-top: 5px;
}
.umbraco-forms-field.dataconsent .umbraco-forms-field-wrapper label
{
	float: left;
	width: calc(100% - 20px);
	font-size: 1rem;
	font-weight: 400;
}

.umbraco-forms-navigation input
{
	float: right;
}
.umbraco-forms-field
{
	padding-bottom: 5px;
	overflow: auto;
	clear:both;
}
.umbraco-forms-field label
{
	width: 120px;
	float: left;
	font-weight: 600;
}

.umbraco-forms-field input,
.umbraco-forms-field textarea
{
	float:left;
	width: calc(100% - 120px);
	font-size: 1rem;
	border-radius: 3px;
	border: 0px;
	line-height: 1.4rem;
    padding: .5rem .25rem;
}

.umbraco-forms-field .field-validation-error{
	margin-left: 100px;
	font-size: 1rem;
	color: rgba(254,72,25,1);
	display: block;
    clear: both;

}

	.umbraco-forms-field input.input-validation-error,
	.umbraco-forms-field textarea.input-validation-error
{
	background-color: rgba(254,72,25,.1);
}


.umbraco-forms-field.dataconsent .field-validation-error
{
	margin-left: 0px;
}

.umbraco-forms-navigation
{
	display: flex;
}

/* Cookies */
.popup-overlay{
	display:none;
	position:fixed;
	left:0;
	bottom:0;
	background-color:rgba(255,255,255,.9);
	width:100%;
	min-height: 150px;
	text-align:left;
	align-items:center;
	justify-content:left;
	z-index: 1000;
	padding: 1rem;

}

.popup-overlay .popup p a{
	color: #444444;
	font-weight: 600;
}

.popup-overlay .popup{
	display:inline-block;
	width:100%;
	height: 100%;
	min-height:100%;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items:center;
	justify-content:center;
}
.popup-overlay .popup a.submit{
	margin:0;
	padding: .5rem 1rem
}


/**umb_name:Rubrik 1*/
h1{}

/**umb_name:Rubrik 2*/
h2{}

/**umb_name:Rubrik 3*/
h3{}

/**umb_name:Rubrik 4*/
h4{}

/**umb_name:Brödtext*/
p{}




/**umb_name:Ingress*/
.lead{}