
#Kategorier.onepager {
	background-color:#fff;

	background-repeat: repeat;

}

.kategorier-view .start-only {
	display: none !important;
}

.start-view .kategorier-only {
	display: none !important;
}


div.onepager.start-view h3 {
	color: #373737;
	font-size: 25px;
	text-align: center;
}

div.onepager.start-view .categories li {
	border-top: 1px solid #d7d5d5 !important;
	border-bottom: 1px solid #d7d5d5 !important;
	border-right: 1px solid #d7d5d5 !important;
}

div.onepager.start-view .categories li:first-of-type {
	border-left: 1px solid #d7d5d5 !important;
}

/*
.kategorier-view .onepager-container.nav-bar {
	 background:#0f3559;
}*/

div.onepager ul.categories {
	list-style-type:none;
	padding:0;
	margin:0 0 1px 0;
	display:flex;
	flex-flow: row wrap;
  	justify-content: space-around;
}

div.onepager ul.sub-categories {
	flex-wrap:nowrap;
 	justify-content: flex-start;
 	display:none;
 	margin-bottom:5px;
}

div.onepager ul.categories li {
	display:inline-block;
	vertical-align: top;
	flex-grow: 1;
	margin: 0 1px 0 0px;
}

div.onepager ul.categories li:last-of-type {
	margin:0 0 0 0;
}

div.onepager ul.sub-categories li {
	flex-grow: 0;
	flex-shrink: 1;
	margin: 5px 1px 1px 0;
	border-right: 1px solid #a5d2df;

	border:0;
	margin-right:4px;
}

div.onepager ul.sub-categories li:last-of-type {
	margin:5px 1px 1px 0;
}

.raise-container .raise {
	position: absolute;
	top: -20px;
	left: -18px;
	color: #000;
	font-weight: bold;
	background: #eded65;
	padding: 13px 0;
	border-radius: 30px;
	font-size: 16px;
	text-align: center;
	line-height: 0.9;
	width: 60px;
	height: 60px;
	display: inline-block;
	box-shadow: 0 0px 21px #eded65;

}

.raise-container .raise > span {
	font-variant: small-caps;
	font-size: 12px;
	display: block;
}



div.onepager ul.categories li > a {
	background: #fff;
	border-radius: 1px;
	display: block;
	height: 100%;
	padding: 10px 20px;
	font-size: 12px;
	color: #000;
	max-width: 145px;
	vertical-align: top;
	line-height: 1.3;
	text-decoration: none;
	text-align: center;
	position: relative;
}

div.onepager ul.categories li > a:hover {
	text-decoration: none;
	background: #f1f1f1;
}


div.onepager ul.categories li > a.selected,
div.onepager ul.categories li.hovered > a {
	background: #0f3559;
	box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.24);
	color: #fff !important;
	text-shadow: 1px 1px 1px rgba(57, 57, 57, 1);
}

div.onepager ul.categories li > a .arrow {
	display: none;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #f1f1f1;
	position: absolute;
	left: 50%;
	bottom: -11px;
	margin-left: -20px;
}

div.onepager ul.categories li > a.selected .arrow {
	display:block;

}

div.onepager ul.sub-categories li > a {
	font-size: 12px;
	padding: 4px 8px 2px 8px;
	background: #fff;
	color: #000;
	border-radius: 4px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

div.onepager ul.sub-categories li > a:hover {
	text-decoration: none;
	background:#f4f4f4;
}

div.onepager ul.sub-categories li > a.selected {
	background:#bdf0ff;
	color:#000 !important;
	text-shadow: none;
}

div.onepager ul.categories li a .fas,
div.onepager ul.categories li a .far {
	display: block;
	font-size: 31px;
	color: #666;
	text-align: center;
	margin: 5px auto 12px auto;
	text-shadow: 1px 1px 1px rgba(105, 105, 105, 0.53);
}

div.onepager ul.categories li a.selected .fas,
div.onepager ul.categories li a.selected .far,
div.onepager ul.categories li.hovered a .fas,
div.onepager ul.categories li.hovered a .far
 {
	color:#bdf0ff;
	text-shadow: 1px 1px 1px rgba(57, 57, 57, 1);
}

div.onepager ul.sub-categories li a .fas,
div.onepager ul.sub-categories li a .far {
	font-size: 25px;
	margin: 7px auto 7px auto;
}


.stores-wrapper {
	position:relative;
	min-height: 300px;
}

.start-view .stores-wrapper {
	min-height: 100px;
}

.start-view hr.with-shadow {
	border-width: 1px;
	box-shadow: 0 5px 10px 0px #eee;
border-color: #ddd;
max-width: 960px;
}

.stores.loading {
	opacity:0.4;
}

i#ajax-loader.ajax-loader.fas.fa-spinner.fa-spin {
	font-size: 70px;
	color:#9dc7d4;
	text-shadow:0 5px 10px rgba(0,0,0,0.2);
	position:absolute;
	left:50%;
	top:30px;
	margin-left:-35px;
	z-index:999;
	display:none;
}

.stores .store {
	display:flex;
	flex-flow: row wrap;
	position:relative;
}


.stores h3.leading {
	text-align: center;
	margin-top: 100px;
	color: #ddd !important;
}

.stores .store-container {
	width:50%;
	padding:20px;
	box-sizing: border-box;
	display:inline-block;
}

.stores .store-container .fade-out {
	background: #ccc;
	width: 100%;
	height: 28px;
	position: absolute;
	right: 0;
	bottom: 0;
	border-radius: 0 0 4px 4px;

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+69&0+0,1+69 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 69%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 69%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 69%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

.stores .store {
	background:#fff;
	border: 1px solid #d5d5d5;
	padding: 20px 25px;
	width: 100%;
	box-sizing: border-box;
	border-radius: 6px;
	display: inline-block;
	margin: 0;
	box-shadow: 0 9px 25px rgba(0, 0, 0, 0.1);
}

.stores .store .instance_logo {
	box-shadow: 0px 1px 4px #eee;
	border:1px solid #eee;
	width:141px;
	height:80px;
}

.stores .store h3 {
	font-weight: bold;
	color:#777;
	font-size:18px;
	margin:5px 0;
}

.presentation {
	width: 220px;
	font-size:13px;
	max-height: 200px;
	overflow: hidden;
	margin-bottom: -20px;
}

.stores .store .splash {
	font-weight: bold;
	color: #8fb6c1;
	font-size: 18px;
	margin: 5px 0;
	display: block;
	text-align: center;
}

.stores .store .splash .back {
	display: block;
	font-size: 12px;
	color: #777;
	padding:0;
	margin-top:-7px;
	font-weight: normal;
	text-align: center;
}

.stores .store .column {
	vertical-align: top;
	height:100%;
	display:inline-block;
}

.stores .store .column-left {
	width: 141px;
}

.stores .store .column-right {
	padding-left:25px;
	width:245px;
}

.stores .store .store-btn {
	padding: 6px 10px 5px 10px;
	background: #777;
	color: #fff;
	border: 0;
	border-radius: 3px;
	font-size: 12px;
	margin-bottom:5px;
	display:block;
	text-align: center;
	position: relative;
}

.stores .store .store-btns {
	display:block;
	margin-top:15px;
}

.sort-by-select {
	display:none;
	margin-top:10px !important;
}


.selects {
	margin-top:10px;
	text-align: center;
}

.selects select {
	margin:0 auto 0 auto;
	clear:both;
	width:auto;
}

.sub-category-select {
	display:none;
}


.num-campaigns-container {
	position: absolute;
	top: -5px;
	left: -6px;
}

.num {
	position: absolute;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	top: 3px;
	left: 0;
	width: 100%;
	text-align: center;
}

.num-campaigns {
	font-size: 24px;
	color: yellow;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.43);
}





/* for 700px or less */
@media screen and (max-width: 768px) {

	.stores .store-container {
		width:100%;
	}

	.stores .store .column-left,
	.stores .store .column-right {
		width:100%;
		padding:0;
	}

	div.store-btns {
		position:absolute;
		top: 18px;
		right: 25px;
		width: 115px;
	}

	.column p.presentation {
		text-align: justify;
		width: 100%;
	}

	.sort-by-select {
		margin: 10px auto;
		display:block;
	}



}


/* for 480px or less */
@media screen and (max-width: 480px) {



}