/* @override 
	https://adekvatornxt.rb-studios.se/assets/css/nxt.css
	https://adekvator.rb-studios.se/assets/css/nxt.css */


/* Webfont: NxtCorpDisplay-Regular */
@font-face {
    font-family: 'NxtCorpDisplay';
    src: url('../fonts/NxtCorpDisplay.eot'); /* IE9 Compat Modes */
    src: url('../fonts/NxtCorpDisplay.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/NxtCorpDisplay.woff') format('woff'), /* Modern Browsers */
         url('../fonts/NxtCorpDisplay.ttf') format('truetype'); /* Safari, Android, iOS */
             font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
/* Webfont: NxtCorpSub-Bold */@font-face {
    font-family: 'NxtCorpSub';
    src: url('../fonts/NxtCorpSub.eot'); /* IE9 Compat Modes */
    src: url('../fonts/NxtCorpSub.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/NxtCorpSub.woff') format('woff'), /* Modern Browsers */
         url('../fonts/NxtCorpSub.ttf') format('truetype'); /* Safari, Android, iOS */
             font-style: normal;
    text-rendering: optimizeLegibility;
}
@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');

body, html {
  margin: 0;
  height: 100%;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}


/* @group Typography */

.display-1, .display-2, .display-3, .display-4 {
	font-family: 'NxtCorpDisplay', sans-serif;
	margin-bottom: 0;
	margin-top: 60px;
	padding-bottom: 0;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6
{
font-family: 'NxtCorpDisplay', sans-serif;
color: #222222;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small
{
	
}

h1, h2, h3
{
    margin-bottom: 20px;
}

h4, h5, h6
{
    margin-bottom: 10px;
}

h1, .h1
{
    font-size: 50px;
	line-height: 50px;
	letter-spacing: -1px;
	margin-top: 60px;
	margin-bottom: 0;
	overflow-wrap: break-word;
}

h2, .h2
{
    font-size: 32px;
	letter-spacing: 1px;
}

h3, .h3
{
    font-size: 27px;
	letter-spacing: 1px;
}

h4, .h4, h5, .h5, h6, .h6
{
    font-size: 16px;
	letter-spacing: 1px;
    
}

p
{
	font: 16px 'Poppins', sans-serif;
	line-height: 1.5;
    margin: 10px 0 20px;
    color: #222222;
}
.lead
{
    margin-bottom: 30px;
    line-height: 1.1;
	letter-spacing: 1.1px;
}
.lead-2
{
    margin-bottom: 0px;
    line-height: 1.1;
	letter-spacing: 1.1px;
}

small, .small
{
    font-size: 80%;
    line-height: 2;
}

em
{
    color: #8dc63f;
}

/* LINKS */

a { color: #222222;
	font-weight: normal;
	font-style: normal;
}

a:hover {
    color: #7fc5cd;
    text-decoration: none;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/* LISTS */

ol
{
    position: relative;
    padding-left: 22px;
}

ul
{
    list-style: circle;
    position: relative;
    padding-left: 22px;
}

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

}

ul.circle li:before
{
    font-family: 'fontawesome';
    content: '\f10c';
    font-size: 12px;
    padding-top: 2px;
    margin-left: -20px;
    position: absolute;
}

/* @end */

/* @group Buttons */
.btn-nxt {
	font: 20px 'NxtCorpDisplay', sans-serif;
	background-color: #36464f;
	color: white;
	letter-spacing: -0.5px;
	margin-top: 30px;
	border: 1px solid white;
	padding-top: 10px;
}
.btn-nxt:hover {
	background-color: #93a7b3;
	color: white;
}


/* @end */

/* @group Consent */
#consentbar {
border: 1px solid white;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#consentbar p {
	margin-top: 0;
	margin-bottom: 0;
}
#consentbar .btn-nxt {
	margin-top: 10px;
	margin-bottom: 0;
}
/* @end */

/* @group Language */
#languagebar {
	color: #ffffff;
	text-align: right;
	background-color: black;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 5;
	height: 25px;
}
#languagebar a {
font: bold 11px 'momento-header', Helvetica, Arial, sans-serif;
text-transform: uppercase;
color: white;
}
#languagebar a:hover {
color: #80c6cd;
}
#languagebar a.active {
color: #4b4b4b;
}


/* @end */

/* @group Navigation */
nav.navbar {
	margin-top: 25px;
}
div#nav-top-left.navbar-collapse.collapse.w-100.order-3.dual-collapse2 {
	display:inline;
}
ul#header-side-navigation li{
    display: inline;
}
ul#header-side-navigation.navbar-nav.ml-auto li a {
font-weight: 700;
	margin: 0;
font-size: 14px;
}
ul#header-side-navigation.navbar-nav.ml-auto li a:hover {
	color: #80c6cd;
}
ul#header-side-navigation.navbar-nav.ml-auto li.current {
	opacity: 0.25;
}
ul#header-main-navigation a {
	color: white;
	font: 16px 'Poppins', sans-serif;
	font-weight: 700;
	padding: 0;
	white-space: nowrap;
	margin: 0;
	text-transform: uppercase;
}
nav.navbar.navbar-expand-lg.navbar-light {
	margin-bottom: 0;
	padding-bottom: 0;
}

ul#header-main-navigation li.active a, ul#header-main-navigation li.parent-active a {
color: #222222;
}
.navbar-fixed-top.scrolled {
  background-color: #2c3940;
/*  mix-blend-mode: hard-light;*/
  transition: background-color 200ms linear;
}

.navbar-fixed-top.scrolled .nav-link {
  color:#555;
}


@media (min-width: 768px) {
ul#header-main-navigation a {
	padding: 0;
	white-space: nowrap;
	margin: 0;
}
ul#header-main-navigation li.active a, ul#header-main-navigation li.parent-active a {
	
}
}
@media (min-width: 992px) {
	ul#header-main-navigation a {
		margin-bottom: 14;
		margin-right: 5px;
		margin-left: 5px;
		padding: 16px 10px 14px;
		white-space: nowrap;
	}
	ul#header-side-navigation.navbar-nav.ml-auto li a {
		margin-right: 10px;
		margin-left: 10px;
		font-weight: 700;
	}
	ul#header-main-navigation li.active a, ul#header-main-navigation li.parent-active a {
		background-color: #8cc53f;
		margin-bottom: 0;
		border-radius: 5px 5px 0px 0px;
		color: white;
	}
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;..");
}

.custom-toggler.navbar-toggler {
  border-color: rgb(255,102,203);
}
nav.navbar a.navbar-brand img.img-fluid {
	width: 200px;
}
.breadcrumbs {
	font: 18px 'NxtCorpDisplay', sans-serif;
}
.breadcrumbs span.last {
	font-family: 'NxtCorpDisplay', sans-serif;
	color: silver;
}
/* @end */
/* @group Intro */

section#intro {
	min-height: 100vh;
}

section#intro h1.display-1 {
		color: white;
		line-height: 40px;
		font-size: 48px;
		text-rendering: optimizeLegibility;
	}
section#intro p.lead {
	color: white;
	font-size: 1rem;
	text-align: center;
	text-rendering: optimizeLegibility;
}
section#page-intro {
	min-height: 50vh;
	position: relative;
}
section#page-intro h1.display-1 {
		color: white;
		line-height: 40px;
		font-size: 48px;
		text-rendering: optimizeLegibility;
	}
section#page-intro p.lead {
	color: white;
	font-size: 1rem;
	text-align: center;
	text-rendering: optimizeLegibility;
}	
	
@media (min-width: 576px) {
section#intro h1.display-1 {
		font-size: 90px;
		line-height: 90px;
	}
}

@media (min-width: 768px) {
		section#intro h1.display-1 {
				font-size: 110px;
				line-height: 100px;
			}
	}

@media (min-width: 992px) {
	section#intro h1.display-1 {
			font-size: 150px;
			line-height: 120px;
		}
		section#intro p.lead {
			color: white;
			text-align: center;
			text-rendering: optimizeLegibility;
			font-size: 20px;
		}
}

@media (min-width: 1200px) {
		section#intro h1.display-1 {
				font-size: 180px;
				line-height: 140px;
			}
			section#intro p.lead {
				color: white;
				text-align: center;
				text-rendering: optimizeLegibility;
				font-size: 20px;
			}
	}
	@media (min-width: 768px) {
			section#page-intro h1.display-1 {
					font-size: 90px;
					line-height: 72px;
				}
		}
	
	@media (min-width: 992px) {
		section#page-intro h1.display-1 {
				font-size: 120px;
				line-height: 90px;
			}
			section#page-intro p.lead {
				color: white;
				text-align: center;
				text-rendering: optimizeLegibility;
				font-size: 20px;
			}
	}
	
	@media (min-width: 1200px) {
			section#page-intro h1.display-1 {
					font-size: 130px;
					line-height: 100px;
				}
				section#page-intro p.lead {
					color: white;
					text-align: center;
					text-rendering: optimizeLegibility;
					font-size: 20px;
				}
		}




section#intro div.overlay-blue {
background-color: #2c3940;
color: white;
background-size: cover;
mix-blend-mode: hard-light;
height: 50%;
width: 100%;
text-align: center;
bottom: 0;
position: absolute;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
section#page-intro div.overlay-blue {
background-color: #2c3940;
color: white;
background-size: cover;
mix-blend-mode: hard-light;
height: 60%;
width: 100%;
text-align: center;
bottom: 0;
position: absolute;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
/* @end */

/* @group Promo */
section#home-promo {
	padding-top: 50px;
	padding-bottom: 50px;
}
section#home-promo div.container div.row.justify-content-md-center div.col-sm-4 img.img-fluid {
	margin-top: 60px;
}
/* @end */
/* @group About */
section#home-about {
	padding-top: 50px;
	padding-bottom: 50px;
}
/* @end */

/* @group Main */
section#home-main {
	padding-top: 50px;
	padding-bottom: 50px;
}
section#home-main h1, section#home-main h2, section#home-main h3, section#home-main h4 {
	margin-top: 60px;
	margin-bottom: 0;
}


/* @end */

/* @group Services */
section#home-services {
	padding-top: 40px;
	padding-bottom: 40px;
}
section#home-services h3 {
	letter-spacing: -0.5px;
	line-height: 1.5rem;
	overflow-wrap: break-word;
}
section#home-services p {
	font: 14px 'Poppins', sans-serif;
}
section#home-services .service-container {
	margin-bottom: 40px;

}
section#home-services a.btn.btn-nxt {
	margin-top: 0;
	margin-bottom: 20px;
}
/* @end */

/* @group Tagline */
section#tagline {
font-family: 'NxtCorpDisplay', sans-serif;

	padding-top: 80px;
	padding-bottom: 60px;
}
section#tagline div.container div.col-sm-10.mx-auto h2 {
	letter-spacing: -0.5px;
	color: #222222;
}
section#tagline h2 strong {
	color: #000000;
}



/* @end */

/* @group Offertförfrågan */
section#offertforfragan {
	background-image: url("/uploads/bg-images/bg-intro-forrest.jpg");
	background-size: cover;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #f5f5f5;
	

  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
section#offertforfragan h1, section#offertforfragan div.lead {
	color: white;
}
section#tagline div.container div.col-sm-10.mx-auto h1 {
	font-size: 55px;
	line-height: 50px;
	margin: 0;
}

/* @end */

/* @group Footer */
footer {
	font: 16px 'Poppins', sans-serif;
/*	background-image: url("/assets/img/bg_footer.jpg");
	background-size: cover;*/
background: rgb(0,0,0);
background: -moz-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(63,94,111,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(63,94,111,1) 100%);
background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(63,94,111,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#3f5e6f",GradientType=1);
	color: white;
	padding-top: 40px;
	padding-bottom: 40px;
}
footer h4, footer a {
	font: 16px 'Poppins', sans-serif;

	color: white;
	letter-spacing: -0.5px;
}
footer p {
	color: white;
	font-size: 12px;
}
footer p a {
	color: white;
	font-size: 12px;
}
footer ul#nav-sub li a {
	font-size: 12px;
	line-height: 12px;
}
footer ul {
	line-height: 14px;
}
body footer div.container.text-left.footer-adjust div.row div.col-xs-6.col-sm-3.col-md-2.logo-container a img.img-fluid {
	width: 120px;
}
.white {
	color: white;
}
}
/* @end */

/* @group Form */
.error {
	color: red;
}


/* @end */

/* @group Jobb ads */
.jobb_add {
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ededed;
}


/* @end */
