/* Dydab AB */

/* Sofia Pro */
@import url("https://use.typekit.net/ywx6dvq.css");

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

/* ==========================================================================
Generellt 
========================================================================== */
.LayoutPage .grecaptcha-badge {
	display: none !important;
}

*,
*::before,
*::after {
	box-sizing: border-box;
    background-repeat: no-repeat;
}

html {
	font-size: 62.5%;
}

body {
	font-family: sofia-pro, sans-serif;
	background-color: #fff;
}

body, body.isMobile .body-background {
    -webkit-font-smoothing: antialiased;
    background-position: center center;
    background-size: cover;
	overflow-x: hidden !important;
}

/* Layout
========================================================================== */
.LayoutPage .section-block, 
.SubPage .LayoutPage .section-block {
    padding: 12rem 4rem;
}

.section-block-wrapper::after {
	display: table;
	clear: both;
	content: '';
}

/* Olika layouts */
.LayoutPage .layout-12 .col-0 {
	padding-bottom: 2rem;
}

.LayoutPage .layout-12 .col-1 {
	padding-right: 4rem;
}

.LayoutPage .layout-12 .col-2 {
	padding-left: 4rem;
}

@media only screen and (max-width: 1024px) {
	.LayoutPage .section-block, .SubPage .LayoutPage .section-block {
		padding: 11rem 3rem;
	}

	.LayoutPage .layout-12 .col-0,
	.LayoutPage .layout-12 .col-1,
	.LayoutPage .layout-12 .col-2 {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}
}

@media only screen and (max-width: 580px) {
	.LayoutPage .section-block, .SubPage .LayoutPage .section-block {
		padding: 5rem 2rem;
	}
}

.LayoutPage .section-block-wrapper {
	max-width: 145rem;
}

.p-0{
	padding: 1rem !important;
}

/* ==========================================================================
KontaktformulÃƒÂ¤r
========================================================================== */
.LayoutPage .section-block .Contact .ContactForm {
	display: flex;
	flex-wrap: wrap;
}

.LayoutPage .section-block .Contact .ContactForm div {
    width: 48%;
    margin: 1%;
}

.LayoutPage .section-block .Contact .ContactForm div.ContactFormMessage {
    width: 100%;
}

.LayoutPage .Contact .ContactForm textarea.textmessage { 
	height: 15rem; 
}

.LayoutPage .section-block .Contact .ContactForm div.ContactFormMessage p,
.LayoutPage .section-block .Contact .ContactForm .ContactFormEmail p,
.LayoutPage .section-block .Contact .ContactForm .ContactFormField p,
.LayoutPage .section-block .Contact .ContactForm .ContactFormName p {
	color: #fff;
	font-weight: 400;
	font-size: 1.4rem;
	margin-bottom: 1rem !important;
}
 
.LayoutPage .section-block .Contact .ContactForm input.text, 
.LayoutPage .section-block .Contact .ContactForm textarea.textmessage {
    background-color: #fff;
    padding: 2rem .5rem;
    border-radius: .4rem;
    font-weight: 400;
    color: #000;
    border: 1px solid #c9c9c9 !important;
}

.LayoutPage .section-block .Contact .ContactForm div.ContactFormMessage {
	position: relative;
	padding-top: 0;
}

.LayoutPage .Contact .ContactForm input.ContactSubmit {
	width: auto !important;
	max-width: none;
    padding: 1.6rem 4rem;
    border-radius: .8rem;
    background-color: #fff;
    border: 2px solid #fff !important;
    color: #000;
    display: block;
    text-align: center;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 1.5rem;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    font-family: inherit;
    height: auto !important;
    max-width: 50rem;
    margin-left: auto;
}

.LayoutPage .Contact .ContactForm input.ContactSubmit:hover {
	background-color: #f285a2 !important;
	border: 2px solid #f285a2 !important;
	color: #fff !important;
}

.LayoutPage .form-part textarea.textmessage, 
.LayoutPage .form-part input.text {
    width: 100%;
}

.LayoutPage .form-part select {
	width: 100%;
    padding: 0.5rem 1rem !important;
    height: 4rem !important;
    border: solid 1px #dddddd !important;
}

.LayoutPage .ContactForm .section-block ::placeholder {
	font-family: inherit;
	color: #696969;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 1px;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none){
	.LayoutPage .ContactForm input:not(.ContactSubmit),
	.LayoutPage .ContactForm textarea {
		padding: 0 !important;
	}
}

@media only screen and (max-width: 550px) {
	.LayoutPage .contact-form .section-block-wrapper {
		padding: 3rem 2rem!important;
	}
	
	.LayoutPage .section-block .Contact .ContactForm div {
		width: 100%;
		margin: 0 0 1rem 0;
	}

	.LayoutPage .Contact .ContactForm input.ContactSubmit {
		width: 100% !important;
	}
}

/*  ==========================================================================
Parallax
========================================================================== */
.parallax {
    max-width: 100% !important;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 55rem;
	background-image: url('/assets/images/dydab-lastbil-sidan-1920.jpg');
	margin-left: 4rem;
}

@media only screen and (max-width: 1360px) {
	.parallax  {
		height: 35rem;
	}
}

/* ==========================================================================
Split Wrapper
========================================================================== */

.split-section .normaltext-type {
	max-width: none;
}

.split-wrapper {
    display: flex;
    flex-wrap: wrap;
	position: relative;
}

.split-wrapper.reverse {
	flex-direction: row-reverse;
}

.split-content {
    width: 50%;
    padding: 10rem;
	text-align: left;
	align-self: center;
}

.split-image {
    width: 50%;
    position: relative;
    overflow: hidden;
}

.split-image img {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    max-width: unset !important;
}

@supports (object-fit: cover) {
    .split-image img {
        position: relative;
        transform: none;
        top: auto;
        left: auto;
        object-fit: cover;
        object-position: center;
        height: 100% !important;
        width: 100% !important;
    }
}

@media screen and (max-width: 1100px) {
	.split-content {
	    width: 50%;
	}
}

@media screen and (max-width: 1100px) {
	.split-content {
	    width: 50%;
		text-align: left;
		padding: 5rem;
	}

	.split-wrapper.reverse {
		flex-direction: row;
	}
	
	.split-content {
		width: 100%;
	}
	
	.split-image {
		width: 100%;
		padding: 0;
	}
}

@media screen and (max-width: 580px) {
	.split-content {
		padding:5rem 2rem;
	}
}


/* ==========================================================================
Knappar & speciella lÃ¤nkar
========================================================================== */
.btn {
	font-family: inherit;
	max-width: 50rem;
    width: auto;
    padding: 1.9rem 4rem;
    border-radius: .6rem;
    text-align: center;
    font-size: 1.3rem;
    text-transform: uppercase;
   letter-spacing: 0.2em;
    line-height: 1.3;
   	font-weight: 500;
	background: #fff;
	border: 2px solid;
	border-color: #fff;
	color:#000;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    display: inline-block;
}

.btn:hover {
	border: 2px solid;
	background: transparent;
	border-color: #fff;
	color:#fff;
}

.btn-primary {
	background: #f9b233;
	border-color: #f9b233;
	color:#fff;
}

.btn-primary:hover {
	background: transparent;
	border-color:  #f9b233;
	color: #f9b233;
}

.btn-red {
	background: #d1373f;
	border-color: #d1373f;
	color:#fff;
}

.btn-red:hover {
	background: transparent;
	border-color:  #d1373f;
	color: #d1373f;
}

.btn-white {
	background: white;
	border: 2px solid white;
	color: #000;
}

.btn-white:hover {
	background: transparent;
	border: 2px solid white;
	color: white;
}

.btn-white-border {
	background: transparent;
	border: 2px solid white;
	color: white;
}

.btn-black {
	background: #000;
	border: 2px solid #000;
	color: white;
}

.btn-black:hover {
	background: transparent;
	border: 2px solid #000;
	color: #000;
}

.btn-black-border {
	background: transparent;
	border: 2px solid #000;
	color: #000;
}

.btn-black-border:hover {
	background: #000;
	border: 2px solid #000;
	color: white;
}

.btn-wrapper {
	margin-top: 3rem;
}
    
@media only screen and (max-width: 480px) {
	.btn {
		display: block;
		width: 100%;
	}
}
	
/* Andra knappar & länkar
========================================================================== */
.arrow-link {
	font-weight: 500;
	font-size: 1.8rem;
}

.arrow-link::after {
	content: ' \f178';
	opacity: 1;
	transition: all .3s ease;
	font-family: 'Font Awesome 5 Pro';
	margin-left: 3px; 
	font-weight: 400;
}

.arrow-link:hover::after {
	content: ' \f178';
	opacity: 1;
	margin-left: 10px;
}

/* Rund cirkel knapp som animeras till solid bakgrund runt knappen.
========================================================================== */
.button {
	text-decoration: none;
	display: inline-block;
	font-weight: 400;
}

.button,
.button::before,
.button::after {
	transition: all .3s ease;
} 

.button:hover {
	text-decoration: none;
}

.button-circle {
  position: relative;
  margin: auto;
  padding: 1rem 3.5rem;
  transition: all 0.2s ease;
}

.button-circle::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 3rem;
  background: #298D9A;
  width: 4.6rem;
  height: 4.6rem;
  transition: all 0.3s ease;
}

.button-span {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  transition: all .3s ease;
}

.button-span::after {
	content: '\2192';
	margin-left: .5em;
	transition: all .3s ease;
}

.button:hover .button-span::after {
	margin-left: 1em;
	transition: all .3s ease;
}

.button-circle:hover::before {
  width: 100%;
  background: #040713;
}

.button-circle:active {
  transform: scale(0.96);
}

/* ==========================================================================
Bakgrunder & Färger
========================================================================== */
.color-primary {
	color: #d1373f;
}

.grey {
    color: #777;
}

.light-blue-color {
    color: #7ba2c7;
}

/* ==========================================================================
Text och typsnitt
========================================================================== */
p, a, li {
	line-height: 1.9;
	font-size: 1.8rem;
	color:#323232;
	font-family: inherit;
	font-weight: 300;
	text-decoration: none;
}

/* Ställer in radavståndet mellan stycken, ska bara vara på p-taggen. */
p { padding: 0 0 1.2em 0; } 
/* --- */

a:hover {
	text-decoration: underline;
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.35;
	color:#323232;
	text-transform: normal;
	text-transform: none;
}

h1, h2, h3, .section-title {
	font-size: 4.5rem;
	padding-bottom: 2rem;
	line-height: 1.4;
	font-weight: 500;
}

.text-label { 
    font-size:2rem;
    padding-bottom: 1rem;
	font-weight: 400;
	color:#d1373f;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.bold {
	font-weight: 900;
	padding: 0;
}

.text-italic {
	font-style: italic;
}

.preamble {
	font-size: 2.3rem;
	line-height: 1.5;
	padding-bottom: 2rem;
	font-weight: 600;
	color:#d1373f;
}

.text-white{
	color: white !important;
}

/* Övriga klasser */
.text-block {
	max-width: 100rem;
}

.text-block-center {
    max-width: 120rem;
    margin-left: auto;
    margin-right: auto;
}


@media only screen and (max-width: 1466px) {
	.section-title {
		font-size: 3.4rem;
		padding-bottom: 2rem;
	}
}

@media only screen and (max-width: 1024px) {
	h1, h2, h3, .section-title {
		font-size: 3.7rem;
		padding-bottom: 2rem;
	}
}

@media only screen and (max-width: 450px) {
	.text-label {
		font-size: 1.8rem;
	}

	.section-title {
		font-size: 3rem;
	}
}

/* Textblocken
========================================================================== */
.smalltext-type {
	max-width: none;
}
.normaltext-type {
    max-width: 100rem;
}

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

/* Socials on header
========================================================================== */
header .cta-socials {
	position: absolute;
	top: 1.8rem;
	right: 1rem;
	opacity: 1;
	    -moz-transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.cta-socials .social-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.cta-socials .social {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	width: 3.5rem;
    height: 3.5rem;
    margin-right: 1rem;
    padding: 0;	
	border-radius: 2rem;	
	border: .1rem solid #d1373f;
	background-color: #d1373f;
	color: #fff; 
	-moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.cta-socials .social:hover {
	background-color: transparent;
	border-color: #d1373f;
	color: #d1373f;
	text-decoration: none;
}

.cta-socials .social::before {
	font-family: 'Font Awesome 5 Brands';
	font-weight: 400;
	font-size: 1.5rem;
	position: relative;
	top: 1px;
}

.social-facebook::before { content: '\f39e'; }
.social-linkedin::before { content: '\f0e1'; }
.social-instagram::before { content: '\f16d'; }
.social-youtube::before { content: '\f167'; }

/* Header
========================================================================== */
header {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
	background-color: #fff;
    margin-top: 0;
    box-shadow: none;
}

header.scrolled, .SubPage header {
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
}

header .container {
	padding: 0 2rem;
}

/* Header Logo
========================================================================== */
header .header-logo {
	width:18rem;
	padding: 1rem 2rem;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	opacity: 1;
		-moz-transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}


/* Navigation
========================================================================== */
nav.mainmenu {
    display: inline-block;
}

nav.mainmenu a {
    font-style: normal;
    font-weight: 500;
    font-size: 1.3rem;
    color: #000;
    text-transform: uppercase;
    padding: 0 .7rem;
    letter-spacing: .1em;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    line-height: 7.2rem;
    font-family: inherit;
}

header nav.mainmenu a {
	display: inline-block;
}

nav.mainmenu ul {
    text-align: center;
}

nav.mainmenu ul.TemplateMenu > li {
    line-height: normal;
    height: auto;
}

.EditMode nav.mainmenu li > ul > li:hover ul {
    max-height: 100vh;
    overflow-y: scroll;
}

.EditMode nav.mainmenu ul.TemplateMenu > li:first-child {
	display: inline-block;
}

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

nav.mainmenu li:hover a, 
nav.mainmenu li.active a,
header.scrolled nav.mainmenu .fab  {
	color: #000;
}  

/* Dropdown menu
========================================================================== */
nav.mainmenu ul > li > ul > li {
	line-height: normal;
	height: auto;
	cursor: pointer;
	padding: 0;
}

nav.mainmenu ul > li > ul > li:hover > a:before {
	display: none;
}

nav.mainmenu ul > li > ul > li a {
	line-height: 3;
	padding: 0 2rem;
	color:#444 !important;
}

nav.mainmenu ul > li > ul > li a:hover {
	background-color: #d1373f !important;
	color:#fff !important;
}

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

nav.mainmenu li:hover, nav.mainmenu li.active {
    background-color: transparent !important;
}

nav.mainmenu ul > li.expandable-li:hover > a {
    color:#d1373f;
    padding-bottom: 0;
}

nav.mainmenu ul > li > ul {
    background: #fff;
	padding: 0;
	box-sizing: border-box;
    line-height: normal;
    height: auto;
    min-width: 100%;
    width: auto;
    text-align: left;
	z-index: 10;
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.109);
}

nav.mainmenu ul > li > ul a {
	background: transparent !important;
	text-decoration: none !important;
	white-space: nowrap;
	line-height: 30px;
}

nav.mainmenu ul > li > ul > li > ul {
    right: 0px;
}

nav.mainmenu ul > li > ul > li > a {
	line-height: 5rem;
}

#overlay {
	z-index: 7;
}

/* Mobilmenyn
========================================================================== */
@media only screen and (min-width: 1151px) {
    
    .hamburger {
        display: none;
    }
    
    .expandable:after {
	    font-family: 'Font Awesome 5 Pro';
	    font-weight: 700;
	    content: '\f0d7';
	    margin-left: 7px;
	    text-decoration: none;
	    display: inline-block;
	    font-size: .8em;
	    vertical-align: middle;
	}

	nav.mainmenu a:before, 
	nav.mainmenu a:hover:before {
		-webkit-transform: scaleX(1);
		-ms-transform: scaleX(1);
		-moz-transform: scaleX(1);
		visibility: visible;
		transform: scaleX(1);
	}
	
	nav.mainmenu a:before {
		background-color:#d1373f;
		visibility: hidden;
		position: absolute;
		content: "";
		height: 2px;
		bottom: 15px;
		width: 50%;
		margin: 0 auto;
		display: block;
		left: 25%;
		-webkit-transform: scaleX(0);
		-ms-transform: scaleX(0);
		-moz-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transition: all 0.3s ease-in-out 0s;
		-ms-transition: all 0.3s ease-in-out 0s;
		-moz-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
	} 

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

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

	header .cta-socials {
		right: 8rem;
	}

    /* Hamburger */
	.hamburger {
	    position: absolute;
	    z-index: 99;
	    left: auto;
	    right: 2rem;
	    top: 1rem;
	}
	
	.hamburger-inner, 
	.hamburger-inner::after, 
	.hamburger-inner::before {
		color: #cf3928;
		background-color: #cf3928;
	}
	
    .hamburger--menu .hamburger-inner::after {
	    content: 'MENY';
	    font-size: 1.1rem;
		letter-spacing: .2em;
		color:#cf3928;
    }
    
    .hamburger-inner, 
    .hamburger-inner::after, 
    .hamburger-inner::before {
	    width: 4rem;
    }
    
    /* Navigation */
	nav.mainmenu {
		text-align: left;
		display: none;
		position: fixed;
		height: 100%;
		left: 0;
		width: 100%;
		max-width: 35rem;
		background-color: #FFF;
		z-index: 15;
		top: 0;
		box-shadow: none;
		overflow-y: scroll;
	}
	
	nav.mainmenu .Padding {
		margin: 8rem 0 !important;
	}
	
	nav.mainmenu li {
		text-align: left;
		display: block;
	}
	
	nav.mainmenu li a {
		margin: unset;
		padding: unset;
		padding-left: 4rem;
		font-size: 1.6rem;
		line-height: 3.7;
		color:#000 !important;
		width: 100%;
	}

	#overlay {
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background-color: rgba(0, 0 , 0, 0.75);
	    z-index: 7;
	}
	
	/* Dropdown */
	nav.mainmenu ul > li > ul {
	    background-color: #fff !important;
	    width: auto !important;
	    border: none;
	}
	
	nav.mainmenu ul > li > ul {
		display: contents !important;
	}
	
	nav.mainmenu ul > li > ul > li a {
		color: #000 !important;
	}

	nav.mainmenu ul > li > ul > li a:hover {
		background-color: #eee !important;
		color:#000 !important;
	}

	

	nav.mainmenu li:hover > a,
	.nav-white nav.mainmenu li:hover a, 
	.nav-white nav.mainmenu li.active a, 
	header.scrolled nav.mainmenu li.active a {
		color: #d1373f !important;
	}
	
	
	nav.mainmenu ul > li > ul > li > a {
	    width: 100%;
	    padding: 0 0 0 6rem;
	}
	
	nav.mainmenu ul > li.expandable-li:hover > a {
		padding-bottom: 0;
	}
	 
	nav.mainmenu ul.TemplateMenu > li,
	.scrolled nav.mainmenu ul.TemplateMenu > li {
	    line-height: unset;
	    height: unset;
	}
}

@media only screen and (max-width:450px) {
	header .header-logo {
		width: 15rem;
		padding: 1.2rem 2rem;
	}
	header .cta-btn{
		display: none !important;
	}
}

/* ==========================================================================
Top-section
========================================================================== */
.EditMode .page-title-wrap .split-wrapper {
	margin-top: 15rem;
	min-height: 100vh;
}

.top-section {
	display: none !important;
}

.EditMode .LayoutPage .topsection-image {
	margin-top: 20rem;
}

.LayoutPage .topsection-image .section-block {
	padding: 8rem 2rem 2rem;
}

.topsection-image video {
	width: 100%    !important;
	height: 100%   !important;
	display: flex;
	align-items: center;
	justify-content: center;
	object-fit: cover;
	overflow: hidden;
	top: 0;
	left: 0;
}

.topsection-image .section-block-wrapper {
	max-width: none;
}

.topsection-image .split-image:nth-child(1) {
	width: 60%;
	max-height: 80rem;
	border-right: 7px solid #fff;
}

.topsection-image .split-image:nth-child(2) {
	width: 40%;
}

@media only screen and (max-width: 1250px) {
	.topsection-image .split-image:nth-child(1) {
		width: 50%;
		max-height: none;
		border-right: 7px solid #fff;
	}
	
	.topsection-image .split-image:nth-child(2) {
		width: 50%;
	}

	.topsection-image .split-image {
		min-height: 70vh;
	}
}

@media only screen and (max-width: 980px)  {
	.topsection-image .split-image:nth-child(1),
	.topsection-image .split-image:nth-child(2) {
		width: 100%;
	}

	.topsection-image .split-image:nth-child(1) {
		display: none;
	}
}


/* CTA Box på top section
========================================================================== */
.drop-in-top .topp-box {
	position: absolute;
    left: 0;
    margin-top: -15rem;
}

.drop-in-top .topp-wrap {
	background-color: #d1373f;
    text-align: center;
    padding: 4rem;
    max-width: 60rem;
}

.topp-wrap * {
	color: #fff;
	text-align: left;
}

.topp-wrap .text-label {
	padding-bottom: .5rem;
}

.topp-wrap h1 {
	font-size: 4rem;
	padding: 0;
}

.topp-wrap .usp-1 {
    font-weight: 600;
    line-height: 1.4;
}

.topp-wrap .usp-2 {
    font-weight: 300;
    line-height: 1.4;
	font-size: .7em;
	display: block;
}

.drop-in-top p {
	text-align: left;
	font-size: 1.6rem;
	max-width: 50rem;
}

.drop-in-top a:hover {
	color:#fff;
}

@media only screen and (max-width: 600px) {
	.topp-wrap * {
		text-align: center;
	}
} 

@media only screen and (max-width: 600px) {
	.drop-in-top .topp-wrap {
		padding: 1rem 2rem 4rem;
	}
	
	.topp-wrap .usp-1 {
		font-size: 3rem;
	}

	.topp-wrap .usp-2 {
		font-size: 2.6rem;
	}

	.drop-in-top .topp-box {
		margin: 0;
		position: relative;
	}
} 

/* ==========================================================================
Startsida
========================================================================== */

/* Om oss
========================================================================== */
.about .section-block {
    padding-top: 15rem;
	padding-bottom: 0;
}

@media only screen and (max-width:600px) {
	.about .section-block {
		padding-top: 9rem;
	}
}

/* TjÃ¤nster
========================================================================== */
.LayoutPage .services {
	background-color: #fff; 
}

.LayoutPage .services .heading-type * {
	max-width: 100rem;
	margin: 0 auto;
	text-align: center;
}

.services {
    overflow: hidden;
}

.products-wrapper {
    display: flex;
	margin: auto;
	flex-wrap:wrap;
	justify-content: space-between;
	margin-top: 2rem;
}

.product-card {
	width:48%;
	margin: 1%;
    background-color: #FFF;
    position: relative;
    overflow: hidden;
}

.product-card:hover {
	text-decoration: none;
}

.product-card .image-wrap {
	position: relative;
	height:60rem;
}

.product-card:first-of-type img {
	object-position: center 60%;
}

.product-card img {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    max-width: unset !important;
}

.product-card img {
	position: absolute !important;
}

@supports (object-fit: cover) {
    .product-card img {
        position: absolute;
        transform: none;
        top: auto;
        left: auto;

        object-fit: cover;
        object-position: center;
        height: 100% !important;
        width: 100% !important;
    }
}

.product-text {
    padding: 2rem 3rem;
    position: absolute;
    bottom:0;
    left: 0;
    width:100%;
	background: #f8f8f8;
	transition: all .5s ease;
}

.product-card:hover .product-text {
	background: #fff;
	bottom: 1rem;
}

/* .product-card .product-text * { color:#fff; } */
.product-card .product-text  {
    padding-bottom: .2rem;
    font-size: 2.5rem;
    font-weight: 700;
    color: #d1373f;
	letter-spacing: 0;
	text-transform: none;
}

.product-text p::after {
	display: inline-block;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	content: '\f0da';
	position: relative;
	margin-left: 1rem; 
	transition: all .5s ease;
	font-size: .7em;
	vertical-align: middle;
	opacity:1;
}

.product-card:hover .product-text p::after {
	margin-left: 4rem;
	transition: all .5s ease;
}

@media only screen and (max-width:1280px) {
	.product-card {
		width: 48%;
	}
	
	.product-card:nth-child(1),
	.product-card:nth-child(2) {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.products-wrapper {
		margin: 0 -1rem;
	}
	
	.product-card {
		margin: 0 1rem;
	}
	
	.product-card {
		width: 100%;
		margin: 0 0 5rem;
	}
}

@media screen and (max-width: 700px) {
	.products-wrapper {
		margin: 0;
		flex-wrap: wrap;
	}
	
	.product-card {
		margin: 0 0 5rem;
	}
}

@media only screen and (max-width:600px) {
	.product-card .image-wrap {
		height: 40rem;
	}
}

/* ==========================================================================
Undersidor - Generellt
========================================================================== */
.SubPage .top-section {
	display: none;
}

.SubPage  .pulse-button {
	animation: none;
}

/* Custom navs
========================================================================== */
.nav-white header {
	background-color: #fff;
}

.nav-white nav.mainmenu a {
	color:#000;
}

.nav-white nav.mainmenu li:hover a, .nav-white nav.mainmenu li.active a,
header.scrolled nav.mainmenu li.active a {
    color: #3a499b !important;
}

/* Categories sections (showing cards with headlines for subpages)
========================================================================== */
.LayoutPage .categories .section-block-wrapper {
	max-width: 160rem;
}

.LayoutPage .categories .services-wrap {
	justify-content: center;
}

/* Hero section, split image and text
========================================================================== */
.LayoutPage .hero-split .section-block-wrapper {
	max-width: none;
}

.LayoutPage .hero-split .section-block {
	padding-left: 0;
	position: relative;
	overflow: hidden;
}

.EditMode .LayoutPage .hero-split .section-block:after  {
	display: none;
}

.LayoutPage .hero-split .section-block:after {
    content: "";
    display: block;
    position: absolute;
    width: 40vw;
    height: 200vh;
    background: #2A3452;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    left: 0;
    top: -50vh;
	z-index: 0;
	pointer-events: none;
}

.LayoutPage .hero-split .section-block-wrapper {
	max-width: none;
}

.LayoutPage .hero-split .split-wrapper {
	z-index: 2;
}

.LayoutPage .hero-split .normaltext-type {
	max-width: none;
	text-align:left;
}

@media only screen and (max-width:1100px) {
	.LayoutPage .hero-split .section-block {
		padding-bottom: 0;
	}

	.LayoutPage .hero-split .section-block:after {
		display:none;
	}
}

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

/* Hero with solid background and title
========================================================================== */
.LayoutPage .hero-block .section-block {
	background:#f8f8f8;
	display: flex;
	flex-wrap: wrap;
	padding: 12rem 2.5rem;
	margin-top: 7rem;
	position: relative;
}

.LayoutPage .hero-block .section-block-wrapper { 
	align-self: center; 
}

.LayoutPage .hero-block .section-block * { 
	text-align: center; 
}

.LayoutPage .hero-block .heading-type {
	max-width: 90rem;
	justify-content: center;
}

.LayoutPage .hero-block .heading-type * {
	margin: 0 auto;
}

.LayoutPage .hero-block .page-heading {
	margin: 0 auto;
	padding: 0;
	color:#111;
}

.LayoutPage .hero-block p {
	margin: 0 auto;
	padding-top: 2rem;
	padding-bottom: 0;
}

.LayoutPage .hero-block .ingress {
	color: #ff6600;
} 

/* Custom colored blocks */
.LayoutPage .hero-block.blue-block .section-block {
	background: #39499b;
}

.LayoutPage .hero-block.blue-block .heading {
	color:#fff;
}

.LayoutPage .hero-block.blue-block .page-heading {
	color:#fff;
}

@media only screen and (max-width:450px) {
	.LayoutPage .hero-block .section-block {
		padding:9rem 2.5rem;
	}
}

/* Hero with image background or background video
========================================================================== */
.EditMode .LayoutPage .hero-image {
	background-color: #111;
}

.LayoutPage .hero-image {
	background: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment: fixed;
}

.LayoutPage .hero-image .section-block { 
	height: 60vh; 
	background-color: rgba(0, 0 , 0, 0.75);
}

/* Hero image intro
========================================================================== */
.LayoutPage .hero-intro {
	background: transparent;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: auto;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-attachment: fixed;
	background-position: center;
}

.LayoutPage .hero-intro .section-block {
	background-color: rgba(0, 0, 0, 0.75);
	display: flex;
	padding-top: 18rem;
	align-items: center;
}

.LayoutPage .hero-intro .section-block-wrapper {
	max-width: 130rem;
}

.LayoutPage .hero-intro .heading-type {
	max-width: 90rem;
}

.LayoutPage .hero-intro .heading-type * {
	text-align: center;
	margin: 0 auto;
}

.LayoutPage .hero-intro .section-title {
	color:#fff;
}

.LayoutPage .hero-intro p {
	font-weight: 300;
	color:#d1d1d1;
}

.LayoutPage .hero-intro .heading {
	color: #fff;
}

@media only screen and (max-width:700px) {
	.LayoutPage .hero-intro .section-block-wrapper {
		padding: 5rem 0 0;
	}
}

/* ==========================================================================
Undersida: Tjänster
========================================================================== */
.LayoutPage .services-hero .section-block-wrapper {
	max-width: none;
}

.LayoutPage .services-hero .section-block {
	padding: 12rem 0 12rem;
	overflow-x:  hidden;
	background: linear-gradient(to right, #fff 55%, #000000 40%);
}

.LayoutPage .services-hero .split-image {
	margin-right: -2rem;
}

.LayoutPage .services-hero .normaltext-type {
	max-width: none;
	text-align:left;
}

.LayoutPage .services-hero .page-heading {
	padding-bottom: 3rem;
}

@media only screen and (max-width: 1450px) {
	.LayoutPage .services-hero .section-block {
		background: linear-gradient(to right, #fff 53%, #000000 40%);
	}
}

/* Presentation av tjÃƒÂ¤nsterna (Services Splits)
========================================================================== */
.LayoutPage .services-splits .section-block-wrapper {
	max-width: 150rem;
}

.LayoutPage .services-splits .split-wrapper {
	margin-bottom: 12rem;
	max-width: none;
}

.services-splits .split-wrapper:nth-child(odd) {
	flex-direction: row-reverse;
}

@media only screen and (max-width:1500px) {
	.services-splits .split-content {
		padding: 5rem;
	}

	.composition-photo-1 {
		height: 80% !important;
		left: 10%;
	}
}

@media only screen and (max-width:1080px) {
	.services-splits .split-image {
		max-height: 50rem;
	}

	.services-splits .split-content {
		text-align: left;
	}
}

/* ==========================================================================
Undersida: Om oss
========================================================================== */
.image-wrapper {
	margin: 2rem 0;
	display: flex;
}

.image-wrapper .image-item {
	margin: 1rem;
}

/* ==========================================================================
Undersida: Kontakta oss
========================================================================== */
.sub-contact .cta-box-wrapper {
	display: none;
}

.LayoutPage .contacts .section-block-wrapper { 
	max-width: 140rem; 
	display: flex; 
	flex-wrap: wrap;
}

.LayoutPage .contacts {
	background: #fff;
}

.LayoutPage .contacts .section-block { 
	padding-top: 5rem;
}

.LayoutPage .contacts .col-0 {
	width: 55%;
	background-color: transparent;
	order: 1;
	padding: 2rem;
	display: flex;
    z-index: 5;
    position: relative;
    padding-left: 5rem;
}

.LayoutPage .contacts .col-0 .col-wrapper { 
	align-self: center;
}

.LayoutPage .contacts .col-1 {
	padding: 3rem;
	width: 45%;
	order: 0;
	background: #222;
	height: 100%;
	min-height: 55rem;
	display: flex;
	z-index: 1;
}

.LayoutPage .contacts .col-0 * {
	text-align: left;
}

.LayoutPage .contacts .fas {
	padding-right: 1rem;
	color: #EC4812;
}

/* Kontaktrutor
========================================================================== */
.LayoutPage .contact-details .section-block {
	padding: 4rem 2rem;
	background-color: #fff;
}

.contact-box-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	margin-bottom: 3rem;
}

.contact-box {
    width: calc(100% / 4 - 2rem);
    margin:1rem;
	text-align: center;
	padding: 4rem;
	background-color: #d1373f;
	color:#fff;
	border-radius: 0;
    overflow: hidden;
	align-items: center;
	display: flex;
	box-shadow: 0px 1rem 2rem rgb(0 0 0 / 10%);
	text-decoration: none !important;
	-moz-transform: scale(.95);
    -webkit-transform: scale(.95);
    transform: scale(.95);
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.contact-box:hover {
    box-shadow: 0px 1rem 4rem rgb(0 0 0 / 10%);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.box-content {
	width: 100%;
}

.box-text {
	padding: 0 3rem;
	width: 100%;
	text-align: center;
}

.box-text-phone {
	
	width: 100%;
	text-align: center;
}

.box-text * {
	color:#fff;
}

.box-text .box-heading {
	padding: 0 0 .5rem 0;
	font-size: 2rem;
}

.box-text-phone .box-heading {
	padding: 0 0 .5rem 0;
	font-size: 2rem;
}

.box-text p {
	padding: 0;
}

.box-icon {
    margin-bottom: 2rem;
	justify-content: center;
	text-align: center;
	width: 100%;
}

.box-icon * {
	font-size: 4rem;
	color: #fff;
	-moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

@media only screen and (max-width: 1500px) {
	.contact-box {
		width: calc(100% / 2 - 2rem);
	}
}

@media only screen and (max-width: 700px) {
	.contact-box {
		width: 100%;
		margin: 0 0 3rem 0;
	}
}

/* Kontaktformular med select
========================================================================== */
.LayoutPage .contact-form .section-block {
	padding-top: 5rem;
	background-color: #1d1d1b;
}
.LayoutPage .contact-form .section-block-wrapper {
	max-width: 80rem;
	background-color: #d1373f;
	padding: 4rem;
	margin-top: -20rem;
	position: relative;
	z-index: 3;
}


.LayoutPage .contact-form .heading-type *  {
	color:#fff;
}


/* Kontaktcards medarbetare
========================================================================== */
.coworker-items-wrapper {
	display: flex;
	flex-wrap: wrap;
	
	justify-content: center;
	margin: 0 auto;
}

.coworker-item {
	width: calc(100% / 4 - 6rem);
	margin: 2rem;
	text-align: left;
	position: relative;
	border-radius: 0;
	overflow: hidden;
}


.coworker-image img {
    object-fit: cover;
    height: 100% !important;
    width: 100% !important;
}

.coworker-item .coworker-text {
	padding: 2rem;
	position: absolute;
	bottom: 0;
	width: 100%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.coworker-item:hover .coworker-text {
	background-color: #000;
}

.coworker-item .name {
	font-size: 2.2rem;
	padding-bottom: .8rem;
	color:#fff;
}

.coworker-item .title {
	font-size: 1.4rem;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-weight: 400;
	color: #f94f5e;
}

.coworker-item .contact-options {
	margin: .5rem 0;
	font-style: normal;
}

.coworker-item .contact-option {
	display: flex;
    margin: .2rem 0;
    align-items: center;
    color: #fff;
    letter-spacing: normal;
    font-weight: 400;
    text-transform: none;
    font-size: 1.5rem;
}

.coworker-item .contact-option:hover {
	color: #f94f5e;
}

.coworker-item .contact-option::before {
	display: inline-block;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	font-size: inherit;
	margin-right: 1.5rem;
	vertical-align: middle;
	color: #fff;
	width: 1rem;
	text-align: center;
}

.coworker-item .contact-option:hover::before {
	text-decoration: none !important;
}

.contact-option.address::before { content: '\f3c5'; }
.contact-option.phone::before { content: '\f879'; }
.contact-option.mail::before { content: '\f0e0'; }


@media only screen and (max-width: 1466px) {
	.coworker-item .name {
		font-size: 1.8rem;
	}
}


@media only screen and (max-width: 1240px) {
    .coworker-item {
        width: 29%;
    }
}

@media only screen and (max-width: 980px) {
    .coworker-item {
        width: 45%;
    }

    .coworker-items-wrapper {
        padding-top: 0;
    }
}

@media only screen and (max-width: 630px) {
    .coworker-item {
        width: 100%;
    }
}



/* ==========================================================================
Footer
========================================================================== */
.footer {
	background-color:#1d1d1b;
	padding: 0;
	color: #fff;
	position: relative;
}

.footer .container {
    padding: 7rem 5rem 0;
    max-width: 160rem;
}

/* Text på footer */
.footer-heading {
	font-size: 1.6rem;
	text-transform: none;
	font-weight: 700;
	letter-spacing: 0;
	padding-bottom: 1rem;
	color: #fff;
}

.footer p, 
.footer a,
.footer li {
	text-align: left;
	font-size: 1.4rem;
	color: inherit;
}

.footer a:hover { color:#fff;}

/* Footer Top */
.footer-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 2rem 0 0;
    position: relative;
}

.footer-logo-wrapper {
	width: 20rem;
	margin: 0 auto 10rem;
}

.footer-logo {
	width: 100%;
}

/* Footer menu */
.footer-nav {
    width: 100%;
    margin-bottom: 5rem;
    padding-left: 2rem;
    text-align: right;
}

.footer-menu-wrapper {
    display: flex;
    list-style-type: none;
    padding-inline-start: 0;
    margin: 0;
}

.footer-menu {
    text-align: left;
    width: 33%;
    margin-bottom: 2rem; 
}

/* Footer submenu */
.footer-submenu {
    padding-inline-start: 0;
    list-style-type: none;
}

.footer-submenu li {
	text-align: left;
}

.footer-menu-link {
	font-size: 1.6rem;
	line-height: 2em !important;
}

.footer-menu-link:hover {
	color: #333;
	text-decoration: underline;
}

/*  Sociala medier på footer */
.footer .social-list {
    display: flex;
    list-style: none;
    padding: 0;
	margin: 0;
	flex-direction: row;
}

.footer .social {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	width: 3.5rem;
    height: 3.5rem;
    margin-right: 1rem;
    padding: 0;
	border-radius: 2rem;	
	border: 1px solid #d1373f;
	background-color: #d1373f;
	color: #fff; 
}

.footer .social:hover {
	background-color: transparent;
	color: #d1373f;
	text-decoration: none;
}

.footer .social::before {
	font-family: 'Font Awesome 5 Brands';
	font-weight: 400;
	font-size: 1.5rem;
	position: relative;
	top: 1px;
}

.social-facebook::before {
	content: '\f39e';
}

.social-linkedin::before {
	content: '\f0e1';
}

.social-instagram::before {
	content: '\f16d';
}

.social-youtube::before {
	content: '\f167';
}

/* Footer Bottom */
.footer-bottom {
	border-top: 1px solid #fff;
	margin: 0 auto;
	width: 100%;
	padding: 2rem;
    box-sizing: border-box;	
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    line-height: 1rem;
}

.footer-bottom p {
	font-size: 1.2rem;
	padding: 0;
}

.footer-bottom .info-list {
	padding-inline-start: 0;
	list-style-type: none;
	display: flex;
}

.footer-bottom .info-list li {
	margin-right: 2rem;
	font-size: 1.2rem;
}

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

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

@media only screen and (max-width: 1060px) {
	.footer .container {
		padding: 5rem 2rem 0;
	}

	.footer-container,
	.footer-menu-wrapper {
		flex-wrap: wrap;
	}

	.footer-menu:first-child,
	.footer-menu:nth-child(2),
	.footer-menu:nth-child(3) {
		width: 50%;
	}
}

@media only screen and (max-width: 700px) {
	.footer .container {
		padding: 6rem 2rem 0;
	}

	.footer-menu,
	.footer-menu:first-child,
	.footer-menu:nth-child(2),
	.footer-menu:last-child {
	    width: 100%;
		margin-bottom: 0;
		padding: 2rem 0;
	}

	.footer-nav {
		padding: 0;
	}

	/* footer bottom */
	.footer-bottom {
		flex-direction: column;
		align-items: flex-end;
	}

	.footer .social-list {
		order: 1;
		margin: .5rem 0;
	}
	
	.footer-bottom p,
	.footer-bottom a {
		order: 2;
		margin: .5rem 0;
	}
}


/* Layout
========================================================================== */
/* Speciella paddings */
.py-5 .section-block {
    padding: 5rem 0;
}

.pl-3 {
    padding-left: 3rem;
}

/* Speciella margins */
.mb-2 {
    margin-bottom: 2rem;
}

.pt-0 {
	padding-top: 0;
}

/* Färger
========================================================================== */
/* Bakgrunder */
.bg-gradient-primarylight-white {
    background-image: linear-gradient(to top, rgb(var(--white-color)) 50%, rgb(var(--primary-color), 0.2) 50%);
}

/* Grafiska element
========================================================================== */
/* Border */
.border-white {
    border: .5rem solid rgb(var(--white-color));
}

.border-left-primary {
    border-left: .5rem solid rgb(var(--primary-color));
}

/* Border radius */
.br-1 {
    border-radius: 1rem;
}

/* Text och typsnitt
========================================================================== */
.ingress {
    font-size: 2.3rem;
}