@charset "UTF-8";
/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 100%;
	font-family: 'Roboto', sans-serif; /* 100, 300, 400, 500, 700 */
	font-weight: 300;
	font-style: normal;
	font-size: 10px;
	position: relative;
	line-height: 1em;
	line-height: normal;
	color: #222;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;
}

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

/* Reset */

h1, h2, h3, h4, h5, h6, p, li, ul, ol, blockquote {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
}

p, li, table {
	font-weight: 300;
	font-size: 1.54em;
	line-height: 1.6em;
}

p, ul, ol, table {
	margin-bottom: 1.6em;
}

ul, ol {
	margin-left: 18px;
}

h1, h2, h3 {
	font-family: 'EB Garamond', serif;
	font-weight: 400;
	line-height: 1.3em;
	margin-bottom: .5em;
}

h4, h5 {
	font-size: 1.54em;
	line-height: normal;
	margin-bottom: .5em;
	font-weight: 500;
}

h4 {
	text-transform: uppercase;
}

h1 > strong, h1 > b, h2 > strong, h2 > b, h3 > strong, h3 > b {
	font-weight: 700;
}

.excerpt > p, p.excerpt, figcaption > p, blockquote > p {
	margin-bottom: 0;
}

p > strong, p > b {
	font-weight: 500;
}

blockquote > p {
	font-family: 'EB Garamond', serif;
	font-weight: 400;
	line-height: 1.45em;
}

blockquote > h6 {
	margin-top: 20px;
	width: 100%;
	float: left;
	clear: both;
}

figcaption p {
	font-size: 1.3em;
}

h6 {
	font-size: 1.1em;
	margin-bottom: .6em;
	font-weight: 500;
}

table, tr, td {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: none;
	border: 0;
	border-collapse: collapse;
}

ul, ol {
	margin-left: 18px;
}

td, th  {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
}

table th {
	text-align: left;
}

table tr {
	border-bottom: 1px solid #CCC;
}

ul > li > ul, ul > li > ul > li > ul,
ol > li > ol, ol > li > ol > li > ol,
ul > li > ol, ol > li > ul {
	margin-bottom: 0;
}

ul > li > ul, ol > li > ol, ol > li > ul, ul > li > ol {
	font-size: 1.54rem;
}

blockquote {
	margin-top: 1.7em;
	margin-bottom: 3.2em;
	background: url(https://vieradvokatfirma.no/images/common/fnutter.svg) left top no-repeat;
	padding-left: 36px;
	width: 100%;
	float: left;
	clear: both;
}

blockquote > h6 {
	text-transform: uppercase;
	letter-spacing: .04em;
}

ul.siblingnavigation {
	margin-left: 0;
	margin-bottom: 0;
}

ul.siblingnavigation > li {
	list-style: none;
	margin-bottom: 5px;
}

ul.siblingnavigation > li > a {
	text-decoration: none;
	color: #222;
	font-size: 1.7rem;
}

ul.siblingnavigation > li > a:after {
/*	content: " ⟶";
	content: " \27F6";
	content: " \2794";*/
	content: " \279E";
	color: #ec3a41;
/*	vertical-align: .1em;*/
}

p > a {
	color: #222;
	font-weight:400;
	text-decoration: none;
	border-bottom: 1px solid #ec3a41;
}

p > a.withicon {
	border-bottom: none;
}

p.smalldate {
	font-size: 1.2rem;
	font-weight: 500;
	margin-bottom: 1.2em;
}

.topbanner .light-bg > h1 {
	color: #401e2c;
}

.topbanner .dark-bg > h1 {
	color: #FFF;
}

.topbanner h1 > span {
	padding-left: 5px;
	padding-right: 5px;
}

/*
a {
	text-decoration: none;
	color: #677883;
}
*/

a.withicon {
	padding-left: 26px;
	display: inline-block;
}

a.linkedin {
	background: url(https://vieradvokatfirma.no/images/common/linkedin-neg-micro.svg) no-repeat center left;
	background-size: contain;
}

/*
a.link {
	background: url(https://vieradvokatfirma.no/images/common/link-icon-micro-pos-adj.svg) no-repeat;
}

a.map {
	background: url(https://vieradvokatfirma.no/images/common/map-icon-micro-pos-adj.svg) no-repeat;
}
*/

a.inner {
	text-decoration: none;
	color: #222;
}

sup, sub {
	vertical-align: baseline;
	position: relative;
	top: -0.4em;
}

sub { 
	top: 0.4em; 
}

@media screen and (max-width: 460px) {
	h1 {
		font-size: 3.2em;
		font-weight: 400;
	}
	h2 {
		font-size: 2.15em;
		font-weight: 700;
	}
	h3 {
		font-size: 1.8em;
	}
	.excerpt p, p.excerpt {
		font-size: 1.6em;
	}
	blockquote > p, blockquote > h3 {
		font-size: 1.65em;
	}
}

@media screen and (min-width: 461px) and (max-width: 768px) {
	h1 {
		font-size: 3.4em;
		font-weight: 400;
	}
	h2 {
		font-size: 2.2em;
		font-weight: 700;
	}
	h3 {
		font-size: 2em;
	}
	.excerpt p, p.excerpt {
		font-size: 1.8em;
	}
	blockquote > p, blockquote > h3 {
		font-size: 1.75em;
	}
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
	h1 {
		font-size: 4.4em;
		font-weight: 300;
	}
	h2 {
		font-size: 2.8em;
	}
	h3 {
		font-size: 2em;
	}
	.excerpt p, p.excerpt {
		font-size: 1.9em;
	}
	blockquote > p, blockquote > h3 {
		font-size: 2em;
	}
}

@media screen and (min-width: 1024px) {
	h1 {
		font-size: 4.8em;
		font-weight: 300;
	}
	h2 {
		font-size: 3.3em;
		font-weight: 300;
	}
	h3 {
		font-size: 2.3em;
	}
	.excerpt p, p.excerpt {
		font-size: 2.2em;
	}
	blockquote > p, blockquote > h3 {
		font-size: 2.6em;
	}
}

.subheadingcolumn.listingitem h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 1.54em;
	line-height: normal;
	margin-bottom: .5em;
	font-weight: 500;
	text-transform: uppercase;
}

/* ================================ Colors / backgrounds ============================== */

.dark-bg, .dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6, .dark-bg a,
.dark-bg p, .dark-bg li, .dark-bg ul, .dark-bg ol, .dark-bg blockquote, .dark-bg td {
	color: #FFF;
}

.aubergine {
	background: #401e2c;
}

.lightgrey-bg {
	background: #ECECEC;
}

.lightbeige-bg {
	background: #e7e1d7;
}

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

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

main, section, .fullwidth, footer, figure, figcaption, img, header, .topbanner {
	float: left;
	width: 100%;
	clear: both;
}

.width-limit {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}
.topbanner {
	height: 50vw;
	min-height: 300px;
	max-height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

/*
.topbanner > section {
	position: absolute;
	bottom: 0px;
}
*/

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

.min-h-screen {
	min-height: 100vh;
}

main {
	flex-grow: 1;
}

figcaption {
	margin-top: 12px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}

@media screen and (min-width: 769px) {
	.flex.rowreverse {
		flex-direction: row-reverse;
	}
}

.flex-stretch .inner {
	height: 100%;
}

/* ================================ Columns ================================ */

.oneof4, .onethird, .twothirds, .subheadingcolumn, .maincolumn, .rightcolumn, .centercolumn, .textblock, .threeof4right, .halfcolumn, .twoof4, .onefourth, .threefourths {
	float: left;
}

@media screen and (max-width:768px) {
	.subheadingcolumn, .maincolumn, .excerpt, .rightcolumn, .centercolumn, .textblock, .threeof4right, .centercolumnonly, .onethird, .twothirds,
	.halfcolumn {
		width: 100%;
		clear: both;
	}
	.hideonlargescreens {
		display: block;
	}
	.hideonsmallscreens {
		display: none;
	}
/*	
	.onethird.withnewscontent {
		margin-top: 30px;
	}
	.maincolumn > .fullwidth.topbordered, .keyinfo > .fullwidth.topbordered, .centercolumn > .fullwidth.topbordered,
	.rightcolumn > .fullwidth.topbordered, .twothirds > .fullwidth.topbordered {
		border-top: none;
		padding-top: 0px;
	}
	*/
	.excerpt {
		margin-left: 0;
	}
}

@media screen and (min-width: 769px) {
	.subheadingcolumn, .rightcolumn {
		width: 25%;
	}
	.centercolumn, .halfcolumn {
		width: 50%;
	}
	.hideonlargescreens {
		display: none;
	}
	.hideonsmallscreens {
		display: block;
	}
/*	.employeedescription {
		width: 55%;
	}
	.employeeportrait {
		width: 45%;
	}
	*/
	.centercolumnonly {
		width: 50%;
		margin-left: 25%;
		margin-right: 25%;
	}
	.maincolumn, .excerpt, .threeof4right {
		width: 75%;
	}
	.textblock {
		width: 66.67%;
	}
	.onethird {
		width: 33.33%;
	}
	.twothirds {
		width: 66.67%;
	}
	.excerpt, .threeof4right {
		margin-left: 25%;
	}
	.maincolumn .excerpt {
		width: 100%;
		margin-left: 0;
	}
	/*
	.articlesection .centercolumnonly .fullwidth.listingitem, .articlesection .maincolumn, .articlesection .threeof4right {
		margin-bottom: 30px;
	}
	*/
}

@media screen and (max-width: 500px) {
	.oneof4, .twoof4 {
		width: 100%;
		clear: both;
	}
	.maincolumn .addressbox, .threeof4right .addressbox {
		width: 100%;
	}
}

@media screen and (min-width: 501px) and (max-width: 900px) {
	.oneof4 {
		width: 50%;
	}
	.twoof4 {
		width: 100%;
		clear: both;
	}
	.maincolumn .addressbox, .threeof4right .addressbox {
		width: 50%;
	}
}

@media screen and (min-width: 901px) {
	.oneof4 {
		width: 25%;
	}
	.twoof4 {
		width: 50%;
	}
/*
.maincolumn .addressbox, .threeof4right .addressbox {
		width: 33.33%;
	}
*/
}

/* =============================== Partners ============================== */

.partnerentry {
	text-align: center;
}

.partnerentry > .inner > figure {
	margin-bottom: 18px;
}

.partnerentry > .inner > figure > img {
	width: 140px;
	float: none;
	margin: 0 auto;
	border-radius: 50%;
}

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

button, a.btn, button[type='submit'], input[type='submit'], #marketlogin, #consent a.button-ish-link,
figure.sharing {
	-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;
}

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

@media screen and (max-width: 500px) {
	.halfpadding {
		padding-left: 10px;
		padding-right: 10px;
	}
	.fullpadding {
		padding-left: 20px;
		padding-right: 20px;
	}
	.halfpaddingaround {
		padding: 10px 10px 10px 10px;
	}
	.fullpaddingaround {
		padding: 20px 20px 20px 20px;
	}
	section {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.listingwrapper {
		padding-left: 12px;
		padding-right: 12px;
	}
	.listingitem {
		padding: 8px;
	}
	.fullbottommargin {
		margin-bottom: 30px;
	}
	.hangingimage > figure {
		margin-top: -30px;
		margin-bottom: 15px;
	}
}

@media screen and (min-width: 501px) and (max-width: 768px) {
	.halfpadding {
		padding-left: 15px;
		padding-right: 15px;
	}
	.fullpadding {
		padding-left: 30px;
		padding-right: 30px;
	}
	.halfpaddingaround {
		padding: 15px 15px 15px 15px;
	}
	.fullpaddingaround {
		padding: 30px 30px 30px 30px;
	}
	section {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.listingwrapper {
		padding-left: 20px;
		padding-right: 20px;
	}
	.listingitem {
		padding: 10px;
	}
	.fullbottommargin {
		margin-bottom: 30px;
	}
	.hangingimage > figure {
		margin-top: -30px;
		margin-bottom: 15px;
	}
}

@media screen and (min-width: 769px) 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;
	}
	section {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.listingwrapper {
		padding-left: 30px;
		padding-right: 30px;
	}
	.listingitem {
		padding: 10px;
	}
	.fullbottommargin {
		margin-bottom: 40px;
	}
	.hangingimage > figure {
		margin-top: 40px;
		margin-bottom: -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;
	}
	section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.listingwrapper {
		padding-left: 45px;
		padding-right: 45px;
	}
	.listingitem {
		padding: 15px;
	}
	.fullbottommargin {
		margin-bottom: 60px;
	}
	.hangingimage > figure {
		margin-top: 60px;
		margin-bottom: -60px;
	}
}

.textsection .listingitem {
	padding-top: 0;
	padding-bottom: 0;
}

 section.notoppadding {
 	padding-top: 0;
 }
 
 
/* ================================== Header ================================= */

main {
	padding-top: 60px;
}
	
header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
/*	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);*/
}

.icon {
	display: inline-block;
	float: left;
	clear: none;
	cursor: pointer;
	width: 44px;
	height: 60px;
}

.contacttrigger {
	background: url(https://vieradvokatfirma.no/images/common/contact-pos.svg) no-repeat center center;
}

header .contacttrigger {
	background: url(https://vieradvokatfirma.no/images/common/contact-neg.svg) no-repeat center center;
}

.english {
	background: url(https://vieradvokatfirma.no/images/common/unionjack.svg) no-repeat center center;
}

.norwegian {
	background: url(https://vieradvokatfirma.no/images/common/norway.svg) no-repeat center center;
}

a.logo {
	float: left;
	clear: none;
}

.logo {
	width: 110px;
	height: 40px;
}

header a.logo {
	background: url(https://vieradvokatfirma.no/images/common/vier-logo-neg.svg) no-repeat center left;
	background-size: contain;
	margin-top: 10px;
	margin-bottom: 10px;
}

footer a.logo {
	background: url(https://vieradvokatfirma.no/images/common/vier-logo-neg.svg) no-repeat center left;
	background-size: contain;
}

footer a.logo {
	background: url(https://vieradvokatfirma.no/images/common/vier-logo-neg.svg) no-repeat center left;
	background-size: contain;
}

@media screen and (max-width: 1100px) {
/*	main {
		padding-top: 50px;
	}
	.icon {
		height: 50px;
	}*/
/*    .logo {
        width: 90px;
        height: 34px;
    }
	header a.logo {
		background: url(https://vieradvokatfirma.no/images/common/vier-logo-neg.svg) no-repeat center left;
		background-size: contain;
		margin-top: 8px;
		margin-bottom: 8px;
	}*/
	header > .width-limit > .fullwidth.halfpadding {
		padding-right: 0;
	}

}

@media screen and (min-width:1101px) {
/*	.icon {
		height: 60px;
	}*/
	#nav-icon2, #nav-icon3 {
		margin-top: 10px;
	}
}

#icon-container {
	display: inline-block;
	float: right;
	padding-right: 15px;
	clear: none;
}

#navtriggerwrapper {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 4;
}

#nav-icon2, #nav-icon3 {
  width: 60px;
  height: 60px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon2 > span {
  display: block;
  position: absolute;
  background: #FFF;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon2 > span {
	width: 29px;
	height: 1px;
	left: 15px;
}

#nav-icon2:not(.open) span:nth-child(1) {
	top: 23px;
}

#nav-icon2:not(.open) span:nth-child(2) {
	top: 29px;
}

#nav-icon2:not(.open) span:nth-child(3) {
	top: 37px;
}

.no-touchdevice #nav-icon2:not(.open):hover span:nth-child(1) {
	-webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
	top: 29px;
}

.no-touchdevice #nav-icon2:not(.open):hover span:nth-child(3) {
	-webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
	top: 29px;
}

#nav-icon2.open span:nth-child(1), #nav-icon2.open span:nth-child(3) {
	-webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
	top: 29px;
}

#nav-icon2.open span:nth-child(2) {
	-webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
	top: 29px;
}

/* ==============================  Navigation ================================ */

#largescreennav {
	float: right;
	clear: none;
}

#largescreennav ul, #largescreennav li {
	float: left;
	display: inline-block;
}

#largescreennav ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#largescreennav li {
	margin-left: 30px;
	line-height: normal;
	font-size: 1.4em;
}
#largescreennav li > a {
	text-decoration: none;
	list-style: none;
	color: #FFF;
	line-height: 60px;
	text-transform: uppercase;
	letter-spacing: .05em;
	display: block;
}

#largescreennav li > a:hover,
#largescreennav li.here > a,
#largescreennav li.parent-here > a,
#navigation li > a:hover,
#navigation li.here > a,
#navigation li.parent-here > a {
	color: #ec3a41;
}

@media screen and (max-width:1100px) {
	#largescreennav {
		display: none;
	}
	#nav-icon2 {
		display: block;
	}
}

@media screen and (min-width:1101px) {
	#largescreennav {
		display: block;
	}
	#nav-icon2, #menu {
		display: none;
	}
}

/* ================================= Mobile navigation ================================= */

#menu {
	position: fixed;
	top: 0;
	right: -300px;
	height: 100%;
	margin: 0;
	padding: 100px 0 0 0;
	width: 300px;
	z-index: 2;
}

#navigation {
	width: 300px;
	padding-left: 30px;
padding-right: 30px;
	float: left;
}

#navigation ul, #navigation li {
	list-style: none;
	width: 100%;
/*	font-weight: 500;*/
	font-size: 18px;
margin: 0;
padding: 0;
}

#navigation li > a {
	padding: 10px 0;
color: #222;
text-transform: uppercase;
text-decoration: none;
font-weight: 400;
	display: block;
}

/*
#navigation li > a > span {
	border-width: 2px;
}
*/
/*
#navigation li.here > a > span {
	border-color: #222;
}
*/

nav {
float:left;
clear: none;
	height: 100%;
	width: 300px;
	margin: 0;
	padding: 0;
	color: #222;
	background: #EEE;
	-webkit-font-smoothing: antialiased;
	overflow: hidden;
}

#nav-inner {
	width: 340px;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
}

#nav-inner::-webkit-scrollbar { 
    display: none; 
}

/* ================================ Footernav ================================ */

ul.footernav {
	margin-bottom: 30px;
	margin-left: 0;
}

ul.footernav > li {
	list-style: none;
	margin-bottom: 3px;
}

ul.footernav > li > a {
	text-decoration: none;
	font-weight: 400;
}

ul.footernav > li > a:after {
/*	content: " ⟶";
	content: " \27F6";
	content: " \2794";*/
	content: " \279E";
	color: #ec3a41;
/*	vertical-align: .2em;*/
}

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

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

#consent > .inner {
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
/*	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;*/
}

#consent, #consent > .inner {
 padding:15px;
}

#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#acceptbtn {
	background: #0f1a2d;
	color: #FFF;
	border-color: #0f1a2d;
	margin-right: 5px;
}

#consent a.button-ish-link#acceptbtn:hover {
	background: transparent;
	color: #0f1a2d;
}

/* ================================= Facts in figures  =============================== */

.factsinfigures {
	text-align: center;
}

.factsinfigures h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	margin-bottom: 0;
}

.factsinfigures p {
	font-size: 1.3rem;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 0;
}


@media screen and (max-width: 460px) {
	.factsinfigures h1 {
		font-size: 3.8em;
		font-weight: 700;
	}
}

@media screen and (min-width: 461px) and (max-width: 768px) {
	.factsinfigures h1 {
		font-size: 4.4em;
		font-weight: 300;
	}
}

/* ============================= Input, buttons ============================== */

input[type=submit], a.button-ish-link {
	font-weight: 500;
	font-size: 1.1em;
	float: left;
	border-radius: 0;
	padding: 10px 26px 9px 26px;
	background: transparent;
	color: #333;
	border: 1px solid #333;
}

input[type=submit]:hover, a.button-ish-link:hover {
	background: #333;
	color: #FFF;
	border: 1px solid #333;
}

a.button-ish-link {
	text-decoration: none;
}

/* ==================================== Sharing =============================== */

figure.sharing {
	width: 40px;
	padding: 5px;
	border-radius:  50%;
	border: 1px solid #401e2c;
	margin-right: 10px;
	margin-top: 10px;
	float: left;
	clear: none;
}

figure.sharing:hover {
	border-color: #ec3a41;
	background: #FFF;
}

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

.fancyinput {
    -ms-user-select: none;
    position: relative;
	margin-bottom: 10px;
}
.fancyinput label {
	cursor: default !important;
}
.fancyinput label.blockify {
	display: block;
}
.fancyinput input[type=checkbox], .fancyinput input[type=radio] {
	cursor: pointer;
	width: auto;
	height: auto;
	padding: 0;
	margin: 3px 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;
    cursor: pointer;
}

.fancyinput [type=checkbox]:checked+label, .fancyinput [type=checkbox]:not(:checked)+label {
	padding-left: 24px;
}

.fancyinput [type=radio]:checked+label, .fancyinput [type=radio]:not(:checked)+label {
    padding-left: 30px;
}

.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;
    width: 16px;
    height: 16px;
    border: 1px solid #333;
    background: #FFF;
}

.dark-bg .fancyinput [type=checkbox]:checked+label:before, .dark-bg .fancyinput [type=checkbox]:not(:checked)+label:before,
.dark-bg .fancyinput [type=radio]:checked+label:before, .dark-bg .fancyinput [type=radio]:not(:checked)+label:before {
    border-color: #FFF;
    background: rgba(255,255,255,.1);
}

.fancyinput [type=radio]:checked+label:before, .fancyinput [type=radio]:not(:checked)+label:before {
    left: 8px;
}

.fancyinput [type=checkbox]:checked+label:before, .fancyinput [type=checkbox]:not(:checked)+label:before  {
	left: 0px;
}

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

.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: #333;
}

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

/*
.fancyinput [type=checkbox]:checked+label:after {
    background: url(https://vieradvokatfirma.no/images/common/checkbox-check-neg.svg) no-repeat center center;
	background-size: contain;
}
*/

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

.fancyinput [type=checkbox]:checked:disabled+label:after {
    background: url(https://vieradvokatfirma.no/images/common/checkbox-check-pos-disabled.svg) no-repeat center center;
	background-size: contain;
}

/*
.dark-bg .fancyinput [type=checkbox]:checked+label:after {
    background: url(https://vieradvokatfirma.no/images/common/checkbox-check-neg.svg) no-repeat center center;
	background-size: contain;
}

.dark-bg .fancyinput [type=checkbox]:disabled+label:before {
    border-color: #AAA;
}

.dark-bg .fancyinput [type=checkbox]:checked:disabled+label:after {
    background: url(https://vieradvokatfirma.no/images/common/checkbox-check-neg-disabled.svg) no-repeat center center;
	background-size: contain;
}
*/

.fancyinput [type=radio]:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    background: url(https://vieradvokatfirma.no/images/common/radio-check-pos.svg);
    background-size: contain;
    background-repeat: no-repeat;
	border-color: #333;
    height: 10px;
    width: 10px;
    top: 3px;
    left: 11px;
}

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

.fancyinput [type=radio]:checked:disabled+label:after {
    background: url(https://vieradvokatfirma.no/images/common/radio-check-pos-disabled.svg) no-repeat center center;
	background-size: contain;
}

.fancyinput label.blockify {
    display: block;
	float: left;
	font-size: 1.2rem;
	font-weight: 400;
/*	line-height: 16px;*/
}

.fancyinput-label {
    width: 100%;
	clear: both;
}