:root {
	--white: #ffffff;
	--black: #333333;
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap');

* {
	box-sizing: border-box;
}

body {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: var(--black);
	margin: 0;
	padding-top: 42px;
}

header {

}

#emblemkalkulator {
	color: #34495e;
}

#infotekst-link {
	cursor: pointer;
}

#emblemcalc #postcode {
	visibility: hidden;
	height: 0px !important;
	padding: 0 !important;
}

.modal-backdrop {
	display: none;
}

#sub-header {
	max-width: 1170px;
	width: 100%;
	height: 96px;
	margin: 19px auto;
	align-items: center;
	display: flex;
}

#sub-header > * {
	padding-left: 15px;
	padding-right: 15px;
}

#search-button {

}

#sub-header #logo {
	height: 100%;
	width: auto;
	float: left;
}

#sub-header a {
	float: left;
	height: 100%;
}

#search-container {
	width: 555px;
	float: left;
}

#search {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	height: 53px;
	padding: 14px 16px;
	font-size: 17px;
	line-height: 1.3333333;
	color: #333;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #dddddd;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	max-width: 410px;
	width: 100%;
}

#search:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

#searchbutton {
	width: 51px;
	height: 53px;
	background: #0a0094;
	border: none;
	padding: 17px;
	position: relative;
	top: 1px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	cursor: pointer;
}

#searchbutton:hover {
	background-color: #332aac;
}

#searchbutton img {
	width: 100%;
	height: auto;
}

#content {
	/*
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
	*/
}

#fixed-navbar {
	position: fixed;
	width: 100%;
	z-index: 10;
	top: 0;
	min-height: 40px;
	box-sizing: content-box;
}

nav#fixed-navbar a {
	text-decoration: none;
	font-size: 13px;
}

nav#fixed-navbar {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
}

nav#fixed-navbar.navbar-default {
	background-color: #0a0094;
	border-color: #0a0094;
}

.navbar {
	min-height: 40px;
	border: 1px solid transparent;
}

.navbar-nav {
	float: left;
	margin: 0;
}

.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

.navbar-nav > li {
	float: left;
}

.nav > li {
	position: relative;
	display: block;
}

.container {
	width: 1170px;
}

.nav::before,
.container::before {
	content: " ";
	display: table;
}

#fixed-navbar .caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid \9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

#fixed-navbar .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	padding-bottom: 5px;
	margin: 2px 0 0;
	margin-top: 2px;
	list-style: none;
	font-size: 13px;
	text-align: left;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	/*background-clip: padding-box;*/
	background-color: #fff;
}

#fixed-navbar .clearfix::before {
	content: " ";
	display: table;
}

#fixed-navbar .clearfix::after {
	content: " ";
	display: table;
	clear: both;	
}

.categories-dropdown-width {
	width: 1100px;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.navbar-collapse.collapse {
	display: block !important;
	height: auto !important;
	padding-bottom: 0;
	overflow: visible !important;
}

.navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
}

#fixed-navbar.navbar-default .navbar-nav > li > a {
	color: #ffffff;
	line-height: 18px;
}

.navbar-first {
	float: left;
}

.navbar-right {
	float: right;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #d6d6d6;
}

.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
}

.col-lg-3 {
	width: 25%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}


.dropdown-menu a {
	color: #777;
	text-decoration: none;
}

.dropdown-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0 15px;
}

.navbar-toggle {
	display: none;
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
	/*display: none!important;*/
	display: block!important;
}

.hidden-lg {
	display: none;
}


.alignfull {
	margin: 0 auto 0 auto;
	margin-left: 0 !important;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	position: relative;
	height: auto;
	clear: both;
}

#colophon {
	padding: 20px;
	background-color: #ddd;
}

#footer-inner {
	width: 300px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}

#footer-inner a {
	text-decoration: none;
}

#footer-inner img {
	height: 60px;
	width: 60px;
	border-radius: 50%;
}


#navbar_second_object .img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fcfcfc;
	border: 1px solid #dddddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
	width: 100%;
}

#navbar_second_object h4 {
	text-align: center;
	margin-top: 9px;
	margin-bottom: 9px;
	font-size: 17px;
}
#navbar_second_object h4 a {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.1;
	color: #000;
	font-size: 17px;
}

#navbar_second_object h4:hover {
	text-decoration: underline;
}

nav .margin-top-10 {
	margin-top: 10px;
}

#footer-cols-container {
	max-width: 1600px;
	margin: 0 auto;
	width: 100%;
	font-size: 13px;
	line-height: 18.5667px;
}


#footer-cols-container > div {
	float: left;
}

#footer-col1 {
	width: 41.66666667%;
}

#footer-col2 {
	margin-left: 8.33333333%;
	width: 25%;
}

#footer-col3 {
	width: 25%;
}

.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #000000;
	white-space: nowrap;
}

.wp-block-image.aligncenter {
	width: 100%;
}

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

h3 a,
p a {
	color: var(--black);
	text-decoration: none;
	font-weight: bold;
}

#navbar-second > ul > li:last-child {
	display: none!important;
}



/* GALLERY */
/* Gutenberg FIX – image gallery item on last row too big */
/*
figure.wp-block-gallery.has-nested-images {
	display: flex;
	fle-wrap: wrap;
}
*/


#nav-phone > a {
	background-image: url(https://static.unpr.io/userfiles/bk9UaFNzYkJwL0xQa3ZjNFhrSG4vNmdLWHJ0bHVnRDJsaUp3NEFHTzROZz0=/images/phone-icon-white.svg);
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: center left;
	padding-left: 20px;
}


#nav-mail > a {
	background-image: url(https://static.unpr.io/userfiles/bk9UaFNzYkJwL0xQa3ZjNFhrSG4vNmdLWHJ0bHVnRDJsaUp3NEFHTzROZz0=/images/mail-icon-white.svg);
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: center left;
	padding-left: 20px;
}
