/* AB Näringens Fordonsservice */

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

@import url('https://unpkg.com/aos@2.3.1/dist/aos.css');

/* Video background */
.fullscreen-bg-video {
   	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

#bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* ==========================================================================
Generellt 
========================================================================== */
html {
	font-size: 62.5%;
}

body {
	background-position: center center;
}

body.isMobile .body-background {
	background-position: center center;
	background-size: cover;
}

.LayoutPage .section-block,
.SubPage .LayoutPage .section-block {
    padding: 20px 40px;
}

.LayoutPage .section-wrapper {
/* 	background-color: transparent; */
}

.forceBlock {
	display:block!important;
}

.btn {
    width:fit-content;
    min-width:200px;
    max-width:1000px;
    box-sizing: border-box;
    padding: 1.5rem 2.5rem;
   	background-color: #81d2e5;
	border:2px solid #81d2e5;
	border-radius:0;
   	color: #0F527C;
    text-align: center;
    text-transform: none;
    font-weight:500;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    display: block;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-shadow: none !important;
    font-size: 1.5rem;
    cursor:pointer;
	font-family: 'Work Sans', sans-serif;
}

.btn:hover {
	background-color: transparent;
	color: #0F527C;
	border:2px solid #81d2e5;
	text-decoration: none;
}

/* Använd "btn btn-center" för att centrera knappen */
.btn.center {
	margin:0 auto!important;
	text-align: center;
}

.width-1200 .section-block .section-block-wrapper {
	max-width: 1200px;
}

.width-1400 .section-block .section-block-wrapper {
	max-width: 1400px;
}

.SubPage .section-block li:before {
	content: "\f105";
	color: #312217;
	font-weight: bold;
    display: inline-block;
    width: 1.5em;
    margin-left: -1.5em;
    font-family: 'Work Sans', sans-serif;
}

.SubPage .section-block ul {
	list-style: none;
}

.SubPage .section-block li {
	padding-bottom: 10px;
}

.display-none {
	display: none;
}

.EditMode .display-none {
	display: block;
}

ul {
	margin:0;
	padding:0;
}


/* ==========================================================================
Text och typsnitt
========================================================================== */
h1, h2, h3, h4, h5, h6, p, btn, a, nav.mainmenu a {
    font-family: 'Work Sans', sans-serif;
}

p, a , li{
	line-height:1.4;
	font-size: 1.7rem;
	color: #222;
	font-weight: 300; 
	text-decoration: none;
}

a.link-styled {
	letter-spacing: 2px;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 1.6rem;
}

a:hover {
	text-decoration: none;
	color: #81d2e5;
}

h1, h2, h3, h4, h5, h6 {
	letter-spacing: 0px;
	color:#0F527C;
	text-transform: unset;
	-webkit-font-smoothing:antialiased;
}

h1, h2 {
	font-size: 4rem; 
	margin-bottom: 3rem;
	line-height:1.2;
	vertical-align: middle;
	padding-bottom:0.2rem;
	font-weight:400;
	word-spacing: 0.1rem;
	letter-spacing: 0.01rem;
	font-family: 'Work Sans', sans-serif;
}

.EditMode h3:after {
	display:none!important;
}

h3 {
	font-size: 3.5rem; 
	margin-bottom: 3.5rem;
	line-height:1.2;
	padding:0 2.5rem;
	vertical-align: middle;
	padding-bottom:0.2rem;
	font-weight:700;
	word-spacing: 0.1rem;
	letter-spacing: 0.01rem;
	border-left:5px solid #81d2e5;
	font-family: 'Work Sans', sans-serif;
}

h3 strong {
	color:#81d2e5;
	font-weight:400;	
}

h4 {
	font-size: 3.5rem;
	padding-bottom: 3.5rem;
	line-height:1.2;
	font-weight:900;
	color:#81d2e5;
}

h5 {
	font-size: 1.7rem;
	letter-spacing: 3px;
	font-weight: 400;
	text-transform: uppercase;
	color: #616161;
	padding-bottom:30px;
}

/* lilla "abc"-blocket */
.smalltext-type {
    max-width: 80rem!important;
}

/* stora "ABC"-blocket */
.normaltext-type {
    max-width: 80rem!important;
    margin: 0 auto;
    text-align: center;
}

.heading-type h5 {
	text-align: center;
}

.bolder {
	font-weight:700;
}


/* ==========================================================================
Header / Navigation
========================================================================== */
/*
header {
	background-color: #fff;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
}
*/

header {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: transparent;
	box-shadow:none;
	height:auto;
}

header .container {
	max-width: none;
}

header.scrolled {
	background:#81d2e5;  
	box-shadow: 0px -2px 10px rgba(0,0,0,0.3);
}

header.scrolled .mobile-menu span {
	background: #0F527C;
}

.logo-image-positive {
	opacity:0;
	transition:ease .3s;
}

.logo-image-negative{
	opacity:1;
	transition:ease .3s;
}

header.scrolled .logo-image-positive {
	opacity:1;
}

header.scrolled .logo-image-negative {
	opacity:0;
}

header .header-logo {
	box-sizing: border-box;
    height:72px;
    width:100%;
    padding:1.5rem;
    transition: opacity ease-out .3s;
}

header.scrolled .header-logo {
	opacity:1;
}

.header-logo-image {
	height:100%;
	position: relative;
}

header .header-logo img{
	max-height:100%;
	max-width:100%;
	position: absolute;
}

.header-logo a {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}

@media only screen and (max-width:980px){
	header .header-logo {
		width:30rem;
	}
}

@media only screen and (max-width: 1024px) {
	header.scrolled .header-logo {
		padding-left:10px;
	}
}

@media only screen and (max-width: 400px) {
	.header-logo {
		transform:scale(0.8) translateX(-30px);
	}
}

nav.mainmenu {
	text-align:center;	
}

nav.mainmenu a {
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 72px;
	color: #fff;
	text-transform: none;
	padding:0;
	letter-spacing: 0.1rem;
	word-spacing: 0.1rem;
	text-transform: uppercase;
	transition:all ease-out 0.3s;
	font-family: 'Work Sans', sans-serif;
}

header.scrolled nav.mainmenu li a {
	color: #0F527C;
	line-height: 72px;
}

nav.mainmenu li.active {

}

nav.mainmenu li {
	transition:ease-out .1s;
}

nav.mainmenu li:last-of-type {
	margin-right:10px;
}

header.scrolled nav.mainmenu li:last-of-type {
/* 	margin-right:0; */
}

nav.mainmenu li a.expandable::after {
	font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
    content: '\f0d7';
    margin-left: 7px;
    text-decoration: none;
    display: inline-block;
}

nav.mainmenu li:first-of-type {
	display: none;
}

nav.mainmenu li:hover {
	background-color:transparent;
}

nav.mainmenu li.active, nav.mainmenu li:hover {
	background:transparent;
}


nav.mainmenu li:hover a, nav.mainmenu li.active:hover a {
	color:#fff!important;
}

header.scrolled nav.mainmenu li:hover a, header.scrolled nav.mainmenu li.active:hover a {
	color:#0F527C!important;
}


nav.mainmenu li.active a:before, nav.mainmenu li:hover a:not(.headersocial):before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

nav.mainmenu a:before {
    background-color:#81d2e5;
    visibility: hidden;
    position: absolute;
    content: "";
    height: 0.2rem;
    bottom: 0.8rem;
    width:100%;
    left:0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
} 

header.scrolled nav.mainmenu a:before {
	background-color:#0F527C;
}

header .mobile-menu span{
	height: 4px;
	width: 100%;
	background: #fff;
	border-radius: 2px;
	margin-bottom: 5px;
	display: none;
}

header .close-menu {
	display: none;
}

header .close-menu:before, 
header .close-menu:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 33px;
	width: 3px;
	background-color: #222;
}

header .close-menu:before {
  	transform: rotate(45deg);
}

header .close-menu:after {
  	transform: rotate(-45deg);
}

@media only screen and (min-width:981px){
	nav.mainmenu li.active a, nav.mainmenu li:hover a{
		transform: translateY(-0.5rem);
	}  
}


/* ==========================================================================
Top-section
========================================================================== */
.top-section {
	min-height: 100vh;
	height:100%;
	background: rgba(15,82,124,0.4);
	background: linear-gradient(90deg, rgba(15,82,124,0.8) 0%, rgba(15,82,124,0.4) 100%);
	overflow: hidden;
}

.page-title-wrap {
	box-sizing: border-box;
	background-color: transparent;
	top:50%;
	width:100%;
	max-width: none;
	margin:0;
	padding:8rem;
	margin:auto;
	text-align:center;
}


.page-title-wrap img {
	margin-bottom:4rem;
	width:30rem;
	padding-left:2rem;
}

.page-title-wrap h1,
.page-title-wrap h2,
.page-title-wrap h3 {
	max-width:120rem;
	color:#fff;
	font-family: 'Work Sans', sans-serif;
	margin:auto;
}

.page-title-wrap h1 {
	width:100%;
	font-size:8rem;
	font-weight:700;
	text-transform:unset;
	text-shadow:0 0 2rem rgba(0,0,0, 0.1);
	line-height:normal;
	letter-spacing: 0;
	padding-bottom:0;
	color:#81d2e5;
}

.page-title-wrap h2 {
	font-size: 2.2rem;
	font-weight: 400;
	letter-spacing:0.1rem;
	word-spacing:0.1rem;
	text-shadow:0 0 2rem rgba(0,0,0, 0.1);
	margin-top:4rem;
	padding:0;
	border:none;
}

.page-title-wrap h2 span{
	font-size:0.9em;
	
}
.page-title-wrap h2 span:before {
	display:block;
	content:"";
	height:0.2rem;
	width:78%;
	opacity: 0.5;
	margin:auto;
	margin-top:1rem;
	background:white;
}


.page-title-wrap h3 {
	font-size: 2.2rem;
	font-weight: 400;
	letter-spacing:0.1rem;
	word-spacing:0.1rem;
	text-shadow:0 0 2rem rgba(0,0,0, 0.1);
	margin-top:4rem;
	padding:0;
	border:none;
}

.page-title-wrap p {
	max-width: 650px;
	margin: 0 auto;
	font-size: 2.0rem;
	line-height: 35px;
}

.page-title-wrap .btn-wrapper {
	margin-top: 5rem;
}

.page-title-wrap .btn {
	display:inline-block;
	margin:1rem;
}

.page-title-wrap .btn:hover {
	color:#81d2e5!important;
}

@media only screen and (max-width:980px){
	.page-title-wrap {
		padding:2rem;
	}
	
	.startsida .page-title-wrap h2,
	.startsida .btn-wrapper {
		margin-top:2rem;
	}

	.page-title-wrap h2 {
		font-size:1.8rem;
	}
	
	.page-title-wrap h1 {
		font-size:5.5rem;
	}
}

@media only screen and (max-width:600px){
	.startsida .page-title-wrap h1 {
		font-size:4rem;
	}
}

/* 
Ny topsektion for undersidor
========================================================================== */

.borlange .top-section{
	display: none;
}
.top-section-2{
	min-height: 100vh;
	height:100%;
	background: none !important;
	background: rgba(15,82,124,0.4) !important;
	background: linear-gradient(90deg, rgba(15,82,124,0.8) 0%, rgba(15,82,124,0.4) 100%) !important;
	overflow: hidden;
}


/* ==========================================================================
Startsida
========================================================================== */
.startsida .mainmenu,
.startsida .openmenu,
.startsida .top-section,
.startsida footer {
	display:none!important;
}

.startsida header .header-logo {
	width:100%!important;
}

.EditMode #topp {
	padding-top:20rem;
}

#topp {
	height: 100vh;
	background: rgba(15,82,124,0.4);
	background: linear-gradient(90deg, rgba(15,82,124,0.8) 0%, rgba(15,82,124,0.4) 100%);
	overflow: hidden;
}

/* ==========================================================================
Undersida > Startsida
========================================================================== */
#top {
	position: absolute;
	top:0;
	height:100vh;
	width:0;
}

#tankrengoring, #personbilstvatt, #contact-us {
	overflow: hidden;
}

#tankrengoring, #lastbilstvatt, #varmning, #rekond {
	background-color:#fff;
	padding-top:0.5rem;
}


@media only screen and (max-width:980px){
	#about-us, #contact-us {
		padding:6rem 2rem;
	}
}

/* Fullblock
========================================================================== */
.fullblock {
	min-height:50rem;
	width:100%;
	box-sizing: border-box;
	padding:12rem 9rem;
	position: relative;
	background-position: center center;
	background-size: cover;
	display:flex;
	flex-direction: column;
}

#tankrengoring .fullblock{
	background-image: url('/assets/images/fordonstvattarna-tankrengoring.jpeg');
}

#varmning .fullblock{
	background-image: url('/assets/images/fordonstvattarna-varmning-bg.jpg');
}

#lastbilstvatt .fullblock{
	background-image: url('/assets/images/fordonstvattarna-lastbilstvatt-2.jpg');
/* 	align-items: flex-end; */
}

#personbilstvatt .fullblock{
	background-image: url('/assets/images/fordonstvattarna-biltvatt-2.jpg');
}

#rekond .fullblock{
	background-image: url('/assets/images/fordonstvattarna-falun-1.jpg');
}

#lastbilstvatt .fullblock .shader, #personbilstvatt .fullblock .shader {
	background:transparent;
}

#varmning .fullblock .shader {
	background: rgba(15,82,124,0);
	position: absolute!important;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:0;
}

.fullblock .shader {
	background: rgba(15,82,124,0.8);
	position: absolute!important;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:0;
}

.fullblock h2, .fullblock h3, .fullblock p, .fullblock .btn, .fullblock a {
	position: relative;
	z-index:1;	
}

.fullblock h2 {
	color:#fff;
	width:100%;
	max-width:70rem;
}

.fullblock p {
	color:#fff;
	line-height: 1.6;
	font-weight: 300;
	max-width:70rem;
}

.fullblock p a {
	color:#fff;
	font-weight: 500;
	text-decoration: underline;
}

.fullblock p a:hover {
	color:#81d2e5;
}

.fullblock .btnwrap {
	margin-top:4rem;
	width:100%;
	max-width:70rem;
	display:flex;
	flex-wrap:wrap;
}

.fullblock .btn {
	margin-bottom:2rem;
}

.fullblock .btn:not(:last-of-type) {
	margin-right:2rem;
}

.fullblock .btn:hover {
	color:#fff;
}

@media only screen and (max-width:980px) {
	.fullblock {
		padding:6rem 3rem;
	}
	
	#tankrengoring .fullblock .shader {
		background: rgba(15,82,124,0.8)!important;
	}
	
	#personbilstvatt .fullblock h3 {
		margin-right:0;
	}
	
	#lastbilstvatt .fullblock{
		align-items: flex-start;
	}

}


/* Miljö och Välkommen-intro 
========================================================================== */
#miljo .col-0{
	padding: 8rem 3rem !important; 
}

#personbilstvatt .intro-text{
	padding: 8rem 3rem !important; 
}


/* ==========================================================================
Undersidor - gäller alla undersidor 
========================================================================== */

/* ==========================================================================
Footer
========================================================================== */
.footer-2 {
	display: none;
}
.borlange .footer-1 {
	display: none;
}
.borlange .footer-2 {
	display: block;
}

.footer {
	background-color:#0F527C;
	padding: 0;
	box-sizing: border-box;
}


.footer .container {
	max-width: none;
	box-sizing: border-box;
	margin: 0 auto;
	padding:0;
}

.footer .footer-top {
    max-width: 1400px;
	min-height: 250px;
	padding:6rem 2rem;
	box-sizing: border-box;
	display: flex;
	justify-content: space-around;
    flex-wrap: wrap;
    margin: 0 auto;
}

.footer-col-top {
	box-sizing: border-box;
	max-width:350px;
}

.footer ul {
	margin: 0;
	list-style: none;
	padding-left: 0;
}

.footer .container .footer-wrapper {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.footer .footer-bottom {
	border-top:1px solid rgba(255,255,255,0.1);
	text-align:left;
	margin: 0 auto;
	width: 100%;
	padding: 15px;
	margin: 0 auto;
	box-sizing: border-box;
	max-width: 1400px;
	padding: 20px 20px;
    box-sizing: border-box;	
    display: flex;
    flex-wrap: wrap-reverse;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    line-height: 1rem;
}

.footer-col-bottom {
   justify-content: center;
   margin: auto;
    box-sizing: border-box;
}

.footer img {
	width:200px;
}

.footer-col-bottom:last-child p {
	
	font-size: 1.3rem;
}

.footer .container .fab {
	margin: 0;
	font-size: 18px;
	color: #81d2e5 !important;
}

.footer .social-icons {
	padding-top: 10px;
}

.footer p, 
.footer a,
.footer li {
    font-size: 1.4rem;
    padding: 0;
    font-weight: 300; 
    line-height: 1.6em;
    color: #fff;
    text-decoration: none !important;
}

.footer p {
	padding-bottom:0.5rem;
}

.footer h4 {
	font-size: 1.8rem;
	color:#81d2e5;
	font-family: 'Work Sans', sans-serif;
	text-transform:unset;
	padding-bottom: 1.5rem;
	font-weight: 600;
	padding-top: 0;
}

.footer h5 {
	font-size: 1.6rem;
	margin:0;
	padding:0;
	color:#fff;
	font-family: 'Work Sans', sans-serif;
	text-transform:unset;
	padding-bottom: 1rem;
	font-weight: 600;
	padding-top: 1.5rem;
	letter-spacing: 0;
	word-spacing: 0;
}

.footer h4.foottitle {
	font-size:4.5rem;
}

.footer .footer-top * {
	text-align: left !important;
}

.footer a {
	display: inline-block;
}

.footer a:hover {
    text-decoration: underline !important;
}

.footer .container .fab:hover {
	color: #81d2e5!important;
}

.footer .container .fab {
	vertical-align: sub;
	color:#fff !important;
}

.footer em {
	color:#81d2e5;
	margin-right:5px;
}

/* WebbEss Stamp  */
.webbess-stamp {
    display: flex;
    align-items: center;
    padding: 0;
    font-size: 1.3rem;
    font-weight: normal;
	margin: auto;
	justify-content: center;
	text-align: center;
}

.webbess-stamp img {
    width: 2rem;
    margin-left: 1rem;
    filter: invert();
	margin: auto;
}


@media only screen and (max-width:1100px) {
	.footer .footer-top,
	.footer .footer-bottom {
	    max-width: 60rem;
	}
	
	.footer .footer-bottom {
		min-height: auto;
	}
	
	.footer-col-top {
		width: 100%;
		margin:auto;
		margin-bottom: 5rem;
	}
	
	.footer-col-bottom {
		width: 100%;
		margin: 10px 0; 
	}
	
	.footer .footer-top *,
	.footer-col-bottom:last-child p {
		text-align: center !important;
	}
	
	.footer h4 {
		padding-bottom: 10px;
	}
}

/* ==========================================================================
Fancybox
========================================================================== */

.fancybox-active {
	height:100%!important;
}

.compensate-for-scrollbar {
	margin-right:0!important;
}

.hiddeninfo {
	display:none;
}

.fancybox-content {
	width:100%;
	max-width:70rem!important;
	padding:3rem!important;
}

#tvattprogram strong{
	padding-bottom:1rem;
	display:inline-block;
}

.fancybox-container h4 {
    font-size: 1.8rem;
    padding-bottom: 1rem;
    padding-top: 2.5rem;
    color: #333;
}

.fancybox-container h4:first-of-type {
	padding-top: 0;
}

.hiddeninfo p, .hiddeninfo li, .hiddeninfo a {
	font-size:0.9em;
}

.hiddeninfo em {
	color:#81d2e5;
}

.hiddeninfo p strong {
	margin-left:0.25rem;
	font-size: 1.25em;
	color:#0F527C;
}

.hiddeninfo li:not(:last-of-type) {
	padding-bottom:4rem;
}

.hiddeninfo li strong {
	color:#0F527C;
}

@media only screen and (max-width:550px){
	.fancybox-content {
		padding:2rem!important;
	}
}

/* ==========================================================================
Media queries
========================================================================== */

/* Mobile devices */
@media only screen and (hover:none){

}

@media only screen and (max-width: 1440px) {
	
}

@media only screen and (max-width: 1366px) {
	body.isMobile #scroll {
		background-attachment: scroll !important;
	}
}

@media only screen and (max-width: 1048px) { 
	
}

@media only screen and (max-width: 980px) {
	/* Hamburgarmeny – Den är default svart, men för att ändra färg eller ikon använd koden nedan.*/
	.openmenu {
/*
		background: transparent url('/files/menu-white.png') no-repeat center center;
	    background-size: 250px 25px;
	    width: 30px;
	    height: 30px;
	    right: 30px;
	    top: 20px;
*/
	}
	
	nav.mainmenu {
		text-align: center;
		width: 100%;
		box-shadow: none;
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
		height: 100%;
		overflow-y: scroll;
		background-color: #fff !important;
	}
	
	nav.mainmenu .Padding {
		padding-left: 0;
		margin-top: 72px;
	}

	nav.mainmenu ul.TemplateMenu > li {
		height: 60px;
		width: 100%;
	}
	
	nav.mainmenu li a {
		font-size:1.7rem;
		border-bottom: none;
		margin:20px 0px;
		color: #312217 !important;
		padding-left: 10px;
	}
	
	nav.mainmenu li:hover, 
	nav.mainmenu li.active {
    	background-color: transparent;
	}
	
	nav.mainmenu a:before {
		display: none;
	}  
	
	.openmenu,
	.closemenu  {
	    background-image: none;
	}
	
	header .mobile-menu span,
	header .close-menu {
		display: block; 
	}

	.contact-wrap {
		position: static;
		background:#252525;
		padding-bottom:60px;
	}

	.contact-info {
		-webkit-transform:translate(0px,0px);
		transform:translate(0px,0px);
		background:white;
		width:90%;
		margin:0;
		margin-left:5%;
		margin-top:-20px;
		box-shadow:20px 20px 20px rgba(0,0,0,0.15);
	}
	
	.partners-wrap img {
		width:calc(25% - 20px);
	}
	
}

@media only screen and (max-width: 768px) {
		.partners-wrap img {
		width:calc(33.33% - 20px);
	}
}


@media only screen and (max-width: 696px) {

	
}

@media only screen and (max-width: 480px) {
	.LayoutPage .section-block,
	.SubPage .LayoutPage .section-block {
	    padding: 60px 30px !important;
	}
	
	.btn{
		font-size: 1.3rem !important;
	}
}


/* Select only for IE11 */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .LayoutPage .Contact .ContactForm p {
		display: block;
	}
	#contact-us .col-1 .ContactForm input {
		padding:0;
	}
}











