/*
Theme name: Lånepenger.no
Description: Stian Skjelbred
Version: 2.0
*/

/*
	Source post-css styles are located in resources/css/
	The compiled bundle is saved to `dist/css/bundle-${fingerprint}.css`
	(dist/manifest.json provides the exact path mapping).

	DEVELOPMENT.md file contains instructions how to get the compilation
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment -- it's loaded after the compiled bundle.
*/

* {
	font-family: Arboria, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif !important;
}

p {
	line-height: 1.5;
}

.acquisition-banner {
	padding: 10px;
	background: #1f1548;
	color: #fff;
	text-align: center;
	font-weight: 500;
	font-size: 13px;
}

.bankid-badge {
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
    opacity: 0.6;
}

.interest-rate-notification {
	margin-top: 20px;
	text-align: center;
	font-style: italic;
}

.howto_step {
	display: flex;
	margin-bottom: 30px;
}

.howto_step > div {
	padding-left: 10px;
}

.article__entry > .section__toc {
    margin-bottom: 20px;
    padding: 15px;
    border-bottom: 2px solid #f3f3f6;
	font-size: 17px;
}

.article__entry > .section__toc .toc_title {
	font-weight: 500;
}

.section__content > .section__toc > ol,
.article__entry > .section__toc > ol{
	padding-left: 22px;
}

.article__entry > .section__toc > ol > li {
	margin-top: 6px;
}

#lanekrav {
	border-top: 4px solid #00B38C;
    border-bottom: 4px solid #00B38C;
    padding: 20px 0;
    margin-bottom: 30px;
}

.hero .hero__description h1 {
	font-family: Arboria, sans-serif;
	margin-bottom: .4rem
}

.hero .hero__description h2 {
    font-size: 24px;
	font-weight: 400 !important;
}

.text-center {
	text-align: center;
}

.btn-menu span:nth-child(2) {
	top: 8px;
}

.btn-menu span:nth-child(3) {
	top: 16px;
}

.header_btn {
	font-weight: 600;
}

.btn--big, 
.partner .partner__list li span.has-bigger-text,
.header__actions > ul > li > a.btn,
.partner .partner__list li span {
	font-family: Arboria, sans-serif;
}

.section-single .section__title-left h1 {
    margin-bottom: 10px;
    color: #00091d;
	font-size: 40px;
}

.section-single {
	padding-top: 13px;
}

.accordion-partners .accordion__head {
	padding: 30px 25px 30px 20px;
}

.ui-slider .ui-slider-handle {
	box-shadow: 1px 1px 16px -5px #999;
}

.accordion-partners .accordion__section {
	box-shadow: 0 4px 20px rgb(0 0 0 / 10%);
}

.partner .partner__list li span small {
	display: block;
}

.partner .partner__list li:nth-child(1) span small {
	display: none;
}

.accordion__section {
	position: relative;
}

.accordion__section .accordion__banner {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #f00;
	height: 20px;
	min-width: 190px;
}

.accordion__section .accordion__banner:before {
	content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    background-color: #fff;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -10px 0 0 -10px;
}

.accordion__section .accordion__banner p {
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	letter-spacing: .05em;
	margin-left: 10px;
	text-align: center;
	text-transform: uppercase;
	padding: 1px 10px 0;
}

.statistikk_table > tbody > tr:nth-child(even) {
	background: #eee;
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #aaa;
}

.statistikk_table > tbody > tr > td:nth-child(even) {
	width: 30%;
}

.slidecontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide {
  display: block;
  width: 44%;
  margin-bottom: 24px;
}

.slide:nth-child(1) {
  margin-left: 3%;
}

.slide:nth-child(2) {
  margin-left: 6%;
}

.slider {
  -webkit-appearance: none;  
  appearance: none;
  width: 100%;
  height: 10px;
  background: #d3d3d3;
  outline: none; 
  -webkit-transition: .2s; 
  transition: opacity .2s;
  border-radius: 6px;
  margin-top: 10px;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  cursor: pointer;
  box-shadow: 1px 1px 16px -5px #999;
  background-position: center;
  background-color: #347fff;
  border-radius: 100%;
  border: 4px solid #fff;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  cursor: pointer;
  box-shadow: 1px 1px 16px -5px #999;
  background-position: center;
  background-color: #347fff;
  border-radius: 100%;
  border: 4px solid #fff;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

@media (max-width: 1024px) {
	.accordion-partners .accordion__head {
		padding: 10px;
	}
	.accordion__section .accordion__banner + .accordion__head {
		padding-top: 30px !important;
	}
	.hero .hero__image, .hero .hero__description p {
		font-size: 17px;
	}
	.partner .partner__list p {
		margin-top: 3.5px;
	}
	.partner .partner__list li span {
		font-size: 16px;
	}
	.partner .partner__list li span.has-bigger-text {
		font-size: 26px;
	}
	.section-info .section__entry, .accordion-questions .accordion__description {
		font-size: 16px;
	}
	.accordion-questions .accordion__title h6 {
	    font-size: 18px;
	    line-height: 1.3;
	}
    .section-partners {
        padding: 15px 0 20px;
    }
	.partner .partner__logo {
		padding-left: 0;
	}
  .slide:nth-child(1) {
    margin-left: 0%;
  }

  .slide:nth-child(2) {
    margin-left: 0%;
  }

  .slide {
    display: block;
    width: 100%;
    margin-bottom: 24px;
  }

}

@media (min-width: 1024px) {
	.hero .hero__description h2 {
		font-weight: 300;
	}
	.hero .hero__figure {
		padding-top: 58%;
		max-width: 360.5px;
	}
	.accordion-partners .accordion__section {
		border-radius: 15px;
		box-shadow: 0 4px 20px rgb(0 0 0 / 10%);
	}
	/*
	.accordion-partners .accordion__section {
		margin-bottom: 0;
		border-radius: 0;
		box-shadow: none;
		border-bottom: 1px solid #eeeeee;
	}
	.accordion-partners .accordion__section:first-child {
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
	}
	.accordion-partners .accordion__section:last-child {
		border-bottom-left-radius: 15px;
		border-bottom-right-radius: 15px;
		border-bottom: 0;
	}
	*/
	.nav .sub-menu li {
		padding: 0;
		border-bottom: 1px solid #eee;
	}
	.nav .sub-menu a {
		display: block;
		padding: 21px 20px;
	}
	.partner .partner__list li:nth-child(1) p {
		text-align: center;
		font-size: 11px;
	}
	.partner .partner__list li span {
		font-size: 18px;
	}
	.partner .partner__list li span.has-bigger-text {
		font-size: 28px;
	}
	.btn--big {
		padding: 16px 20px;
		font-size: 17px;
	}
}

/* ------------------------------------------------------------ *\
	- Section Wiki
\* ------------------------------------------------------------ */

.section-wiki {
	width: 100%;
	padding: 20px 0 40px;
}

.section-wiki .section__bar {
	position: fixed;
	top: 0;
	left: 0;
	height: 2px;
	background: #3a5cfc;
	width: 0%;
	z-index: 100;
	-webkit-transition: width 0.2s ease-out;
	-o-transition: width 0.2s ease-out;
	transition: width 0.2s ease-out;
}

body.admin-bar .section-wiki .section__bar.is-sticky {
	margin-top: 32px;
}


.section-wiki .section__head {
	width: 100%;
	margin-bottom: 20px;
}

.section-wiki .section__head-title {
	width: 100%;
}

.section-wiki .section__head-title:not(:last-child) {
	margin-bottom: 20px;
}

.section-wiki h1 {
	font-size: 40px;
	line-height: 1.075;
	font-weight: 500;
	margin-bottom: 30px;
}

.section-wiki p {
	font-size: 16px;
	line-height: 1.5;
	max-width: 820px;
}

.section-wiki .section__head-nav {
	position: relative;
	z-index: 99;
}

/* ------------------------------------------------------------ *\
	- Nav Wiki
\* ------------------------------------------------------------ */

.nav-wiki {
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 3px 3px 30px 6px #e6e8ec;
	        box-shadow: 3px 3px 30px 6px #e6e8ec;
	padding: 6px;
	border-radius: 10px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.nav-wiki ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	list-style: none;
}

.nav-wiki p,
.nav-wiki a {
	min-width: 40px;
	line-height: 36px;
	text-align: center;
	border-radius: 6px;
	display: block;
	text-decoration: none;
	-webkit-transition: background .4s, color .4s;
	-o-transition: background .4s, color .4s;
	transition: background .4s, color .4s;
}

.nav-wiki a:hover {
	background-color: #000;
	color: #fff;
}

.nav-wiki p {
	color: #b9bfd1;
}

/* ------------------------------------------------------------ *\
	- Block Wiki
\* ------------------------------------------------------------ */

.block-wiki {
	width: 100%;
	padding-left: 210px;
	position: relative;
}

.block-wiki:not(:last-child) {
	margin-bottom: 30px;
	padding-bottom: 40px;
	border-bottom: 1px solid #cfd2e0;	
}

.block-wiki:before {
	content: attr(data-title);
	position: absolute;
	left: 25px;
	top: 10px;
	font-size: 50px;
	line-height: 1.00;
	text-transform: uppercase;
}

.block-wiki > ul {
	list-style-type: none;
}

.block-wiki > ul > li {
	width: 100%;
}

.block-wiki > ul > li:not(:last-child) {
	margin-bottom: 20px;
}

.block-wiki h3 {
	font-size: 32px;
	line-height: 1.125;
	font-weight: 500;
	margin-bottom: 10px;
	color: #000;
}

.block-wiki p {
	font-size: 14px;
}

.block-wiki blockquote {
	position: relative;
	padding: 20px;
	border-radius: 10px;
	-webkit-transition: background .4s;
	-o-transition: background .4s;
	transition: background .4s;
}

.block-wiki blockquote:hover {
	background-color: #e7eaf4;
}

.block-wiki blockquote a {
	position: absolute;
	inset: 0;
}

@media (max-width: 767px) {
	.block-wiki {
		padding-left: 40px;
	}

	.block-wiki:before {
		left: 0;
		-webkit-writing-mode: vertical-rl;
		    -ms-writing-mode: tb-rl;
		        writing-mode: vertical-rl;
		-moz-text-orientation: upright;
		text-orientation: upright;
	}
}

/* ------------------------------------------------------------ *\
	- Section Wiki Single
\* ------------------------------------------------------------ */

.section-wiki-single {
	padding: 20px 0 39px;
}

.section-wiki-single .section__head {
	margin-bottom: 30px;
	width: 100%;
}

.section-wiki-single .section__head h1 {
    font-size: 40px;
    line-height: 1.075;
    font-weight: 500;
}

.section-wiki-single p {
	font-size: 16px;
}

/* ------------------------------------------------------------ *\ 
	Author & Authors Listing
\* ------------------------------------------------------------ */

.section-article--author .section__entry {
	width: 100%;
}
.section-article--author .section__inner--alt {
	margin-bottom: 20px;
}
.section-article--author .article-single {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 20px;
}
.section-article--author .article__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 20px;
}
.section-article--author .article__link {
	display: block;
	margin-top: 20px;
}
.section-article--author .article__link a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 41px 10px 14px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1;
	        flex: 1 1;
	grid-column-gap: 10px;
	border-radius: 15px;
	background-color: #e7eaf4;
	-webkit-transition: color 0.2s ease, background-color 0.2s ease;
	-o-transition: color 0.2s ease, background-color 0.2s ease;
	transition: color 0.2s ease, background-color 0.2s ease;
	text-decoration: none;
	max-width: 390px;
	width: 100%;
}
.section-article--author .article__link a:hover {
	background-color: #cfd2e0;
	color: #000;
}
.section-article--author .article__link a span {
	display: block;
	position: absolute;
	top: 50%;
	right: 13px;
	width: 13px;
	height: 16px;
	opacity: 0.5;
	z-index: 1;
}
.section-article--author .article__link a span svg {
	position: absolute;
    top: 0;
    -webkit-transform: translateY(-50%) translateY(-1px) rotate(-45deg);
	    -ms-transform: translateY(-50%) translateY(-1px) rotate(-45deg);
	        transform: translateY(-50%) translateY(-1px) rotate(-45deg);
}
.section-article--author .article__title a {
	text-decoration: none;
}
.section-article--author .article__title h1 {
	margin-bottom: 0;
}
.section-article--author .article__title h2 {
	margin-bottom: 0;
}
.section-article--author .article__title img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.section-article--author .article__content {
	padding: 20px 25px 30px;
}
.section-article--author .article__content p {
	margin-bottom: 0;
}
.section-article--author .articles--authors {
	margin-top: 50px;
}
.section-article--author .article__socials {
	margin-left: auto;
}
.section-article--author .article__socials a {
	font-size: 0;
	line-height: 0;
	text-indent: -4004px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	opacity: 0.5;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.section-article--author .article__socials a:hover {
	opacity: 1;
}
.section-article--author .article__socials a svg {
	display: block;
	width: 23px;
	height: 23px;
}
.section-article--author .article__socials a svg path {
	fill: #2e3446;
}
.section-article--author .article__socials ul {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 10px;
	margin: 0;
	padding: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.section-article--author .article__socials {
		width: 100%;
   	}
   	.section-article--author .article__title {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}

.ph-container {
	width: 100% !important; 
	margin-left: auto; 
	margin-right: auto; 
	text-align: center;
}

.ph-text {
	font-size: 16px !important;
	margin-top: 0 !important;
}


.author {
	background-color: #f7f5ff;
    border: 2px solid #d9cfff;
    padding: 10px;
    border-radius: 10px;
    margin-top: 30px;
}

.author_profile {
	align-items: center;
    justify-content: center;
    display: flex;
    margin: 0 auto;
}

.author_image {
	width: 120px;
}

.author_image img {
    border-radius: 8px;
    box-shadow: 1px 4px 10px #aaa;
}

.author_content {
	width: calc(100% - 120px);
}

.author_content > .h5 {
	margin-bottom: 0;
}

.author_content > a {
	font-size: 16px;
}

.author_about {
	font-size: 16px;
	margin-top: 10px;
}

.author_articles h2 {
	font-size: 24px !important;
}

.author h6{font-size:17px;margin-top:20px}.author ul{margin-left: 20px}