/*
 Theme Name:   CustomStrap
 Theme URI:    https://www.livecanvas.com/customstrap/
 Description:  A child theme for UnderStrap, bringing some cool options in the Customizer and a built in SCSS compiler to roll your own BootStrap
 Author:       LiveCanvas.com
 Author URI:   https://www.livecanvas.com
 Template:     understrap
 Version:      2.7.0
 Text Domain:  customstrap
 License: GPL-2.0
 License URI: http://www.opensource.org/licenses/gpl-license.php
*/

body {
	margin: 0;
	font-size: 1.3125rem;
}

 /* Hidden elements*/
    
    .hide-xs {
        display: none;
    }

/* TYPOGRAPHY */

.fa {
    font-size: 1.4rem;
    font-weight: 800;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 200;
}
h1 {
	font-size: 2.1rem;
	margin-bottom: 2rem;
}

h1.product-title {
	text-align: center;
}

h2 {
	font-size: 1.9rem;
	margin-bottom: 2rem;
}

h3 {
	font-size: 1.7rem;
}

h4.theme-heading {
	font-size: 1.1rem;
	line-height: 1.5rem;
	font-weight: 400;
	text-transform: uppercase;
}

p {
	font-size: 1.2125rem;
    font-weight: 300;
	line-height: 1.85rem;
}

p.intro-text {
	color: rgba(60,60,60,1);
	font-size: 1.2125rem;
	line-height: 1.85rem;
}

p.quote {
	font-size: 2rem;
    line-height: 1.85rem;
}

p.figure-text, div.figure-caption p, .caption {
	font-size:0.9rem;
	line-height: 1.4rem;
	/* color: #414141; */ /* colour set below */
}

h2.p-emphasised {
	font-size: 1.05rem;
	line-height: 1.85rem;
	font-weight: 500;
}

	/* links */
a {
	color: #f6a006;
}
a:hover {
	color: #f6a006;
	text-decoration: underline;
}

.figure-title {
	font-size: 1.2rem;
	line-height: 1.85rem;
	font-weight: 500;
	/* color: #414141; */ /* colour set below */
}

/*.figure-title:after {
  content: '';
  width: 2rem;
  height: 2px;
  background: #f6a000;
  position: absolute;
  bottom: 0rem;
  left: 15px;
}*/

p.figure-text, .figure-title {
	color: #414141;
}



blockquote {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-size: 1.7rem;
	line-height: 2rem;
}

li {
	font-size: 1.2125rem;
    font-weight: 300;
	line-height: 1.85rem;
}
/* menu text */
.menu-item li a {
    font-size: 1.2125rem;
     font-weight: 300;
    padding: 0.2rem .5rem;
}

/* COLORS */

.bg-yellow {
	background-color: #f6a000;
}

.bg-light-grey {
	background-color: rgba(230,230,230,1);
}

.text-secondary {
	color: rgba(70,70,70,1);
}

/*specifics*/


	/* breadcrumbs */

p#breadcrumbs {
	text-transform: uppercase;
	font-size: 0.8rem;
}

.intro-text-container h1 {

}

.intro-text-container p {
	/*font-size: 1.1rem;*/
}

.feature-item-row h3{
	font-weight:300;
	font-size: 1.4rem;
}

.feature-item-row p{
	font-weight:400;
	font-size: 0.95rem;
	line-height: 1.3rem;
}

.product-image {
	max-height: 40vh;
	margin: 0 auto 3rem 0;
}
.product-image-solutions {
	margin: 0 auto;
	max-height: 40vh;
}

.section-feature-image {
	min-height: 45vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.section-article-teaser, .cta-content {
	border-bottom: 0.08rem solid #f6a000;
}

.separator:before {
	content: '';
 	width: 100%;
	height: 2px;
 	position: relative;
 	margin-left: 15px;
	margin-right: 15px;
	border-top: 2px solid #f6a000;
}

.separator-line {
	width: 100%;
	height: 2px;
	background: #f6a006;
}

.divider-bottom {
	border-bottom: 0.05rem solid #f6a006;
}
/*.divider-bottom:after {
	content: '';
 	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0px;
 	margin-left: 15px;
	margin-right: 15px;
	border-bottom: 1px solid #f6a006;
	z-index:-1;
}*/

.icon-container {
	width: 75px;
	height: 75px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.cta-content h2 {
	margin-bottom: 2rem;
}


.wrapper {
	padding-top: 0!important;
	padding-bottom: 0!important;
}

.site-main {
	width: 100%;
}

.divider-fat {
	border-top: 10px solid rgba(255,145,0,1.00);
}

.divider-slim {
	border-top: 1px solid #f6a006;
}

/* HEADER */

.navbar-brand.custom-logo-link img {
	max-height:100px;
	width: auto;
	margin-bottom: 2rem;
}


.q_menu {
}


/*.nav-link {
	transition: color 0.3s;
}

.navbar-nav a.nav-link:hover {
	color: #00345E!important;
	transition: color 0.3s;
}
.navbar-nav a.nav-link:active, .navbar-nav a.nav-link:focus {
	color: #00345E!important;
}*/

	/* navbar dropdown */
/*
.dropdown:hover .dropdown-menu {
    display: block;
}

ul.dropdown-menu {
	border:none;
	margin-top:0;
	padding: 0 0;
}

.dropdown-item {
	transition: all 0.2s;
	background: rgba(255,255,255,0.9);
	color: rgba(0, 0, 0, 0.5);
}

.dropdown-item:hover {
	background: #00345E!important;
	color: #FFF;
	transition: all 0.2s;
}
*/

/* SECTIONS */


section {
	width: 100%;
}

#page-intro { /*header section on pages */
	margin-bottom: 3rem;
}

section#carousel {
	width:100%;
	margin: 0;
	padding: 0;
}

.carousel-section { /*container fluid class */
	padding-left: 0;
	padding-right: 0;
	margin-bottom:0;
	margin-top:0;
	border-bottom: 1rem solid #f6a006;
}

.carousel-section .row.full-height-content {
	height:100%;
}

.carousel-inner {
	
}

.carousel-section .carousel-item {
	height: 100vh;
}

.carousel-first-col {
	text-align: left;
	height:32vh;
}

.top-pad {
	padding-top: 3rem;
}

.carousel-first-col span.block-text {
	padding:15px;
	/*background:#FFF;*/ /* white bg */
	/*background: #f6a006;*/ /* orange bg */
	background: rgba(30,30,30,0.8); /* dark grey bg */
	color:#FFF;
	margin-bottom: 2px;
}

.carousel-second-col {
	align-self: center;
	text-align: left;
	height: 30vh;
}

.carousel-second-col img.img-fluid {
	width:auto;
	max-height:30vh;
}

.carousel-product-image {
	/*max-height: 50vh;*/
	padding: 1rem 1rem 1rem 1rem;
}

.carousel-third-col {
	padding-left:15px!important;
	padding-right:15px!important;
}

.carousel-entry-content {
	margin: 0rem 15px 3rem 15px;
}

.carousel-entry-content h2 {
	margin-top: 1rem;
}


.carousel-item h2 {
	margin-bottom:0.5rem;
	font-size: 2.3rem;
}
.carousel-item p {
	font-size: 0.9rem;
	line-height: 1.4rem;	
}

	/* carousel nav */

.carousel-control-prev-icon {
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f6a000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f6a000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.carousel-control-prev {
	padding-right:10%;
}
.carousel-control-next {
	padding-left:10%;
}


section#related-content {
	background: #FFF;
}


section#contact {
	
}

section#contact h1, section#contact h2, section#contact h3, section#contact p, section#contact a {
	color: #000;
	text-decoration: none;
	/*text-shadow: 0 5px 10px rgba(0,0,0,0.5);*/
}

section#contact h2 {
	font-size: 2.6rem;
}

section#quotes h3.card-title, section#quotes h4.card-subtitle {
	font-size: 1.2rem;
}

section#quotes h3.card-title {
	font-weight: 400;
	margin-bottom: 0.75rem;
}

section#quotes h4.card-subtitle {
	font-weight: 200;
}

.section-quotes .col-sm-12 {
	margin-bottom: 3rem;
}

.tip-section {
	background-color: #50664C;
}

/* Sidebar – nav */

.sidebar-container {
    padding: .5rem 1rem;
	border: 0.05rem solid #f6a000;
}

.download-bar {
    padding-top: .5rem;
	border-top: 0.05rem solid #f6a000;
}

.download-bar ul.list-of-downloads {
	margin-bottom:0;
	padding:0;
	text-align: center;
}

.download-bar ul.list-of-downloads li {
	display:inline-block;
}
.download-bar ul.list-of-downloads li a.dl-wrapper {
	/*text-align: left;*/
}
.dl-container {
    width:100%;
}

.dl-icon {
    width: 50%;
    margin: auto;
}

.dl-icon img {
    width: 100%;
}
.dl-title {
    padding: 5px 0px;
}

.dl-title p {
	color:#000;
    line-height:1.2rem;
	font-size:16px;
}

#sidebar-product-menu .product-post-list-header h2 {
	font-size: 1rem;
	font-weight:400;
}
#sidebar-product-menu h5.product-post-list-entry-title {
	font-size: 0.9rem;
	font-weight: 300;
}

/* Calculations - Beregninger */

.calculations-container {
	margin-top:0px;
	background: #FFF;
	/*background: #F6A006;*/
	padding-top:3rem;
	padding-bottom: 3rem;
	/*box-shadow: 0 0 0 rgba(0,0,0,0);*/
	padding-left: 15px;
	padding-right: 15px;
	border-top: 0.05rem solid #F6A006;
	border-bottom: 0.05rem solid #F6A006;
	border: 0.05rem solid #F6A006;
}

.calculations-container .form-group {
	margin-bottom: 1.5rem;
}

.calculations-container .image-container {
	margin-bottom: 2rem;
}

section#calculation-result{
	padding-top:2rem;
	padding-bottom: 2rem;
}

table.table-calculations, table.table-calculations tbody {
	text-align: left;
}

table.table-calculations .label-col.noborder {
	border:none!important;
}

table.table-calculations .label-col {
	width: 50%;
}

table.table-calculations thead tr {
	background-color: #FFF;
}

table.table-calculations td.label, td.label.text-muted {
	text-align: left;
	font-size: 1rem;
	font-weight: 400;
}



#calc_comparison_main_input_section {
	padding-top: 2rem;
	padding-bottom: 2rem;
	border-bottom: 0.05rem solid #f6a000;
	font-size: 1rem;
}

input.form-control {
	border-color: #f6a000;
	border-width: 0.05rem;
}

}
#calculations row.form-section .form-content {
	padding: 1rem;
	box-shadow: 0 10px 10px rgba(0,0,0,0.1);
}

#calculations table, td, th {
  border: 1px solid #666;
}
#calculations td, #calculations th {
}
#calculations td {
	height:3rem;
}
#calculations td.text-align-right {
	text-align:right;
}
#calculations td.text-align-center {
	text-align:center;
}

#calculations h4 {
	font-size: 1.4rem;
}

#referanse tr {
	border-bottom: 0.05rem solid rgba(200,200,200,2);
}

tr.tr-standard-height {
}

	/* calculations iframes */

.beregninger-iframe {
	width:100%;
	border: none;
}

		/* overvannshåndtering */

#iframe-overvannshandtering {
	height: 1600px;
}
			/* external document */
.calculator-page-wrapper {
	/*width: 800px;*/
}

/*Rådgivning – råd */

.img-container {
    padding: 0px;
}

.bellows.bellows-rdgivning .bellows-nav .bellows-item-level-0 > .bellows-target {
    padding-right: 0px !important;
}

	/* seksjon produktside */

#product-section {
	margin-top: 2rem;
	border-bottom: 0.05rem solid #f6a000;
}
#produktoversikt {
	
}

.product-header-content-section {
	width: 100%;
	height: auto;
	padding-bottom: 1rem;
	/*border-bottom: 0.05rem solid #f6a000;*/
}

.product-header-content-section {
	margin-bottom:1rem;
}
.product-header-content-section .row {
	min-height: 250px;

}

.product-header-content-section img {
	max-height:300px;
	width: auto;
}


.table-section {
	margin-top: 5rem;
	margin-bottom: 5rem;
}

.product-table-section {
	margin-top:3rem;
	margin-bottom:3rem;
}

section#related-products {
	padding-top:3rem;
	padding-bottom: 3rem;
	border-top: 0.05rem solid #f6a000;
	border-bottom: 0.05rem solid #f6a000;
}

.product-more-info-section {
	background: #DDDDDD;
}

.row-product-more-info {
	padding-top:1rem;
	padding-bottom:1rem;
	
}

.row-product-more-info p {
	font-size: 1rem;
}

.row-product-more-info ul li{
	font-size: 1rem;
}


	/* product drop-down */
.product-post-list-header h2 {
	font-size: 2rem;
	font-weight: 200;
}
.product-post-list-header h2 a {
	color:#000!important;
}
.product-post-list-header h2 a:before {
	color: #f6a000;
	content: "\f078";
	font-family: FontAwesome;
	font-weight:200;
	padding-right: 1rem;
}

.produktoversikt-nedtrekkseksjon {
	min-height:150px;
	padding-top:3rem;padding-bottom:3rem;
	border-bottom: 0.05rem solid #f6a000;
}
.pull-down-product-list {
	color:#000;
}
.pull-down-product-list .card {
	border: none;
	margin-bottom: 0.5rem;
}
.pull-down-product-list .card .card-body {
	padding:0;
}
.pull-down-product-list .mb-md-4 {
	margin-bottom: 0px!important;
}

.pull-down-product-list .header-item a {
	/*color:#f6a006!important;*/
    color:#000!important;
}

.pull-down-product-list .content-items a, .product-post-list-entry-title a {
	color:#333!important;
    text-decoration: none;
}
.pull-down-product-list .content-items a:hover, .product-post-list-entry-title a:hover {
    border-bottom: 1px solid #f6a000;
}

.pull-down-product-list .content-items a:before, .product-post-list-entry-title a:before {
	color: #f6a000;
	content: "\f105";
	font-family: FontAwesome;
	padding-right: 1rem;
}
.pull-down-product-list .content-items a:hover::before{
/*	color: #f6a000;
	content: "\f107";
	font-family: FontAwesome;*/
}

i.pdf {
	content: "\f1c1";
}

.pull-down-product-list .header-item {
	margin-bottom: 3rem;
}
.pull-down-product-list .header-item a:hover {
    text-decoration: underline;
    text-decoration-color: #f6a000 !important;
}

.pull-down-product-list .posts-loop {
}

.loop-post-links a:before {
    color: #f6a000;
	content: "\f105";
	font-family: FontAwesome;
	padding-right: 1rem;
}

.shortcut-section {
	
}

.section-solution-product-item {
	
}

/* product list with image */

.image-list {
	height: 100px;
}
.image-list img {
	max-height: 100px;
	width: auto;
}

/*RELATED PRODUCTS */

section#related-products h1 {
	font-size: 
}

.card.related-product-wrapper {
	border: none;
	margin-bottom:2rem;
}
.related-product-wrapper {
	background: #FFF;
	margin: 0px;
	/*box-shadow: 0 10px 20px rgba(0,0,0,0.1);*/
	padding: 0px;
	height: 100%;
}


.related-product-image-wrapper {
	height:120px;
	vertical-align: middle;
	margin-bottom: 2rem;
}
.related-product-image-wrapper img {
	max-height: 120px;
	width: auto;
	display: block;

}
.related-product-wrapper h1 {
	font-size: 1.4rem;
}

.related-product-wrapper {
	padding: 0rem;
	color: #000;
}

.related-product-wrapper a {
	color: #000;
}

.related-product-text-wrapper {
	margin-bottom: 5rem;
}

.related-product-text-wrapper h3 {
	font-size:1.3rem;
}

.related-product-wrapper .btn {
	position: absolute;
	bottom: 2rem;
}


/* END RELATED PRODUCTS */

/* CONTAINERS */

.intro-text-container {
	margin-top:0px;
	background: #FFF;
	padding-top:3rem;
	padding-bottom: 3rem;
}

.page-intro-container {
	margin-top:0px;
	background: #FFF;
	padding-top:3rem;
	padding-bottom: 3rem;
	box-shadow: 0 0 0 rgba(0,0,0,0);
	padding-left: 15px;
	padding-right: 15px;
	box-shadow: 0 0 0 rgba(255,255,255,0);
}



.reference-box {
	background:rgba(240,240,240,1); padding-top:1rem; border-radius:0.5rem;
}

.content-container {
	width: 100%;
}

.header-image {
	height: 50vh;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	box-shadow: 0 0 80px rgba(0,0,0,0.1);
}

.card {
	margin-bottom: 3rem;
}

/* COLUMNS */

/* carousel columns */


/* PADDING */

.padding-normal {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.padding-large {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.padding-large .section-header {
	padding-bottom: 3rem;
}

.padded {
	padding: 3rem;
}

.padding-top-bot-large {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

	/* no horizontal padding in container/col */

.no-hpad {
	padding-left: 0!important;
	padding-right: 0!important;
}

/* BACKGROUNDS */

.bg-grey {
	background-color: #DADADA;
}

/* BUTTONS */

.btn {
	margin: 1rem 0 1rem 0;
}

.btn.no-margin {
	margin: 0!important;
}

.btn.btn-orange {
	color: #f6a000;
	border-color: #f6a000;
	background-color: transparent;
}
.btn.btn-orange:hover {
	color: #FFFFFF;
	border-color: #f6a000;
	background-color: #f6a000;
}

.btn.btn-orange.fill {
	background-color: #f6a000;
	color: #FFF;
}

.btn-collapse {
    margin: 1rem 0 1rem 0;
    padding: 0.75rem 0.75rem 0.75rem 0;
    border-bottom: 1px solid #f6a000;
    color: #f6a000;
	background-color: transparent;
    line-height: 1.5;
}

.btn-collapse:hover {
    text-decoration: none;
	border-color: #707070;
    color: #707070;
}

.btn-feature {
	width: 100%;
	height: auto;
	background-color: transparent;
	border: none!important;
	color: #006cb5;
	text-align: left;
}

.btn-feature:hover {
	color: #006cb5;
	text-decoration: underline;
}

.btn-feature .icon-container {
	margin: 0 auto 0 auto;
	background-size: 75px 75px!important;
	background-position: center!important;
}

.btn-feature h3 {
	font-size: 1.5rem;
	font-weight: 300;
}

.btn-feature p {
	font-size: 0.95rem;
}

/* MISC */

article {
	width: 100%;
}

/* PRODUKTSIDER */

.product-image-container {
	margin-bottom: 2rem;
	text-align: center;
}

.product-image-container img {
	height: 400px;
	width: auto;
	margin: 0 auto;
}

.related-content .feature-image img{
	max-height:200px;
	width: auto;
	margin: 0 auto;
}



/* ICONS */

.icon {
	width: 100px;
	height: 100px;
	margin: 0 auto 2rem auto;
	background: #006cb5; 
	border-radius: 10rem;
}

/* CAROUSEL */

.carousel {
	width: 100%;
}

/* CUSTOM BLOCKS */


.block-content-section {
	margin-bottom: 2rem;
	margin-top: 0rem;
	padding-top:0;
	padding-bottom:2rem;
}
.block-table-container {
	width:100%;
	overflow-x:scroll;
	height:auto;
	margin-top:0rem;
	margin-bottom: 2rem;
}

.row.images {
	margin-bottom: 2rem;
}
.block-image-container {
	width:100%;
}
.block-image-container img {
	width:100%;
	height:auto;
}

.image-content .col-md-4 .block-image-container img {
	width:auto;
	max-width: 100%;
	max-height: 200px;
}

/* TABLES */

ul.list-of-tables {
	margin-bottom:0;
	padding:0;
	list-style-type: none;
}

ul.list-of-tables li {
	display:inline-block;
	padding: 0.5rem 0;
	list-style-type: none;
	max-width:100%;
}

.table-container {
	border-bottom: 0.03rem solid rgba(230,230,230,1);
	/*box-shadow: 0 10px 30px rgba(0,0,0,0.1);*/
	margin-top:2rem;
	margin-bottom:2rem;

}

.table-wrapper {
	max-width:100%;
}

.dataTables_wrapper {
	max-width:100%;
}

table.dataTable {
	
}

table.dataTable thead th, table.dataTable thead td {
	padding: 2px 5px!important;
}

table.dataTable tfoot th {
	font-size: 1rem!important;
	font-style: italic!important;
	font-weight: 400!important;
	text-align: left!important;
}

table {
	border-collapse: collapse;
}

tbody {
	text-align:center;
}
table th {
	text-align:center;
}
th, td {
	border: none;
	padding:0.25rem;
}
#border {
    border: 0.03rem solid rgba(210,210,210,1);
}

.table-calculations {
    border: 0.03rem solid rgba(210,210,210,1);
}
.tr-standard-height, .label, .data {
    border: 0.03rem solid rgba(210,210,210,1);
}

thead tr {
	background-color:rgba(230,230,230,1);
	color: #000;
	font-weight:400;
}

thead, tbody {
	font-size: 1rem;
}

table.dataTable thead th {
	border-bottom: none;
}

p.table-caption {
	font-size: 0.9rem;
	font-style: italic;
}

 /* table press */
/*.tablepress {
	font-size: 0.9rem;
	vertical-align: top!important;
	
}

.tablepress thead th {
	background-color: #FFF!important;
	vertical-align: top!important;
}
*/


.basal-product-table {
	width:100%;
	background:#FFF;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 1rem;
	border: 0.03rem solid rgba(50,50,50,1);
	font-size:0.9rem;
	line-height:1rem;
}

.basal-product-table p {
	font-size: 0.9rem;
	line-height:1rem;
	margin-bottom: 0;
	font-weight: 400;
}

.basal-product-table tbody {
	display: table-row-group;
	vertical-align: middle;
	border-top-color: inherit;
	border-right-color: inherit;
	border-bottom-color: inherit;
	border-left-color: inherit;
}
.basal-product-table thead {
	border-bottom: 0.03rem solid rgba(230,230,230,1);
	background: rgba(50,50,50,1);
}
.basal-product-table thead tr {
	border-top: none;
	display: table-row;
}

.basal-product-table tr {
	border-bottom: 0.03rem solid rgba(50,50,50,1);
	display: table-row;
	vertical-align: inherit;
	border-top-color: inherit;
	border-right-color: inherit;
	border-bottom-color: inherit;
	border-left-color: inherit;
}

.basal-product-table tr:nth-child(even) {
    background-color: rgba(255,255,255,1);
}
.basal-product-table tr:nth-child(odd) {
    background-color: rgba(245,245,245,1);
}

.basal-product-table thead tr:nth-child(even), .basal-product-table thead tr:nth-child(odd)  {
    background-color: rgba(50,50,50,1);
	border-bottom: none;
	color: #FFF;
}
.basal-product-table td {
	padding: 8px;
	border: none;
	background: 0 0;
	text-align: left;
	float: none!important;
}

figure.table-image-container {
	max-height: 400px;
	text-align: center;
}

figure.table-image-container img {
	max-height: 300px;
	min-height:150px;
	width: auto;
	max-width: 100%;
}

	/* bilder i tabeller */

.optikum-tabellbilder {
	width:80px;
	height:auto;
	margin:5px;
}

.ventiler-tabellbilder {
	width:80px;
	height:auto;
	margin:5px;
}

	/* the new table */

.table-section-container {
	width:100%;
}



/* SEARCH */

.search-header {
	width:100%;
	height: 50vh;
	background-image: url(https://sisteskrik.no/kunde/basal/wp/wp-content/uploads/2021/01/DSC06424-A-scaled.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 0px 0px 200px rgba(0,0,0,0.3);
}

.search-content-container {
	margin-top:-100px;
	background:#FFF;
	padding: 3rem;
	min-height:50vh;
	margin-bottom:6rem;
}

ul.search-list {
	list-style-type: none;
	margin:0;
	padding: 0;
}

ul.search-list li {
	padding: 1.5rem 0;
	border-bottom: 0.03rem solid #f6a000;
	
}

ul.search-list a {
	color: #333;
	text-decoration: none;
}

/* LEVERANDØRKART */
.container-fluid.produsentoversikt {
	/*background-image: url(https://sisteskrik.no/kunde/basal/wp/wp-content/uploads/2021/01/map-on-concrete-wide-scaled.jpg);
	background-position: left top;
	background-size: cover;
	background-repeat: no-repeat;*/
	border-top: 0.03rem solid #f6a000;
	border-bottom: 0.03rem solid #f6a000;
}

.row.map-height {
}

#map-container {
	width: 100%;
	height: 50vh
	text-align:right;
	padding-right:0;
	margin-left:0;
}

.produsent-liste-container {
	width:100%;
	padding-bottom:2rem;
	margin:2rem 0;
	border-top: 0.03rem solid #f6a000;
	border-bottom: 0.03rem solid #f6a000;
	max-height:440px;
	overflow-y: scroll;
}

.default-visible {
	display:block;
	transition: all 0.3s;
}
.default-invisible {
	display:none;
	transition: all 0.3s;
}

ul.produsent-liste {
	list-style-type: none;
	margin:0;
	padding:0;
}
ul.produsent-liste li {
	margin-left:0;
	padding-left:0;
	margin-top: 1.2rem;
}
ul.produsent-liste li h1{
	font-size:1.6rem;
	margin-bottom: 0.5rem;
}
ul.produsent-liste li p{
	font-size:1rem;
	line-height:1.2rem;
	margin-bottom: 0.2rem;
}

.datterbedrift-container {
	width:100%;
	padding-left: 1rem;
	margin-top:1rem;
}
.datterbedrift-container h1 {
	font-size:1.5rem!important;
}
.maplinks {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.maplinks li {
	display: inline-block;
	list-style-type: none;
	line-height: 1.4rem;
	text-align: center;
	background: rgba(255,255,255,0.5);
	color: #fff;
	cursor: pointer;
	font-size: 1.4rem;
	border-radius: 20px;
	border: 0.08rem solid #FFF;
	padding: 0.5rem 1rem;
	position: absolute;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.maplinks li:hover {
	background: rgba(255,255,255,0.8);
	color: rgba(200,200,200,1);
}

.maplinks li.active, .maplinks li:active {
	background: rgba(255,255,255,0.8);
	color: rgba(200,200,200,1);
}

#map-norway {
	max-height:60vh;
}

.st0 {
	fill:rgba(0,107,179,0.5);
	stroke:#FFFFFF;
	stroke-width:2.0;
	stroke-miterlimit:10;
	transition: all 0.3s;
}

.st0:hover {
	fill:rgba(0,107,179,0.75);
	transition: all 0.3s;
}

.st0.active {
	fill:rgba(0,107,179,1);
	transition: all 0.3s;
}

.st1{fill:#00345E;stroke:#00345E;stroke-miterlimit:10;pointer-events: none;}
.st2{fill:#FFFFFF;stroke:#00345E;stroke-width:5.2981;stroke-miterlimit:10;pointer-events: none;}

path.st4 {
	fill:rgba(255,255,255,0.9);
	stroke: rgba(0,107,179,0.75);
	stroke-width:2.0;
	pointer-events: none;
}
ellipse.st3 {
	fill:rgba(0,107,179,0.75);
	pointer-events: none;
}

#nordnorge {
	left: 50%;
	top: 15%;
}

#midtnorge {
	left: 38%;
	top:47%;
}
#vestlandet {
	left: 10%;
	top: 67%;
}
#sorlandet {
	left: 17%;
	top: 85%;
}
#ostlandet {
	left: 38%;
	top: 70%;
}
/* Content Block*/

.side-content {
	width: 100%;
	height: 200px;
	background: #7F7F57;
	position: relative;
}
.focus-area {
	display: none;
	/* Hide now and revel with jquery */
	padding: 15px;
}
#default-list {
	padding:15px;
}
.side-content div h1 {
	padding-top: 50px;
	color: #333;
	text-align: center;
}



#map-container img {
	width: 100%;
	height: auto;
}

#menu-container {
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
	height:100%;
	background: rgba(255,255,255,0.3);
}

.supplier-list-container {
	overflow-y: scroll;
}

.map-btn {
}

.no-overflow {
	overflow: hidden;
}

.inheritheight {
}

.scroll-y {
	overflow-y: scroll;
	width: 100%;
}

/* FOOTER */

footer {
	color: rgba(240,240,240,1);
	background: #333;
}

footer h2, footer p {
	color: rgba(240,240,240,1);
}

footer h2 {
	font-size: 2.6rem;
	margin-top: 0;
}

footer p {
	font-size: 1.125rem;
    font-weight: 300;
	line-height: 1.85rem;
}

footer .form-group.row {
	width:100%;
}

footer .btn {
	margin: 0 0 0 0;
	width: 100%;
}

section#footer-main {
	padding-top: 2.5rem;
	padding-bottom: 2rem;
	background-color: #00345e;
	background-position: center center; 
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFF;
}

section#footer-company-signature {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	background-color: #006cb5;
	color: #FFF;
	text-align: center;
}

.basal-logo-footer {
	text-align: center;
	margin-bottom: 1.5rem; 
}

.footer-logo {
	height: auto;
	width: 120px; 
}


/* FORMS */

.input-field {
	width: 100%;
	color: #333;
	border: none;
	display: inline-block;
	font-weight: 400;
	text-align: left;
	vertical-align: middle;
	background-color: rgba(235,235,235,1);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
}

.produkt-gruppe {
	width: 100vw;
 	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	padding-top: 3rem;
	padding-bottom: 3rem;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	background-color: rgba(240,240,240,1);
}

/* MEDIA QUERIES */

@media (min-width: 576px) {
	
}

@media (min-width: 768px) { /*md*/
	
	/* TYPOGRAPHY */
	h1 {
		font-size: 2.6rem;
		margin-bottom: 2rem;
	}

	h1.product-title {
		text-align: left;
	}

	h2 {
		font-size: 2.2rem;
	}
	
	h3 {
		font-size: 1.8rem;
	}
	
	h4 {
		font-size: 1.6rem;
	}
	
	h1, h2, h3, h4 {
		font-weight: 300;
	}
    
    /* Hidden elements*/
    
    .hide-xs {
        display: block;
    }
	
	/* CONTAINERS */
	
	.intro-text-container {
		margin-top:-40px;
	}
	.page-intro-container {
		margin-top:-7%;
		padding-left: 3rem;
		padding-right: 3rem;
		box-shadow: 0 5px 20px rgba(0,0,0,0.3);
		margin-bottom: 2rem;
}
	.calculations-container {
		padding-left: 3rem;
		padding-right: 3rem;
		/*box-shadow: 0 5px 20px rgba(0,0,0,0.3);*/
		margin-bottom:3rem;
}
	.calculations-container table {
		font-size: 1.215rem;
	}
	
	.col-form-label {
		font-size: 1.215rem;
	}
	
	.pull-left {
		width: 65%;
	}
		
}
	
	.header-image {
	height: 65vh;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
	.icon-container {
		width: 100px;
		height: 100px;
	}
	
	.card {
		margin-bottom: 0rem;
	}
	
	.section-quotes .col-sm-12 {
		margin-bottom: 0rem;
	}
	
	/* CAROUSEL */
	
	.carousel-first-col {
		text-align: right;
		height:100%;
	}
	
	.carousel-second-col {
		height:100%;
		padding-left:15px;
		padding-right:15px;
	}
	
	.carousel-third-col {
		padding-left:15px;
		padding-right:15px;
	}

	.top-pad {
		padding-top: 3.5rem;
	}

	.carousel-first-col span.block-text {
		padding: 1rem 30px 1rem 1rem;
		/*background:#FFF;*/ /* white bg */
		/*background: #f6a006;*/ /* orange bg */
		background: rgba(30,30,30,0.8); /* dark grey bg */
		color:#FFF;
		margin-bottom: 2px;
	}
	
	
	.carousel-inner {
		height:44vh;
}
	
	.carousel-section .carousel-item {
		height: 44vh;
	}
	
	.carousel-item > .row {
		height: 44vh;
	}
	
	.carousel-entry-content {
		margin: 5rem 15px 3rem 15px;
	}
	
	.carousel-item h2 {
		margin-bottom:2rem;
	}
	
	.carousel-item p {
		font-size: 1.1rem;
		line-height: 1.55rem;
	}
	
	/* PADDING */

	.padding-large {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}

	.padding-large .section-header {
		padding-bottom: 6rem;
	}

	.padded {
		padding: 6rem;
	}
	
	/* PRODUKTSIDER */

	.product-image-container {
		margin-bottom: 2rem;
		text-align: left;
	}

	.product-image-container img {
		height: 400px;
		width: auto;
		margin: 0 0;
	}
	
	.produkt-gruppe {
		width: 100vw;
		position: relative;
		left: 50%;
		right: 50%;
		margin-left: -50vw;
		margin-right: -50vw;
		padding-top: 3rem;
		padding-bottom: 3rem;
		padding-left: 25%;
		padding-right: 25%;
		margin-top: 6rem;
		margin-bottom: 6rem;
		background-color: rgba(240,240,240,1);
	}

	/* BUTTONS */
	
	.btn-feature {
		text-align: center;
	}
	
	.btn-feature .icon-container {
		margin: 0 auto 1rem auto;
		background-size: 100px 100px !important;
	}
	
	/* LEVERANDØRKART */
	.row.map-height {
		height:;
	}
	#map-container {
		width: 100%;
		height: 600px;
		text-align:right;
	}
	#map-norway {
		/*max-height:600px;*/
		margin-left: 150px;
		height:600px;
}
}

@media (min-width: 992px) {
	
	.carousel-first-col span.block-text {
	padding:1rem 3rem 1rem 1rem;
	/*background:#FFF;*/ /* white bg */
	/*background: #f6a006;*/ /* orange bg */
	background: rgba(30,30,30,0.8); /* dark grey bg */
	color:#FFF;
	margin-bottom: 2px;
	}

	.carousel-second-col {
		align-self: center;
		text-align: center;
	}

	.carousel-second-col img.img-fluid {
		width:auto;
		height:auto;
	}

	.carousel-product-image {
		/*max-height: 50vh;*/
		padding: 3rem 1rem 1rem 2rem;
	}

	.carousel-third-col {
		padding-left:0;
		padding-right:15px;
	}

	.carousel-entry-content {
		margin: 3.5rem 15px 3rem 15px;
	}

	.carousel-entry-content h2 {
		margin-top: 1rem;
	}

	.carousel-inner {
		height:40vh;
	}
	
	.carousel-section .carousel-item {
		height: 40vh;
	}
	
	.carousel-item > .row {
		height: 40vh;
	}
	
}

@media (min-width: 1200px) {
	
	.carousel-inner {
		height:35vh;
	}
	
	.carousel-section .carousel-item {
		height: 35vh;
	}
	
	.carousel-item > .row {
		height: 35vh;
	}
	
}

@media (min-width: 1366px) {
	
	.carousel-inner {
		height:36vh;
	}
	
	.carousel-section .carousel-item {
		height: 36vh;
	}
	
	.carousel-item > .row {
		height: 36vh;
	}
	
}

@media (min-width: 1600px) {
	
	.carousel-inner {
		height:34vh;
	}
	
	.carousel-section .carousel-item {
		height: 34vh;
	}
	
	.carousel-item > .row {
		height: 34vh;
	}
	
}