/*
Theme name: Omstartslan.com
Description: Affilico
*/

/*
	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.
*/

body, html {
	overflow-x: hidden !important;
}

p {
	line-height: 1.5;
}

ol {
	margin-left: 20px;
}

ol > li {
	padding-left: 5px !important;
}

ol > li:marker {
	font-size: bold;
}

ol > li:after {
	display: none !important;
}

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

.hero .hero__description h2 {
    font-size: 24px;
    font-weight: 400;
	font-family: Arboria, sans-serif;
}
	
.hero--secondary {
	background-color: #ffffff !important;
    background: #ffffff !important;
}

.header .header__content {
	width: auto;
}

.header__logo_img {
	width: 200px;
	height: auto;
}

.interest-notice {
    text-align: center;
    font-size: 18px;
    background: #fff;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    border-radius: 10px;
    color: #666;
    box-shadow: 0 4px 20px rgb(0 0 0 / 10%);
    margin-top: 30px;
}

.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;
}

.size-50x50 {
	height: 50px;
	width: auto;
}

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

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

.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;
}

.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%;
}

.accordion__section {
	position: relative;
}

.accordion__section .accordion__banner {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #f00;
	height: 20px;
	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: 12px;
	font-weight: 700;
	color: #fff;
	letter-spacing: .05em;
	margin-left: 10px;
	text-align: center;
	text-transform: uppercase;
	padding-top: 1px;
}

.section-partners {
	border-top: 1px solid #eaebf1;
}

.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%;
}

/* The slider itself */
.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;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  cursor: pointer; /* Cursor on hover */
  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; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  cursor: pointer; /* Cursor on hover */
  box-shadow: 1px 1px 16px -5px #999;
  background-position: center;
  background-color: #347fff;
  border-radius: 100%;
  border: 4px solid #fff;
}

.key-takeaways {
    border-top: 2px solid;
    border-bottom: 2px solid;
    margin-bottom: 30px;
    padding: 20px 0;
}

@media (min-width: 767px) {
	.hero--secondary {
		padding: 35px 0 30px;
	}
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.accordion-partners .accordion__head {
		padding: 15px !important;
	}
	.accordion__section .accordion__banner + .accordion__head {
		padding-top: 30px !important;
	}
	.hero {
		padding: 20px 0 10px;
	}
	.hero .hero__description h2 {
		font-size: 16.3px;
	}
	.hero .hero__image {
		display: none;
	}
	.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;
	}
}

@media (max-width: 1199px) {
	.partner .partner__logo {
		padding-left: 0;
	}
	.header .header__content {
		width: 100%;
	}
	.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: 1199px) {
	.header__logo_img {
		width: 260px;
	}
	.hero .hero__figure {
		padding-top: 58%;
		max-width: 430px;
	}
	.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: 36px;
	}
	.btn--big {
		padding: 16px 20px;
		font-size: 17px;
	}
}


/* ------------------------------------------------------------ *\ 
	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;
	}
}