@charset "utf-8";

@font-face {
  font-family: 'ks-reg';
  src: url('https://kinderstiff.no/fonts/ks-reg.eot'); /* IE9 Compat Modes */
  src: url('https://kinderstiff.no/fonts/ks-reg.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://kinderstiff.no/fonts/ks-reg.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://kinderstiff.no/fonts/ks-reg.woff') format('woff'), /* Pretty Modern Browsers */
       url('https://kinderstiff.no/fonts/ks-reg.ttf')  format('truetype'), /* Safari, Android, iOS */
url('ks-reg.svg#ks-reg') format('svg');
	font-weight: normal;
    font-style: normal;
	font-variant: normal;
}

@font-face {
  font-family: 'ks-bold';
  src: url('https://kinderstiff.no/fonts/ks-bold.eot'); /* IE9 Compat Modes */
  src: url('https://kinderstiff.no/fonts/ks-bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://kinderstiff.no/fonts/ks-bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://kinderstiff.no/fonts/ks-bold.woff') format('woff'), /* Pretty Modern Browsers */
       url('https://kinderstiff.no/fonts/ks-bold.ttf')  format('truetype'), /* Safari, Android, iOS */
	url('ks-bold.svg#ks-bold') format('svg');
	font-weight: normal;
    font-style: normal;
	font-variant: normal;
}

@font-face {
  font-family: 'ks-light';
  src: url('https://kinderstiff.no/fonts/ks-light.eot'); /* IE9 Compat Modes */
  src: url('https://kinderstiff.no/fonts/ks-light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://kinderstiff.no/fonts/ks-light.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://kinderstiff.no/fonts/ks-light.woff') format('woff'), /* Pretty Modern Browsers */
       url('https://kinderstiff.no/fonts/ks-light.ttf')  format('truetype'), /* Safari, Android, iOS */
	url('ks-light.svg#ks-light') format('svg');
	font-weight: normal;
    font-style: normal;
	font-variant: normal;
}

html, body {
	background-color: #F0F0F0;
	margin: 0;
	width: 100%;
	position: relative;
	font-family: 'ks-light', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-size: 10px;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing:subpixel-antialiased;
	text-rendering: optimizeLegibility;
}

/* =================================== TEMPORARY =============================== */

#coronatext {
	display: none;
}

/* ===================================== Main blocks ================================== */

article, aside, canvas, figure, figcaption, footer, header, hgroup, #menu, nav, section, address, main, img {  
	display: block;
	padding: 0;
	margin: 0;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*, *:before, *:after {
	-webkit-box-sizing: inherit;
 	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

main, section, header, footer, .full, .articlerow, div.excerpt, .topbannerimage, .imagecaption {
	width: 100%;
	float: left;
	clear: both;
}

.fullwidthwrapper {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}

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

.articlerow.center {
	position: relative;
	display: block;
}

.articlerow > .articleimage, .topbannerimage {
	position: relative;
}

.articlerow > .articleimage > .credit, .topbannerimage > .credit {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: rgba(0,0,0,.7);
	padding-left: 5px;
}

.articlerow > .articleimage > .credit > span, .topbannerimage > .credit > span {
	display: block;
	background: url(https://kinderstiff.no/images/common/camera.svg) no-repeat left center;
	padding: 3px 5px 3px 16px;
	color: #BBB;
	font-size: 10px;
}

.articlerow.center .articleimage {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	float: left;
}

.articlerow.center .articletext {
	position: relative;
	width: 100%;
	max-width: 960px;
	float: none;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
}

.articletext h6 {
	margin-bottom: 1.7em;
}

.articlerow.center .articletext p, .articlerow.center .articletext h2, .articlerow.center .articletext h3,
.articlerow.center .articletext h4, .articlerow.center .articletext h5, .articlerow.center .articletext h6 {
	color: #FFF;
}

.articlerow.even {
	flex-direction: row-reverse;
}

.fp-excerpt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

.fp-excerpt > .articleimage-inner {
	width: 100%;
	max-width: 530px;
}

.imagecaption {
	font-size: 1.3rem;
	line-height: 1.5em;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}

.quote {
	background-image: url(https://kinderstiff.no/images/common/yellowmarker-large.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.articleimage-inner.excerpt > p {
	margin-bottom: 0;
}


@media screen and (max-width: 599px) {
	.oneof2, .articleimage, .articletext {
		width: 100%;
		float: left;
		clear: both;
	}
	.articleimage {
		min-height: 280px;
	}
}

.text-only-block {
	width: 100%;
	max-width: 760px;
	margin: 0 auto;
}

@media screen and (min-width: 600px) {
	.oneof2, .articleimage, .articletext {
		width: 50%;
		float: left;
		clear: none;
	}
	.articlerow.odd, .articlerow.even {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		align-items:stretch;
	}
	.articlerow.odd .articletext, .articlerow.even .articletext {
		max-width: 650px;
	}
}

@media screen and (max-width: 767px) {
	.oneof2, .oneof3, .twothirds {
		width: 100%;
		float: left;
		clear: both;
	}
}

@media screen and (min-width: 768px) {
	.oneof3 {
		width: 33.33%;
		float: left;
		clear: none;
	}
	.twothirds {
		width: 66.67%;
		float: left;
		clear: none;
	}
	.columnized {
		-webkit-column-count: 2; /* Chrome, Safari, Opera */
		-moz-column-count: 2; /* Firefox */
		column-count: 2;
		-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
		-moz-column-gap: 40px; /* Firefox */
		column-gap: 40px;
	}
	.sixtyforty > .halfcolumn.text, .fortysixty > .halfcolumn.image {
		width: 60%;
	}
	.fortysixty > .halfcolumn.text, .sixtyforty > .halfcolumn.image {
		width: 40%;
	}
	.flex.rowreverse {
		flex-direction: row-reverse;
	}
}

@media screen and (max-width: 1023px) {
	section, footer {
		padding: 60px 0;
	}
}

@media screen and (min-width: 1024px) {
	section, footer {
		padding: 60px 0;
	}
}

/* ================ Flexing ================ */

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}

.flex.center {
	justify-content: center;
}

.flex-center {
	align-items: center;
}

.flex.spacearound {
	justify-content: space-around;
}

.flex.spaceevenly {
	justify-content: space-evenly;
}

.flex.middle {
	align-items: center;
}

.flex-stretch {
	flex-wrap: wrap;
	align-items: stretch;
}

.flex-end {
	flex-wrap: wrap;
	align-items: flex-end;
}

.flex-column {
	flex-direction: column;
}

.flex-row {
	flex-flow: row;
}


/* ============================= Background colors ============================= */

main {
	background: #FFF;
}

.even {
	background: #F6F6F6;
}

.darkgrey, #header {
	background-color: #303030;
}

.grey {
	color: #999;
}


/* ============================== Assignment listings ============================== */

.ass-logo, .key-info, .assignment-description {
	margin-bottom: 30px;
}

.assignment-description p {
	margin-bottom: 10px;
}

.assignment-description p:last-child {
	margin-bottom: 0;
}

.assignment-listing {
	padding-top: 30px;
}

.borderwrapper {
	padding-bottom: 30px;
}

.borderwrapper > .listingborder {
	height: 1px;
	background: #CCC;
}

.ass-logo.vertikal img {
	max-width: 80px;
}

.ass-logo.horisontal img {
	max-width: 180px;
}

@media screen and (max-width: 767px) {
	.ass-logo, .key-info, .assignment-description {
		width: 100%;
		float: left;
		clear: both;
	}
	.listimage.circle > img {
		width: 30%;
		min-width: 180px;
		margin: 0 auto;
	}
	.assignment-listing {
		border-top: 1px solid #DDD;
	}
}

@media screen and (min-width: 768px) {
	.assignment-listing, .vacancy-info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		align-items: stretch;
	}
	.ass-logo, .key-info, .assignment-description {
		float: left;
		clear: none;
	}
	.ass-logo {
/*		width: 20%;*/
		width: 25%;
	}
	.key-info {
		width: 25%;
	/*	border-left: 1px solid #CCC;*/
	}
	.assignment-description {
	/*	width: 55%;*/
		width: 50%;
	/*	border-left: 1px solid #CCC;*/
	}
	.vacancy-details {
		border-left: 1px solid #CCC;
	}
	.assignment-listing > .key-info, .assignment-listing > .assignment-description {
		border-left: 1px solid #CCC;
	}
}

.sharingicon {
	float: left;
	clear: none;
	width: 40px;
}

/* =================================== Articles ============================== */

.articleimage {
	background-repeat: no-repeat;
    background-position: center center;
	background-size: cover;
}


/* =============================== Animation =============================== */

input[type="submit"], input[type="button"], button, .btn {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/* =========================== Frontpage video ========================= */

#video-container {
	position: relative;
	width: 100%;
	float: left;
	clear: both;
	overflow: hidden;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#video-container video {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

/* ============================ Paddings ============================ */

.oneof2, .oneof3, .twothirds {
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
}

@media screen and (max-width: 500px) {
	.halfpadding {
		padding-left: 7px;
		padding-right: 7px;
	}
	.fullpadding {
		padding-left: 14px;
		padding-right: 14px;
	}
	.halfpaddingaround {
		padding: 7px 7px 7px 7px;
	}
	.fullpaddingaround {
		padding: 14px 14px 14px 14px;
	}
}

@media screen and (min-width: 501px) and (max-width: 1000px) {
	.halfpadding {
		padding-left: 20px;
		padding-right: 20px;
	}
	.fullpadding {
		padding-left: 40px;
		padding-right: 40px;
	}
	.halfpaddingaround {
		padding: 20px 20px 20px 20px;
	}
	.fullpaddingaround {
		padding: 40px 40px 40px 40px;
	}
}

@media screen and (min-width: 1001px) {
	.halfpadding {
		padding-left: 30px;
		padding-right: 30px;
	}
	.fullpadding {
		padding-left: 60px;
		padding-right: 60px;
	}
	.halfpaddingaround {
		padding: 30px 30px 30px 30px;
	}
	.fullpaddingaround {
		padding: 60px 60px 60px 60px;
	}
}

/* ============================= Typography ================================ */


h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: normal;
	color: #222;
}

h1, h2 {
font-family: 'ks-light', Arial, Helcetica, sans-serif;
}

h1, h3, h5 {
	text-transform: uppercase;
}

h3, h4, h5, h6, span.bold, div.bold > p {
	font-family: 'ks-bold';
	color: #333;
}

span.semibold, div.semibold > p {
	font-family: 'ks-reg';
	color: #222;
}

@media screen and (max-width: 400px) {
	h1 {
		font-size: 2.2em;
	}
	h2 {
		font-size: 2em;
	}
	h3, h4, .excerpt > p {
		font-size: 1.5em;
	}
}

@media screen and (min-width: 401px) and (max-width: 800px) {
	h1 {
		font-size: 2.6em;
	}
	h2 {
		font-size: 2.2em;
	}
	h3, h4, .excerpt > p {
		font-size: 1.8em;
	}
}

@media screen and (min-width: 801px) {
	h1 {
		font-size: 3.8em;
		letter-spacing: .02em;
	}
	h2 {
		font-size: 3em;
		letter-spacing: .02em;
	}
	h3, h4, .excerpt > p {
		font-size: 2.2em;
	}
}

ul, li, p, input, textarea, file {
	font-family: 'ks-light', Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: normal;
	color: #222;
}


p, li, h5, h6, input, textarea, file/*, a.textlink*/ {
	font-size: 1.5em;
	line-height: 1.7em;
}

blockquote p {
	color: #888;
	text-align: center;
	font-size: 2em;
	font-style: italic;
}

address p {
	margin-bottom: 5px;
}


p, ul {
	margin-bottom: 1.7em;
}

ul {
	margin-left: 18px;
}

h1, h2, h3, h4, h5 {
	margin-bottom: .5em;
}

strong, b {
	font-family: 'ks-bold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

/*
p > strong, p > b {
	font-family: 'ks-light', Arial, Helvetica, sans-serif;
	background: rgba(240,255,0, .6);
}
*/

.no-marking p > strong, .no-marking p > b {
	background: none;
}

a, a:active, a:focus, img, img a, a img {
	outline: none;
	outline: 0;
}

img, a img {
	border: none;
	border: 0;
}

:focus {
    outline: none !important;
}

a, .linkclass {
	color: #00addc;
	text-decoration: none;
}

a.textlink, span.textlink {
	color: #333;
	font-family: 'ks-bold', Arial, Helvetica, sans-serif;
/*	border-bottom: 2px solid #00addc;*/
	padding-right: 20px;
	text-transform: uppercase;
	background: url(https://kinderstiff.no/images/common/textlink-arrow.svg) no-repeat right center;
}

span.textlinkborder {
	border-bottom: 2px solid #00addc;
}

.darkgrey a.textlink, .darkgrey p, .darkgrey h4, .darkgrey h5, .darkgrey h6 {
	color: #FFF;
}

footer a.bordered-link {
	font-family: 'ks-bold', Arial, Helvetica, sans-serif;
	border-bottom: 2px solid #000;
}

.linkclass {
	cursor: pointer;
}

/*
.quote p {
	font-family: 'Playfair Display', serif;
	margin-bottom: 0;
}
*/

img {
	width: 100%;
}

/* ============================== Galleria-fix ================================== */


.galleria-container {
	min-height: 300px;
}

.galleria-image-nav {
	display: none;
}


/* ============================ Common styles ============================= */

header {
	width: 100%;
	float: left;
	clear: both;
}

#logo {
	width: 160px;
	float: left;
	clear: none;
	display: block;
}

.fullwidthwrapper, #smallscreennav, #slideshow, #breadcrumbs, .full {
	clear: both;
}

#slideshow, #breadcrumbs {
	display: block;
/*	border-bottom: 10px solid #CCC;*/
}

.contactimage {
	width: 25%;
	min-width: 100px;
	float: left;
	padding-right: 6%;
}

.contactimage img {
	width: 100%;
	max-width: 160px;
}

.circle img {
	border-radius: 50%;
	width: 100%;
	border: 1px solid #DDD;
}

.miniportrait {
	width: 80px;
	margin-right: 15px;
}

.miniportrait img {
		border-radius: 50%;
}

.contactinfo {
	/*width: 75%;
	float: left;*/
	flex: 1;
}

.contactinfo > h4, .contactinfo > p {
	margin-bottom: 0;
	font-size: 1.4rem;
	line-height:1.5em;
}

.contacticons {
	clear: both;
	padding: 5px 0;
	float: left;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.smallicons img {
	width: 20px;
	margin-right: 20px;
	float: left;
}

.contactcertificate {
	width: 85px;
	margin-right: 30px;
}

.contactlinks {
	flex: 1;
}

.contactlinks a, .contactlinks span {
	color: #333;
	float: left;
	width: auto;
	display: block;
	font-family: 'ks-bold', Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 1.7em;
	/*border-bottom: 2px solid #00addc;*/
	padding-left: 24px;
	clear: both;
	margin-bottom: 5px;
}

.contactlinks span.tel {
	background: url(https://kinderstiff.no/images/common/phone-blue-micro.svg) no-repeat left center;
}

.contactlinks span.tel > a {
	font-size: 1em;
line-height: 1em;
padding: 0 0 0 0;
}

.contactlinks a.linkedin {
	background: url(https://kinderstiff.no/images/common/linkedin-blue-micro.svg) no-repeat left center;
}

.contactlinks a.twitter {
	background: url(https://kinderstiff.no/images/common/twitter-blue-micro.svg) no-repeat left center;
}

.contactlinks a.email {
	background: url(https://kinderstiff.no/images/common/email-blue-micro.svg) no-repeat left center;
}

.contactlinks span.map {
	background: url(https://kinderstiff.no/images/common/mapmarker-blue-micro.svg) no-repeat left center;
}

.clientlogo {
	float: left;
width: 45%;
	margin: 4px 15px 8px 0;
}

.clientlogo img {
	width: 100%;
	float: left;
}

label {
	font-size: 1.3rem;
	font-family: 'ks-reg';
}

/*
label > strong {
background: rgba(240,255,0, .6);
}
*/

label.semi-bold {
font-family: 'ks-bold';
}

input[type="text"], textarea {
	border: 1px solid #CCC;
	margin: 0 0 0 0;
}

input[type="file"] {
	border: 1px solid #00addc;
	margin: 0 0 0 0;
}

.formfieldmargin {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.btn {
border-radius: 0px;
border: 2px solid #00addc !important;
background: transparent;
color: #222;
font-size: 1.2em;
line-height: 1em;
text-transform: uppercase;
font-family: 'ks-bold';
padding: 11px 25px 10px 25px;
display: inline-block;
}

.btn:hover {
background: #00addc;
color: #FFF;
}

button, button[type="submit"], button[type="submit"]::-moz-focus-inner, button[type="button"]::-moz-focus-inner,
input[type="submit"], input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
	border: 0;
border: none;
}

#select-filter button {
	font-family: 'ks-light', Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 1.1em;
	padding: 0 0 0 0;
	margin: 0 20px 10px 0;
	background: transparent;
	border: 0;
	border:none;
	float: left;
	clear: both;
	text-align: left;
	white-space: nowrap;
	cursor: pointer;
}

@media screen and (max-width: 767px) {
	.referenceicon {
		width: 35px;
		padding-right: 5px;
	}
}

@media screen and (min-width: 768px){
	#select-filter button {
		padding-left: 30px;
	}
	#select-filter button.bold {
		padding-left: 0;
	}
	#select-filter button.bankfinans {
		background: url(https://kinderstiff.no/images/common/bankfinans-micro.png) no-repeat left center;
		background-size: contain;
	}
	#select-filter button.retail {
		background: url(https://kinderstiff.no/images/common/retail-micro.png) no-repeat left center;
		background-size: contain;
	}
	#select-filter button.offentligsektor {
		background: url(https://kinderstiff.no/images/common/offentligsektor-micro.png) no-repeat left center;
		background-size: contain;
	}
	#select-filter button.eiendom {
		background: url(https://kinderstiff.no/images/common/eiendom-micro.png) no-repeat left center;
		background-size: contain;
	}
	#select-filter button.industri {
		background: url(https://kinderstiff.no/images/common/industri-micro.png) no-repeat left center;
		background-size: contain;
	}
	#select-filter button.familyoffice {
		background: url(https://kinderstiff.no/images/common/familyoffice-micro.png) no-repeat left center;
		background-size: contain;
	}
	#select-filter button.it {
		background: url(https://kinderstiff.no/images/common/it-micro.png) no-repeat left center;
		background-size: contain;
	}
	#select-filter button.akademia {
		background: url(https://kinderstiff.no/images/common/akademia-micro.png) no-repeat left center;
		background-size: contain;
	}
/*	.referenceheading {
		padding-left: 50px;
	}*/
	.referenceicon {
		width: 45px;
		padding-right: 10px;
	}
}

#select-filter button:hover {
	color: #00addc;
}

.categoryicons > img {
  height: 20px;
  width: auto;
  object-fit: contain;
  float: left;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
	#select-filter button {
		clear: none;
	}
}

@media screen and (min-width: 768px) {
	#select-filter button {
		clear: both;
	}
}

#select-filter button.bold {
	font-family: 'ks-bold', Arial, Helvetica, sans-serif;
}

#select-filter button.assignment-function {
/*font-family: 'ks-bold', Arial, Helvetica, sans-serif;*/
	color: #999;
}

#select-filter button.assignment-function:hover {
/*font-family: 'ks-bold', Arial, Helvetica, sans-serif;*/
	color: #00addc;
}

#select-filter h5, #select-filter h6 {
	width: 100%;
	display: block;
	float: left;
	clear: both;
}

#select-filter button.mixitup-control-active {
/*	background: rgba(240,255,0, .6);*/
	font-family: 'ks-bold';
}

input, textarea {
	padding: 7px;
}

input[type="text"], input[type="file"], textarea {
	width: 100%;
}

textarea {
	resize: none;
}

form img {
	width: 140px;
	margin-bottom: 10px;
}

input.submit {
	background-color: #303030;
	color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
}

.check {
	display: block;
	clear: both;
}

.inputfull {
	clear: both;
}

.errorclass {
	color: #990000;
}

.apply {
	display: inline-block;
	padding: 10px 20px;
	background-color: #00addc;
	color: #FFF;
	clear: both;
	cursor: pointer;
}


.signup-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	border: 1px solid #DDD;
}

.signup-form > input, .signup-form > button[type="submit"] {
height: 46px;
}

.signup-form > input[type="text"] {
border: 0;
border: none;
margin-bottom: 0;
flex: 1;
}

.signup-form > button[type="submit"] {
	padding: 0 0 0 0;
	border: 0;
	border: none;
	width: 46px;
	background: #FCFCFC url(https://kinderstiff.no/images/common/submit-icon-blue-small.svg) no-repeat center center;
	border-left: 1px solid #DDD;
	cursor: pointer;
}

.field-error {
	font-family: 'ks-reg';
	background: #AA0000;
	color: #FFF;
	font-size: 11px;
	padding: 2px;
}


/* == input file styling == */

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
/*    max-width: 80%;*/
width: 100%;
text-transform: uppercase;
font-family: 'ks-bold';
font-size: 1.2em;
line-height: 1em;
border: 2px solid #00addc;
    /* 20px */
/*    font-weight: 700;*/
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
/*    padding: 0.625rem 1.25rem;*/
padding: 11px 20px 10px 25px;
    /* 10px 20px */
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
 /*   outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;*/
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}


/* style 1 */

.inputfile-1 + label {
/*    color: #f1e5e6;
    background-color: #d3394c;*/
}

/*
.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
    background: #00addc;
color: #FFF;
}
*/

/* == Checkbox / radio button styling == */

.fancyinput {
  -ms-user-select: none;
  position: relative;
}

label.blockify {
    display: block;
  }
  input[type='checkbox'],
  input[type='radio'] {
    cursor: pointer;
    width: auto;
    height: auto;
    padding: 0;
  }

.fancyinput [type='checkbox']:checked + label,
.fancyinput [type='checkbox']:not(:checked) + label,
.fancyinput [type='radio']:checked + label,
.fancyinput [type='radio']:not(:checked) + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

.fancyinput [type='checkbox']:checked,
.fancyinput [type='checkbox']:not(:checked),
.fancyinput [type='radio']:checked,
.fancyinput [type='radio']:not(:checked) {
  position: absolute;
  opacity: 0;
}

.fancyinput [type='checkbox']:checked + label:before,
.fancyinput [type='checkbox']:not(:checked) + label:before,
.fancyinput [type='radio']:checked + label:before,
.fancyinput [type='radio']:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  border: 2px solid #00addc;
  background: #fff;
}

.fancyinput [type='checkbox']:checked + label:before,
.fancyinput [type='checkbox']:not(:checked) + label:before {
  border-radius: 0px;
  margin-top: 1px;
}

.fancyinput [type='radio']:checked + label:before,
.fancyinput [type='radio']:not(:checked) + label:before {
  border-radius: 50%;
  margin-top: 1px;
}

.fancyinput [type='checkbox']:focus + label:before,
.fancyinput [type='checkbox']:checked + label:before,
.fancyinput [type='radio']:focus + label:before,
.fancyinput [type='radio']:checked + label:before {
  border-color: #00addc;
}

.fancyinput [type='checkbox']:focus + label:before,
.fancyinput [type='radio']:focus + label:before {
  border-color: #00addc;
}

.fancyinput [type='checkbox']:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  background: url(https://kinderstiff.no/images/common/checkbox-check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  border-color: #00addc;
  height: 12px;
  width: 12px;
  top: 7px;
  left: 5px;
}

.fancyinput [type='radio']:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  background: url(https://kinderstiff.no/images/common/radio-check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  border-color: #00addc;
  height: 12px;
  width: 12px;
  top: 6px;
  left: 5px;
}

.fancyinput label.blockify {
  display: block;
  margin: 5px 0;
}

.fancyinput-label {
  width: 100%;
}

.fancyinput [type=radio]:disabled+label:before {
    border-color: #999;
	cursor: default;
}

.fancyinput [type=radio]:checked:disabled+label:after {
    background: url(https://kinderstiff.no/images/common/radio-check-disabled.svg);
	background-size: contain;
  background-repeat: no-repeat;
  height: 12px;
  width: 12px;
  top: 6px;
  left: 5px;
}


/* ================================= Consent ================================= */

#consent {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 4;
	padding: 15px;
}

#consent > .inner {
	padding: 10px 15px;
	box-shadow: 0px 0px 6px rgba(0,0,0,.6);
}

#consent p {
	font-size: 1.2em;
	float: left;
	line-height: 1.4em;
	padding: 5px 20px 5px 0;
	margin-bottom: 5px;
}

#consent a.button-ish-link {
	margin-top: 10px;
	margin-bottom: 5px;
}

/* ======================================== gdpr overlay ==================================== */


#gdpr {
	width: 100%;
	min-height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow-y: scroll !important;
	background: rgba(0,0,0,.6);
	padding-top: 100px;
	padding-bottom: 100px;
	display: none;
    z-index: 3;
}

#gdpr-wrapper {
	width: 100%;
	float: left;
	padding: 20px;
}

#gdpr .gdpr-background {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background: #FFF;
	margin: 0 auto;
	width: 90%;
	max-width: 600px;
}

#close-button {
	width:40px;
	height:40px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background-color: #00addc;
	float:right;
	margin-top: -20px;
	margin-right: -20px;
	cursor: pointer;
}

/* =========================== Header elements general =========================== */

#header {
	position: fixed;
}

#anniversary {
	float: left;
	clear: none;
	background:url(https://kinderstiff.no/images/common/viharflyttet.svg) no-repeat right center;
	background-size: contain;
}

#anniversary-en {
	float: left;
	clear: none;
	background:url(https://kinderstiff.no/images/common/wehavemoved.svg) no-repeat right center;
	background-size: contain;
}

/*@media screen and (min-width: 675px) {*/
@media screen and (min-width: 775px) {
	#togglemenu {
		display: none;
	}
	#smallscreennav {
		display:none !important;
	}
	#logo {
		margin: 18px 0 17px 0;
	}
	#anniversary {
		width:150px;
		height:60px;
	}
	#anniversary-en {
		width:150px;
		height:60px;
	}
	main {
		padding-top: 50px;
	}
}

/*@media screen and (max-width: 674px) {*/
@media screen and (max-width: 774px) {
/*	#header {
		position: absolute;
	}*/
#bigscreennav {
		display:none;
	}
#logo {
margin: 13px 0 12px 0;
}
#anniversary {
	width:140px;
	height:50px;
}
#anniversary-en {
		width:140px;
		height:50px;
	}
main {
padding-top: 50px;
}
}

#header {
	width: 100%;
	float: left;
	display: block;
	z-index: 3;
	top: 0px;
	left: 0px;
}

#smallscreennav, #smallscreennav ul, #smallscreennav li, #smallscreennav li a {
	width: 100%;
background-color: #E8E8E8;
	display: block;
}

#smallscreennav > ul {
margin: 0 0 0 0;
}

#smallscreennav li {
	border-top: 1px solid #CCC;
	font-size: 14px;
}

#smallscreennav li a {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #222;
}

#smallscreennav li:first-child, #smallscreennav li:first-child a {
	border-top: none;
}

#smallscreennav {
	display: none;
}

#smallscreennav a.language {
/*font-family: 'ks-bold', Arial, Helvetica, sans-serif;
color: #888;*/
height: 43px;
}


#bigscreennav {
	width: auto;
	float: right;
}

#bigscreennav ul, #bigscreennav li {
	float: left;
	display: block;
}

#bigscreennav ul {
margin-bottom: 0;
}

#bigscreennav li {
margin-left: 20px;
}

#bigscreennav li a {
	color: #CCC;
	font-size: 16px;
line-height: 60px;
	display: block;
}

#bigscreennav li.here a, #bigscreennav li.parent-here a,
#smallscreennav li.here a, #smallscreennav li.parent-here a {
color: #00addc;
/*font-family: 'ks-bold', Arial, Helvetica, sans-serif;*/
}

#bigscreennav .en, #bigscreennav .no {
	background-repeat: no-repeat;
	background-attachment: absolute;
	background-position: center center;
background-size: contain;
	width: 22px;
}

#bigscreennav .en {
	background-image:url(https://kinderstiff.no/images/common/unionjack.svg);
}

#bigscreennav .no {
	background-image:url(https://kinderstiff.no/images/common/norway.svg);
}

#smallscreennav .en {
	background:url(https://kinderstiff.no/images/common/unionjack.svg) no-repeat center center;
}

#smallscreennav .no {
	background:url(https://kinderstiff.no/images/common/norway.svg) no-repeat center center;
}

#togglemenu {
	width: 26px;
	height: 50px;
	float: right;
	clear: none;
	background-repeat: no-repeat;
	background-attachment: absolute;
	background-position: center center;
}

#togglemenu.closed {
	background-image:url(https://kinderstiff.no/images/common/openmenu.svg);
}

#togglemenu.open {
	background-image:url(https://kinderstiff.no/images/common/closemenu.svg);
}

/* ============================== Footer ================================ */

span.phone, span.email, span.linkedin, span.maptrigger {
	padding: 5px 0 5px 28px;
	line-height: 2em;
}

span.phone {
	background: url(https://kinderstiff.no/images/common/phone-icon.svg) no-repeat left center;
}

span.email {
	background: url(https://kinderstiff.no/images/common/email-icon.svg) no-repeat left center;
}

span.linkedin {
	background: url(https://kinderstiff.no/images/common/linkedin-icon.svg) no-repeat left center;
}

span.maptrigger {
	background: url(https://kinderstiff.no/images/common/googlemap-icon.svg) no-repeat left center;
	color: #368ACA;
	cursor: pointer;
}

/* ================================== Google map ============================== */

#map {
	position: relative;
	display:none;
	float: left;
	clear: both;
	width: 100%;
	overflow: hidden;
/*	display: block;*/
}

.togglemap {
	cursor: pointer;
}

div#map-canvas, #contact-map {
	display: block;
}

@media screen and (max-width: 400px) {
	#map, #map-canvas, #contact-map {
		height: 200px;
	}
}

@media screen and (min-width: 401px) and (max-width: 600px) {
	#map, #map-canvas, #contact-map {
		height: 300px;
	}
}

@media screen and (min-width: 601px) and (max-width: 800px) {
	#map, #map-canvas, #contact-map {
		height: 400px;
	}
}

@media screen and (min-width: 801px) and (max-width: 1000px) {
	#map, #map-canvas, #contact-map {
		height: 500px;
	}
}

@media screen and (min-width: 1001px) {
	#map, #map-canvas, #contact-map {
		height: 600px;
	}
}