/* Svarvén & Co AB */

@import url("https://use.typekit.net/mgt4rrf.css");
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400&display=swap');

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


/* ==========================================================================
EditMode 
========================================================================== */
.EditMode nav.mainmenu ul > li > ul > li.active a::before,
.EditMode nav.mainmenu ul > li > ul > li.active a::after {
	display: none;
}

.EditMode nav.mainmenu ul > li > ul > li.active a::before {
    transform: none;
}

.EditMode nav.mainmenu ul > li > ul > li.active a::after {
    transform: none;
}

.EditMode nav.mainmenu ul > li > ul > li > a {
	line-height: normal;
	padding: 1rem;
}

.EditMode nav.mainmenu ul > li > ul > li {
	overflow: visible;
}

/* Nodvandigt for att se includeblocken pa produktsidor */
.EditMode .LayoutPage {
    max-width: 180rem;
    margin: 15rem auto;
}
.EditMode nav.mainmenu li ul li ul {
	height: 30rem;
	overflow-y: scroll;
}
/* ==========================================================================
Generellt 
========================================================================== */
*,
*::before,
*::after {
	box-sizing: border-box;
}

@media only screen and (hover:none) {
	*, 
	*::before,
	*::after {
		background-attachment: scroll !important;
		background-position: center center;
	}
	
}


html { font-size: 62.5%; }

body {
	background-position: center 30%;
}

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

.LayoutPage .section-block,
.SubPage .LayoutPage .section-block {
    padding: 11rem 4rem;
}

.center {
	display: flex;
	justify-content: center;
	align-items: center;
}

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

	.center {
		flex-direction: column;
	}
}

.LayoutPage .section-block-wrapper {
	max-width: 120rem;
}
.section-block-wrapper::after {
	display: table;
	clear: both;
	content: '';
}

.bg-dark-blue .section-block { background: #003d5b; }
.bg-dark-blue .section-block *:not(.btn) { color:#fff; }


/* Bakgrundsbild
========================================================================== */
/* Crossfade */
#crossfade {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: -10;
}

#crossfade div {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0px;
	left: 0px;
	color: transparent;
	z-index: -3;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}

#crossfade div.active { z-index: -1; }

/* 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%);
}


/* ==========================================================================
CTA Button on right side
========================================================================== */
.cta-btn {
	text-transform: uppercase;
    position: fixed;
	   top: 50%;
	right: -5rem;
    transform: rotate(-90deg);
    text-decoration: none !important;
    text-align: left;
    z-index: 100;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.cta-btn a {
	display: block;
    width: auto;
    height: auto;
	margin: 0.5rem 0;
	color: #1f9cd9 !important;
	background: #fff;
	font-size: 1.6rem;
    padding: 1rem 2rem;
    font-weight: 700;
	text-transform: none !important;
	text-decoration: none !important;
	cursor: pointer !important;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.11);
        -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}


.cta-scrolled {
	right: -20rem;
}




.cta-btn a:hover {
	background: #fff;
}


@media only screen and (max-width:600px) {
	.cta-btn {
	    text-transform: uppercase;
	    position: fixed;
	    top: auto;
	    bottom: 0;
	    right: 0;
	    transform: none;
	    text-decoration: none !important;
	    text-align: left;
	    z-index: 100;
	    -webkit-transition: 0.4s ease-in-out;
	    transition: 0.4s ease-in-out;
	}
}



/* ==========================================================================
SPLIT WRAPPER 
========================================================================== */
.split-right .split-content { order:0; }
.split-right .split-image { order:1; }

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

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

.split-content {
    width: 50%;
    padding: 8rem 7rem;
    text-align: left;
}

.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;
}


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


@supports (object-fit: cover) {
    .split-image img {
        position: relative;
        transform: none;
        top: unset;
        left: unset;

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

@media only screen and (max-width: 980px) {
	
	.split-content, .split-right .split-content {
		width: 100%;
		order: 0;
	}
	
	.split-image, .split-right .split-image {
		width: 100%;
		order: 1;
	}
	
}

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


.font-size-0 { font-size: 0; }


.bg-blue .section-block { background: #3f9dce; }
.bg-blue .section-block *:not(.btn) { color: #fff; }

.bg-red .section-block { background: #c35c5e; }
.bg-red .section-block *:not(.btn) { color: #fff; }

/* ==========================================================================
Buttons 
========================================================================== */

/* BUTTON STANDARD SETTINGS */
.btn {
	max-width: 50rem;
    width: auto;
    box-sizing: border-box;
    padding: 1.8rem 4rem;
    border-radius: .6rem;
    text-align: center;
    font-size: 1.3rem;
   letter-spacing: 0.3rem;
    line-height: 1em;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    display: inline-block;
	text-transform: uppercase;
	font-weight: 400;
}


/* BUTTON CUSTOM SETTINGS */
.btn {
    background-color: #1e9bd9;
    border: 2px solid #1e9bd9;
    color: #fff;
}

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


.btn-info {
	background: #003d5b;
	border:2px solid #003d5b;
	color:#fff;
}

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

.btn-info-border {
	background: transparent;
	border:2px solid #ec6d00;
	color:#ec6d00;
}

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


.btn-wrapper {
	margin-top: 1.5em;
}


@media only screen and (max-width:696px) {
	.btn {
		display: block;
		max-width: 100%;
	}
}

/* ==========================================================================
Text och typsnitt
========================================================================== */
p, a, li {
    color: #4a4a4a;
	font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    font-size: 1.7rem;
    line-height: 1.8em;
    letter-spacing: .03px;
}

p { padding: 0 0 1.2em 0; }

a { color: inherit; font-size: inherit; }

a.link { color: #1f9cd9; }

.grey-text {
	color: #656565;
}
.text-black{
	color: #000000 !important;
}

.text-secondary {
	color: #1f9cd9;
}

.bold-text {
	font-weight: 700;
}

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


h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	color: #262724;
	font-family: bilo, sans-serif;
	font-weight: 900;
	font-style: normal;
	letter-spacing: 0.5px;
    -webkit-font-smoothing: antialiased;
}
 

h1, h2 {
	font-style: normal;
	font-size: 3.8rem;
	padding-bottom: 2rem;
	color:#003d5b;

}


h3 {
	font-size: 2.8rem;
}

h4 {
	font-size: 2.2rem;
	letter-spacing: 0;
}

.text-center {
	text-align: center;
}

@media only screen and (max-width:510px) {
	h1, h2 {
		font-size: 3rem;
	}
}

/* lilla "abc"-blocket */
.smalltext-type {
	max-width: 600px;
}
/* stora "ABC"-blocket */
.normaltext-type {
	max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

.text-block-center{
	max-width: 85rem;
	margin:auto;
}

.small-text {
	font-size: smaller;
}

.bullet-list li {
    font-weight: 300;
    line-height: 1.6em;
    padding-bottom: 15px;
    list-style: none;
}

.bullet-list ul li::before {
	content: "\f324";
    display: inline-block;
    width: 1.8em;
    margin-left: -1.8em;
    color: #009ee1;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 500;
}

/* ==========================================================================
Header / Navigation
========================================================================== */
header {
    background-color: #fff;
    box-shadow: none;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}


header .container {
	max-width: 1500px;
	padding: 0 20px;
}

header .header-logo {
    width: 16rem;
    padding: 15px 10px;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

header .header-logo {
	float:left;
	position: absolute;
}

/* HEADER SCROLLED */
header.scrolled {
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.07);
}

header.scrolled nav.mainmenu li a {
	color: #555;
}

@media only screen and (max-width:1466px) {
	
	header .container {
		max-width: 120rem;
	}
}


/* NAVIGATION */
nav.mainmenu {
	text-align: right;
}

nav.mainmenu a {
	font-family: inherit;
	font-weight: 400;
	font-style: normal;
	font-size: 1.4rem;
	line-height: 7rem;
	color: #444;
	text-transform: none;
	padding: 0;
	margin: 0 2rem;
    transition: all 300ms linear;
}


@media only screen and (max-width:1100px) {
	nav.mainmenu a {
		margin: 0 1rem;
	}
}

nav.mainmenu li:hover a, 
nav.mainmenu li.active a {
	color: #1e9bd9;
}  


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



.btn-nav {
	padding: 1.4rem 3rem !important;
	width: auto;
	font-size: 1.4rem !important;
	text-transform: uppercase;
	font-weight: 400;
	background: transparent;
	border: 2px solid #1e9bd9;
	color:#1e9bd9 !important;
	border-radius: 4rem;
	line-height: 1 !important;
}

.btn-nav:hover {
	background: #1e9bd9;
	border-color: #1e9bd9;
	color: #fff !important;
}

@media only screen and (max-width:980px) {
	nav.mainmenu li .btn-nav {
		padding: 1.4rem 3rem !important;
		max-width: 20rem;
		margin-left: 2rem;
		border: 2px solid #1e9bd9;
		text-align: center;
	}
}


/* Dropdown menu */
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: #1e9bd9;
    padding-bottom: 0;
}

/* Dropdown menu */
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: #EB0029;
    padding-bottom: 0;
}


nav.mainmenu ul > li > ul {
    background: #f7f7f7;
	padding: 0;
	box-sizing: border-box;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.22);
    line-height: normal;
    height: auto;
    min-width: 100%;
    width: auto;
    text-align: left;
    z-index: 10;
    margin-top: -.5rem;
}

nav.mainmenu ul > li > ul > li {
    padding: 0 1.5rem;
    background: #f8f8f8;
}

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 > a {
	color: #444 !important;
	text-transform: unset;
	letter-spacing: normal;
	padding: 10px;
}

nav.mainmenu ul > li > ul > li > ul a {
	color: #444 !important;
}

nav.mainmenu ul > li > ul > li > ul {
/*     top: -20px; */
    right: 0px;
}

nav.mainmenu ul > li.expandable-li:hover ul {
	background: #e7e7e7;
}

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


nav.mainmenu ul > li > ul > li.expandable-li:hover > a {
    color: #EB0029;
    border-bottom: none;
    padding-bottom: 10px;
}


nav.mainmenu li:hover .nav-dropdown:after {
	text-decoration: none !important;
}


nav.mainmenu .parent.expandable {
	cursor: default;
}

nav.mainmenu .parent.expandable:after {
	content: '\f0da'; 
}
/* Styling for first level ul */

nav.mainmenu ul > li > ul {
	width: auto;
	margin-top: -2px;
	border-bottom: 5px solid #1e9bd9;
}

nav.mainmenu ul > li > ul > li {
	overflow: hidden;
}

/* Background color on active submenu item */
nav.mainmenu ul > li:hover > ul > li.active {
	background-color: #555;
}

/* Background color on hover */
nav.mainmenu ul > li:hover > ul > li:hover {
	background-color: #727272;
}

nav.mainmenu ul > li.expandable-li:hover > a {
	color: #1e9bd9;
}

nav.mainmenu ul > li.expandable-li:hover > ul > li > a {
	color: #fff;
}

/* Styling for active link indicator */
nav.mainmenu ul > li > ul > li.active a::before,
nav.mainmenu ul > li > ul > li.active a::after {
    content: "";
    left: calc(1.5rem);
    top: 2rem;
    height: .8rem;
    position: absolute;
    width: 0.8rem;
    transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

nav.mainmenu ul > li > ul > li.active a::before {
    background-color: #1e9bd9;
    transform: scale(1);
    border-radius: 100%;
}

nav.mainmenu ul > li > ul > li.active a::after {
    background-color: #1e9bd9;
    opacity: 1;
    transform: translateX(-9.2rem);
/*     width: 10rem; */
    border-radius: 0;
}

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

#overlay {
	z-index: 7;
}

@media only screen and (min-width: 1101px) {
    
    .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;
	}
    
}

@media only screen and (max-width: 1100px) {
/*     Header */
    
    header {
	    background: #fff;
    }
    
    header .cta-menu li a { color:#000;}
    
    header .cta-menu {
	    right:8rem
    }
    
    /* Hamburger */
	.hamburger {
	    position: absolute;
	    z-index: 99;
	    left: auto;
	    right: 2rem;
	    top: 1rem;
	}
	
	.hamburger-inner, 
	.hamburger-inner::after, 
	.hamburger-inner::before {
		color: #000;
		background-color: #000;
	}
	
    .hamburger--menu .hamburger-inner::after {
	    content: 'MENY';
	    font-size: 1.1rem;
	    letter-spacing: .2em;
    }
    
    .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: 51rem;
		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 ul > li > ul > li {
		background: transparent;
	}
	
	nav.mainmenu li a {
		margin: 0;
		padding: 0;
		padding-left: 4rem;
		font-size: 1.6rem;
		line-height: 3.7;
		color:#000;
		transform: none !important;
	}
	
	nav.mainmenu ul > li > ul > li:hover a,
	 nav.mainmenu ul > li > ul > li.active a {
	    color: #1e9bd9 !important;
	}
	
	nav.mainmenu li:hover a, nav.mainmenu li.active a {
		color: #1e9bd9;
	}
	
	
	
	#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 {
	    width: auto;
	    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: normal;
	    height: auto;
	}
	
}

/* ==========================================================================
Top-section
========================================================================== */
.top-section {
    height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
/*
    background-image: radial-gradient(rgba(0, 0, 0, 0.2) 50%, transparent 50%);
    background-size: 3px 3px;
*/
}

.page-title-wrap {
	text-align: center;
	left: 50%;
	max-width: 900px;
}

.page-title-wrap h1 {
	font-size: 5rem;
	line-height: 1.4em;
} 

.page-title-wrap .usp-1 {
	font-size: 2.5rem;
	padding-bottom: 3rem;
	color: #1f9cd9;
}

.page-title-wrap strong { font-style: italic; padding-right: 8px; }

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

@media only screen and (max-width:696px) {
	
	.page-title-wrap h1 {
	    font-size: 3rem;
	    line-height: 1.2;
	}
	
	.page-title-wrap .btn {
		margin: 1rem auto;
		display: block;
	}
}

@media only screen and (max-width:375px) {
	.page-title-wrap .usp-1 {
    	font-size: 1.5rem;
    	padding-bottom: 1rem;
    }
}

/* CTA-button
========================================================================== */
.cta-list {
	position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
/*
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
*/
    padding: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cta-list {
	background-color: transparent;
}

.cta-list .section-block {
	padding: 0;
    line-height: 0;
    height: auto;
}

.cta-list ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.cta-list li {
    display: inline-block;
    padding: 40px 30px;
    box-sizing: border-box;
	-moz-transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	margin: 0 1px;

}

.cta-list li a {
	color: #fff;
	font-size: 1.7rem;
	font-weight: 600;
}
/*

#cta li a:hover {
	color: #aa3923;
}
*/

.cta-list li {
    background: #229fdd;
    padding: 40px 100px;
}

.cta-list li a:hover {
	color: #fff;
}


.cta-list li:hover {
	background: #003787;	
}

/* Parallax
========================================================================== */
.parallax {
    min-height: 40rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

@media only screen and (hover:none) {
    .parallax {
        background-attachment: scroll;
        background-position: center center;
    }
} 

/* ==========================================================================
Startsida
========================================================================== */
.parallax {
    max-width: 100% !important;
    background-attachment: fixed !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover !important;
}

.isMobile .parallax  {
	background-attachment: scroll !important;
	max-width: 100% !important;
	background-size: cover !important;
}

.parallax .section-block { height: 50vh; }

/*
.parallax-hantverkare {
	background: url('/assets/images/westerlundbygg-hantverkare-1-1200px.jpg');
}
*/



.full-height .section-block {
	height: 100vh;
	position: relative;
}

/* Olika produkter for olika behov
========================================================================== */
@media only screen and (max-width:696px) {
	.section-video-split .LayoutPage .section-block,
	.section-video-split .SubPage .LayoutPage .section-block {
	    padding: 11rem 4rem;
	}
}

.section-split-video .text-label {
	font-size:2rem;
    padding-bottom: 2rem;
    color: #1e9bd9;
}

.section-split-video .text-label:before {
	border-right: 20px solid #1e9bd9;
    content: "";
    display: inline-block;
    height: 0.2em;
    position: relative;
    vertical-align: middle;
    width: 30px;
    margin-bottom: 4px;
    right: 15px;
    margin-left: 0;
}

.section-split-video .split-image {
	display: flex;
	justify-content: center;
}

.section-split-video video {
	height: 700px;
}

.section-split-video .split-content {
	padding: 20rem 6rem;
}

@media only screen and (max-width:1000px) {
	.section-split-video .split-content {
		padding: 6rem 7rem;
	}

}

@media only screen and (max-width:750px) {
	.section-split-video .split-content {
		padding: 6rem 1rem;
	}
	.section-split-video .split-image {
		height: 500px;
	}	
}

/* About
========================================================================== */
.LayoutPage .about .section-block {
	background: #003d5b;
	overflow-x: hidden;
}

.about h2 { font-size: 5.3rem; margin-top: -9px; line-height: 1.2em;}

.LayoutPage .about strong {
	color: #1f9cd9;
}

.LayoutPage .about .col-0 { padding-right: 2%; }
.LayoutPage .about .col-1 { padding-left: 2%; }


.LayoutPage .about * { 
	color:#fff;
	text-align: left;
}

.LayoutPage .text-block-center .block-container {
    margin: 0 auto;
}


@media only screen and (max-width:1033px) {
	
	.LayoutPage .about .col-block {
		width: 100%;
	}
}

@media only screen and (max-width:696px) {
	.LayoutPage .about h2 {
		font-size: 3.3rem;
	}
}



/* SPLIT SOLUTIONS / PRODUCTS
========================================================================== */
.split-services .section-block .section-block-wrapper { max-width: 1400px; }


.split-services h3 {
    font-size:2rem;
    padding-bottom: 2rem;
    color: #1e9bd9;
}

.split-services .btn-wrapper {
	margin-top: 2rem;
}

.split-services h3::before {
    border-right: 20px solid #1e9bd9;
    content: "";
    display: inline-block;
    height: 0.2em;
    position: relative;
    vertical-align: middle;
    width: 30px;
    margin-bottom: 4px;
    right: 15px;
    margin-left: 0;
}

.split-services .split-image {
    border-radius: 0.4rem;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15);
}


/* Instagram
========================================================================== */
.section-instagram .heading-type * {
	text-align: center;
}

.section-instagram .heading-type {
	padding-bottom: 3rem;
}

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

.SubPage .section-block .section-block-wrapper { max-width: 140rem; }

.SubPage .section-block .col-1 { padding-right: 4%; }
.SubPage .section-block .col-2 { padding-left: 4%; }


.SubPage header {
	background: #fff;
}

.SubPage header nav.mainmenu li a {  color: #555;}



/* HEADER TITLE BLOCK */
.LayoutPage .header-block .section-block {
	background: #003d5b;
	display: flex;
	flex-wrap: wrap;
	margin-top: 7rem;
	    padding: 12rem 3rem;
}

.header-block .section-block .col-wrapper {
	align-self: center;
}

.header-block .section-block * { text-align: center; color:#fff; }

.header-block .section-block h1 { font-size: 5rem; }

.header-block .section-block .heading {
/* 	color: #fff; */
	padding-bottom: 2rem;
	font-size: 2rem;
	color: #003787;
}

.header-block .section-block .subheading {
    color: #272725;
    padding-bottom: 0;
    max-width: 65rem;
    margin: 0 auto;
    font-size: 5rem;
}

.header-block .section-block p {
	max-width: 70rem;
	margin: 0 auto;
	padding-top: 3rem;
}

.header-block .section-block a { text-decoration: underline; font-weight: 600; }


@media only screen and (max-width:696px) {
	.header-block .section-block h1,
	.header-block .section-block .subheading {
		font-size: 3rem;
	}
}

/* Header block with image background */
.LayoutPage .header-block.image-header {
    background: url('/assets/images/svarven-markarbete-1-beskuren-2000px.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment: scroll;
}

.LayoutPage .header-block.image-header .section-block { 
	background: rgba(0, 0, 0, 0.5);
	padding: 15rem 5rem;
}

.LayoutPage .header-block.image-header .section-block *:not(.heading) { color:#fff; }
.LayoutPage .header-block.image-header .section-block .heading { color: #219fdd; }



.inledning .section-block {
    background-color: #8a969f;
}

.inledning .section-block * {
	color:#fff;
	font-weight: 400;
}

.inledning .section-block strong { font-weight: 700; }

.inledning h1 {
    text-align: left;
    border-left: 10px solid #1fb49a;
    padding-left: 20px;
    padding-bottom: 0;
    margin-bottom: 40px;
}

.inledning .normaltext-type {
	margin: 0;
	text-align: left;
	max-width: 600px;
}

.intro .heading-type {
    padding: 4rem 4rem 2rem 4rem;
    background: #fff;
    z-index: 2;
    position: relative;
}

.intro h2 {
	font-size: 2rem;
	text-transform: none;
	color:#1e9bd9;
	padding-bottom: 1rem;
}

.intro h1 {
	font-size: 5rem;
	line-height: 1;
	padding-bottom: 4rem;
}

.intro p {
	text-align: center;
	max-width: 80rem;
	margin: 0 auto;
}

.intro a {
	color: #1d9cda;
}

.intro .normaltext-type {
	padding-bottom: 5rem;
}

@media only screen and (max-width:696px) {
	.intro h1 {
		font-size: 3rem;
	}
	
	.intro .heading-type {
		padding: 2rem 0;
	}
}

/* PRODUCT CARDS
========================================================================== */

.card-wrapper {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

.card {
	width: 18%;
	margin: 1%;
	display: inline-block;
	height:auto;
	position: relative;
    box-sizing: border-box;
	background-color: #fff;
	border-radius: 0;
}

.card ul {
    text-align: left;
    margin-top: 5px;
    padding-left: 20px;
}

.card img {
    object-fit: cover !important;
    object-position: center !important;
    width: 100%;
    height: 100% !important;
}

.card .card-image {
	height: 17rem;
	width: 100%;
	position: relative;
}

.card a,
.card a:hover {
	text-decoration: none !important;
}

.card .card-text {
	box-sizing: border-box;
	padding:4rem 3rem 6rem 3rem;
	text-align: center;
/* 	display: none; */
}

.card .card-category::after {
	display: table;
	clear: both;
	content: '';
}

.card .card-category {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    top: 90%;
    left: auto;
    right: auto;
    position: absolute;
    background-color: #1f9cd9;
    height: 5rem;
    line-height: 5rem;
    text-align: center;
}
.card .card-category * {
	color:#fff;
}

.card .card-category h5 {
	font-size: 1.4rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.card .card-text h4 {
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: none;
    color: #000;
    padding-bottom: 15px;
    padding-top: 0 !important;
}


.card .card-text p,
.card .card-text li {
	font-size: 1.6rem;
	line-height: 1.6;
}


.card .card-link {
	display: block;
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	color:#000;
	background-color: transparent;
	height: 8rem;
	line-height: 8rem;
}


.card:hover .card-link {
	color: #1f9cd9;
}

.card .card-link:after {
	text-decoration: none !important;
}

.card {
		-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.card:hover {
			-moz-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
	box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.1);
	text-decoration: none !important;
}

@media only screen and (max-width:1250px) {
	.card {
		width: 31%;
	}
}

@media only screen and (max-width:1050px) {
	.card {
		width: 48%;
	}
}


@media only screen and (max-width:768px) {
	.card {
		width: 100%;
		margin: 0 0 4rem 0;
	}
}



/* Undersidor: Banners 
========================================================================== */


.LayoutPage .image-header.kyrkor { 
	background-image: url('/assets/images/svarven-kyrkor-2000px.jpg');
	background-position: center bottom;
}


.LayoutPage .image-header.industri { 
	background-image: url('/assets/images/products/lyftverktyg/lyftverktyg-vz-d-1.jpg');
	background-position: center center;
}

.LayoutPage .image-header.kontor { 
	background-image: url('/assets/images/products/vakuum/vh-dack/vakuum-vh-dack-1.jpg');
	background-position: center 60%;
}

.LayoutPage .image-header.schakt-akeri { 
	background-image: url('/assets/images/svarven-schakt-akeri-2000px.jpg');
	background-position: center center;
}




.p-industri .header-img { 
	background-image: url('https://media.gettyimages.com/photos/two-men-wearing-safety-vests-talking-on-construction-site-picture-id735896233?s=2048x2048');
}

.p-kontor .header-img { 
	background-image: url('https://media.gettyimages.com/photos/japan-citycapes-in-tokyo-picture-id1183129182?s=2048x2048');
	background-position: center 80%;
}




.p-markarbete .header-img { 
	background-image: url('/assets/images/svarven-markarbete-1-2000x1692.jpg'); 
	background-position: center 70%;
}

.p-schakt .header-img { 
	background-image: url('/assets/images/svarven-schakt-akeri-2000px.jpg'); 
	background-position: center bottom;
}

.p-vag .header-img { 
	background-image: url('/assets/images/svarven-vag-csm_vz-m-uni-800px.jpg'); 
	background-position: center center;
}


/* Undersida: Arbetsomraden 
========================================================================== */

.work-areas-thumbs .project-thumb-wrapper {
	margin: 0;
	width: 33.3333%;
	display: inline-flex;
	flex-wrap: wrap;
	position: relative;
	height: 40rem;
	box-shadow: none;
}


.work-areas-thumbs .project-thumb-wrapper .project-thumb {
	padding: 17rem 2rem;
}

.work-areas-thumbs .project-thumb h3 {
	font-size: 4rem;
	font-weight: 700;
}

@media only screen and (max-width:1050px) {
	.work-areas-thumbs .project-thumb-wrapper {
		width: 50%;
	}
}

@media only screen and (max-width:1050px) {
	.work-areas-thumbs .project-thumb h3 {
		font-size: 2.5rem;
		letter-spacing: 0;
	}
}



@media only screen and (max-width:696px) {
	.work-areas-thumbs .project-thumb-wrapper {
		height:30rem;
	}
	
	.work-areas-thumbs .project-thumb-wrapper .project-thumb {
	    padding: 13rem 2rem;
	}

}


/* Undersida: Arbetsomraden > Cards
========================================================================== */
.chosen-products .card {
	width: 31%;
}

.chosen-products .card .card-image {
    height: 27rem;
}

@media only screen and (max-width:920px) {
	.chosen-products .card {
		width: 48%;
	}
}


@media only screen and (max-width:696px) {
	.chosen-products .card {
		width: 100%;
		margin: 0 0 3rem 0;
	}
}



/* Undersida: Produktomraden 
========================================================================== */
.section-product-categories .section-block .section-block-wrapper { 
	max-width: none;
}

.sub-products .card-category {
	display: none;
}

.product-items-wrapper {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

.product-item {
	width:31.333%;
	margin: 1%;
	display: flex;
	flex-wrap: wrap;
	height: 45rem;
	overflow:hidden;
	position: relative;
    box-sizing: border-box;
	background-color: #fff;
	text-decoration: none !important;
	cursor: pointer;
	    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}



.product-item .product-item-image {
	width: 100%;
	height: 100%;
}

.product-item img {
    display: block !important;
    object-fit: cover;
    object-position: center;
    height: 100% !important;
    width: 100% !important;
}



.product-item .product-item-text {
	text-align: left;
/* 	display: none; */
    position: absolute;
    bottom: 0;
    left: 0;
    width:auto;
    max-width: 40rem;
    z-index: 4;
    padding: 2.2rem 2rem;
    padding-right: 10rem;
    background: #fff; 
    cursor: pointer;
	    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

/*
.product-item .product-item-text * {
	color:#fff;
}
*/


.product-item .product-item-text h3 {
	padding-bottom: 0;
	font-size: 2.5rem;
	font-weight: 700;
		color:#1f9cd9;

    letter-spacing: .5px;
}



.product-item .product-item-text p,
.product-item .product-item-text li {
	font-size: inherit;
	line-height:1.6em;
}


.product-item .product-item-link {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	color:#fff;
	background-color: transparent;
	height: 60px;
	line-height: 60px;
	z-index: 4;
	    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}



.product-item:hover .product-item-text {
    background: #1f9cd9; 
}

.product-item:hover .product-item-text * {
	color:#fff !important;
}

@media only screen and (max-width: 1350px) {
	
	.product-item {
		width: 48%;
	}
	
	#offices .section-block {
		padding: 140px 20px;
	}
}

@media only screen and (max-width: 900px) {
	.product-item .product-item-text {
		padding-right: 4rem;
	}
}

@media only screen and (max-width:696px) {
	.product-item .product-item-text h3 {
		font-size: 2rem;
	}
	
	.product-item {
		height: 30rem;
	}
}

@media only screen and (max-width:570px) {
	.product-item {
		width: 100%;
		margin: 0 0 3rem 0;
	}
}

/* Undersida: Produktomraden > Cards > Enskild informationssida
========================================================================== */


/* ---- SECTION PRODUCT ---- */


/* Generellt  */
.section-product .section-block .section-block-wrapper { max-width: none; }
.section-product .section-block { padding: 0 !important; }
.section-product .normaltext-type { max-width: none; }

.first-section {
    margin-top: 6rem;
}

.first-section .img-gummislagga {
	object-position:center bottom;
}


.second-section {
   	max-width: 120rem;
   	margin: 0 auto;
   	padding: 10rem 4rem;
}

.second-section .product-information {
    text-align: left;
    padding-bottom: 4rem;
    max-width: 80rem;
    margin: 0;
}

.second-section .product-information a {
	margin-bottom: .5rem;
	display: block;
}

.product-information ul {
	text-align: left;
}

/* Header / Split image */
.section-product .split-content {
	background: #003d5b;
	display: flex;
}

.section-product .split-content .content-text {
	align-self: center;
	max-width: 55rem;
}

.section-product h2 {
	font-size: 2rem;
	color:#1e9bd9;
}

.section-product h2::before {
    border-right: 20px solid #fff;
    content: "";
    display: inline-block;
    height: 0.2em;
    position: relative;
    vertical-align: middle;
    width: 30px;
    margin-bottom: 4px;
    right: 15px;
    margin-left: 0;
}

.section-product h1 {
	font-size: 5rem;
}

.section-product h4 {
	letter-spacing: 0;
}

.section-product .video-link a {
	color: #1d9cda;
}

.section-product .split-content * {
	color:#fff;
}


.section-product .split-image {
	height: 55rem;
}

.section-product .fa-file-pdf,
.section-product .fa-youtube,
.section-product .fa-video,
.section-product .fa-images {
	font-size: 2rem;
	color: #1E9BEB;
}

.section-product .fa-file-pdf:hover
.section-product .fa-youtube:hover {
	color: #2ba8e5;
}


@media only screen and (max-width: 690px) {
	
	.section-product .split-content {
	    padding: 5rem 2rem;
	}
	
	.section-product h1 {
		font-size: 3rem;
	}

}


/* Responsive table */
.responsive-table {
  width: 100%;
  max-width: 120rem;
  overflow: hidden;
}

.table {
  width: 100%;
  display: table;
  margin: 0;
}


.row.header {
	    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}


.row {
  display: table-row;
  background: #fff;
      -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.row.header {
  color: #ffffff;
  background: #1e9bd9;
}

.row.header:hover {
	background: #2ba8e5;
}


.cell {
  display: table-cell;
}


.row .cell {
   width: calc(100% / 4);
   padding: 2rem 2rem;
  font-size: 1.5rem;
  color: #666666;
  line-height: 1.2;
  font-weight: unset !important;
  border-bottom: 1px solid #f2f2f2;
}

.row.header .cell {
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.2;
  font-weight: unset !important;

  padding-top: 19px;
  padding-bottom: 19px;
}



.table, .row {
  width: 100% !important;
}

.row:hover {
  background-color: #f7f7f7;
  cursor: default;
}


@media only screen and (hover:none) {
	
	.row:nth-child(odd) {
		background: #f8f8f8;
	}
	
	.row.header {
	  background: #1e9bd9;
	}
	
}


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

  .table {
    display: block;
  }
  
  .row {
    display: block;
  }
  
   .cell {
    display: block;
  }

  .row.header {
    padding: 0;
    height: 0px;
  }

  .row.header .cell {
    display: none;
  }

  .row .cell:before {
    font-size: 12px;
    color: #666666;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: unset !important;

    margin-bottom: 13px;
    content: attr(data-title);
    min-width: 98px;
    display: block;
  }
}

@media (max-width: 768px) {
  .row {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 18px;
    padding-top: 30px;
    padding-right: 15px;
    margin: 0;
  }
  
  .row .cell {
    border: none;
    padding-left: 30px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .row .cell:nth-child(1) {
    padding-left: 30px;
  }
  
  .row .cell {
    color: #555555;
    line-height: 1.2;
    font-weight: unset !important;
  }

  .table, .row, .cell {
    width: 100% !important;
  }
}


/* Undersida: Offetförfrågan
========================================================================== */
.SubPage .fullscreen-bg-video {
	display: block;
}

.subpage-offert .section-wrapper {
	background: transparent;
}


.contact-form-section .section-block {
	background:rgba(0, 0, 0, 0.4);
	padding-top: 160px !important;
    backdrop-filter: blur(10px);
}

.contact-form-section .section-block .section-block-wrapper {
	max-width: 700px;
}

.subpage-offert .contact-form-section h2{
	color: #fff; 
}
.contact-form-section .section-block .col-0 {
	background: #fff; 
	padding: 4rem;
	padding-bottom: 1rem;
	border-radius: 15px;
}



.LayoutPage .Contact .ContactForm div.ContactFormMessage p, 
.LayoutPage .Contact .ContactForm .ContactFormEmail p, 
.LayoutPage .Contact .ContactForm .ContactFormField p, 
.LayoutPage .Contact .ContactForm .ContactFormName p {
    color: #000;
    font-size: inherit;
	margin-top: 1.5rem;
	margin-bottom: 0.5rem !important;
}


.LayoutPage .Contact .ContactForm input.text, 
.LayoutPage .Contact .ContactForm textarea.textmessage {
    background-color:transparent;
    border: 1px solid #e2e2e2 !important;
    border-radius: 6px;
    height: 40px !important;
    padding: 5px 15px;
}

.LayoutPage .Contact .ContactForm input.ContactSubmit {
    padding: 1.5rem 4rem;
    background: #1f9cd9;
    border: 2px solid #1f9cd9;
    color: #fff;
    border-radius: 8px;
    font-size: 17.5px;
    width: 100% !important;
    max-width: 100% !important;
    margin: 15px auto;
    display: block;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.LayoutPage .Contact .ContactForm input.ContactSubmit:hover {
	background: transparent;
	border: 2px solid #1f9cd9;
	color: #1f9cd9;
}

.LayoutPage .Contact .ContactForm textarea.textmessage {
    height: 204px;
}

.LayoutPage .Contact .ContactForm div { 
	width: 100%;
}

.LayoutPage .Contact .ContactForm div.ContactFormMessage { 
	position: static; 
	width: 100%;
}


.LayoutPage .form-part .ContactSentMessage, .Contact .ContactSentMessage {
    background-color: #1f9cd9 !important;
    box-shadow: 0px 5px 13px rgba(0, 0, 0, 0.15);
    margin-bottom: 40px;
    border-radius: 20px 0;
}

.LayoutPage .form-part .ContactSentMessage p {
	font-size: 1.6rem;
	color:#fff;
	letter-spacing: 0.5px;
}

.LayoutPage .form-part .ContactSentMessage p:first-child {
	font-size: 2rem;
    margin: 0;
    padding-bottom: 5px;
}

.ContactForm #gdpr-check {
	color: #000;
}

.ContactForm #gdpr-check input {
	height:auto!important;
}

.ContactForm #gdpr-check span {
	color:#ff6161;
}
.asterisk p:after {
    content: "*";
    font-size: 1.5rem;
    margin-left: 6px;
    color: red;
}

@media only screen and (max-width: 850px) {
	
	.LayoutPage .section-contact .col-block {
		width: 100%;
	}
}
.ContactForm {
	display: flex; /* Ensure .ContactForm is a flex container */
	flex-direction: column; /* Arrange items vertically */
  }
  
  .ContactForm .ContactFormEmail {
	order: 0;
  }

  .ContactForm .field-3 {
	order: 3;
  }
  


@media only screen and (max-width: 480px) {
	.contact-form-section .section-block .col-0 {
/* 		padding: 2rem !important; */
	}
}


/* Undersidor: Galleri
========================================================================== */
.product-gallery {
	margin-top: 2rem;
}

.product-gallery .project-thumb-wrapper {
	width: 23%;
	margin: 1%;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
	height: 310px;
}

.product-gallery .project-thumb-wrapper.w-18 {
	width: 18%;
}

.product-gallery .project-thumb-wrapper .project-thumb {
	background: transparent;
	padding: 110px 20px;
}

.product-gallery .project-thumb-wrapper:hover .project-thumb {
    background-color: rgba(0, 0, 0, 0.29);
}

.product-gallery .project-thumb p {
    font-size: 40px;
    text-align: center;
}

.product-gallery .project-thumb .product-title {
	display: flex;
    font-size: 20px;
	opacity: 100%;
	color: #000;
	justify-content: flex-end;
	padding-bottom: 0;
}

@media only screen and (max-width:1650px) {
	.product-gallery .project-thumb-wrapper,
	.product-gallery .project-thumb-wrapper.w-18 {
		width: 31%;
	}
}


@media only screen and (max-width:1200px) {
	.product-gallery .project-thumb-wrapper {
		width: 31%;
	}
}


@media only screen and (max-width:1050px) {
	.product-gallery .project-thumb-wrapper,
	.product-gallery .project-thumb-wrapper.w-18 {
		width: 48%;
		height: 35rem;
	}

	.product-gallery.center .project-thumb-wrapper {
		width: 80%;
	}
}


@media only screen and (max-width:600px) {
	.product-gallery .project-thumb-wrapper,
	.product-gallery .project-thumb-wrapper.w-18 {
		height: 25rem;
		width: 100%
	}
}

/* Undersidor: Nyheter
========================================================================== */

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

.section-news .section-block h3 {
	text-align: left;
	padding-bottom: 0.5rem;
}

.archive-heading {
	color:#1f9cd9;
}



.news-month.hide {
	display:none;
}

.news-list {
	padding-right:6rem;
}

.news-list .news-item {
	display:block;
	background: #fff;
	box-shadow: 0px 0.2rem 1rem rgba(0, 0, 0, 0.1);
	padding-bottom:2rem;
	margin-bottom:7rem;
	text-decoration: none;
	    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.news-list .news-item:hover {
	background: #fff;
	box-shadow: 0px 0.2rem 3rem rgba(0, 0, 0, 0.1);
}

.news-list .news-image {
	width: 100%;
	height: 40rem;
}

.news-list .news-image img {
	background:#FFF;
	object-fit: cover !important;
	object-position: center !important;
    width: 100%;
    height: 100% !important;
}

.news-image video {
	width: 100%;
	height: 100%;
	background: black;
}

.news-list .news-header {
	display: flex;
}

.news-list .date {
	min-width:10rem;
	padding:2rem;
    background: #1f9cd9;
}

.news-list .date p {
    color: #FFF;
    font-weight: 600;
    font-size: 3rem;
	line-height: normal;
	text-align:center;
    padding: 0;
}

.news-list .date span {
	display:block;
	white-space: nowrap;
	font-size: 1.25rem;
}

.news-list h4 {
	align-self:center;
	padding-left:3rem;
	padding-bottom:0;
}

.news-list p {
	padding-left: 13rem;
	padding-right:2rem;
	text-transform: initial;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-item a { color: #1f9cd9; }

/* Pagination*/
.simple-pagination ul {
	display:flex;
	justify-content: center;
	margin-top:3rem!important;
}

.simple-pagination li {
	float:none!important;
}

.light-theme a, .light-theme span {
	padding: .5rem 1.25rem!important;
	background:#FFF!important;
	border:1px solid #c2c2c2 !important;
	border-radius: 2px!important;
	box-shadow: none!important;
}

.light-theme .current {
	background:#1f9cd9 !important;
}

.simple-pagination li:first-of-type,
.simple-pagination li:last-of-type {
	display:none;
}

/* Senaste inlÃ¤ggen/Arkiv */
.latest-posts-list {
	margin-bottom:4rem;
}

.archive-list a,
.latest-posts-list a {
	display:block;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6em;
	color: #6f6f6f;
	text-transform: none;
	margin:1rem 0;
}

.archive-list a:hover,
.latest-posts-list a:hover {
	text-decoration: underline;
}

.archive-list h4 {
	font-size: 1.8rem;
	margin:.5rem 0;
}

.archive-list h4:last-of-type {
    margin-top: 2rem;
}

.archive-list ul {
	list-style: none;
	padding-left:2rem;
	margin:0;
}

.archive-list li em {
	margin-right:2rem;
	transition:.25s ease;
}

.archive-list li.show em {
	transform:rotate(90deg);
}

.archive-list li {
	font-size: 1.7rem;
	cursor:pointer;
}

.archive-list li .items-list {
	max-height: 0;
    transition: max-height 0.25s ease;
    overflow: hidden;
}

.archive-list li.show .items-list {
	max-height: 500px;
    transition: max-height 1s ease;
}

@media only screen and (max-width:1200px) {
	#nyheter .section-block {
		padding:14rem 2rem;
	}
	
	.news-list {
		padding-right: 1rem;
	}
}

@media only screen and (max-width:980px) {
	#nyheter .col-block {
		width:100%;
	}

	.news-list {
		padding:0;
	}

	#nyheter .col-1 {
		padding-top:7rem!important;
		font-size: 0;
	}

	#nyheter .col-1 .code-part {
		display: inline-block;
		vertical-align: top;
	}

	#nyheter .col-1 .code-part:first-of-type {
		width: 68%;
		margin-right:2%;
	}

	#nyheter .col-1 .code-part:last-of-type {
		width: 30%;
	}
}

@media only screen and (max-width:696px) {
	
	.news-list p {
		margin: 2rem;
		padding: 0;
	}

	.news-list .date p {
		margin:0;
	}

	#nyheter .col-1 .code-part {
		width:100%!important;
		margin:0;
	}
}

@media only screen and (max-width:450px) {
	.SubPage .news-header {
		flex-wrap:wrap;
		padding:2rem 2rem 0 2rem;
	}

	.news-list h4 {
		order:1;
		align-self:auto;
		width:100%;
		padding:0;
	}

	.SubPage .news-header .date {
		order:2;
		width:100%;
		padding:0;
		padding-top:2rem;
		background:transparent;
	}

	.news-list .date p {
		color:#3D9628;
		font-size: initial;
		text-align:left;
	}

	.news-list .date span {
		display: inline-block;
		white-space: initial;
		font-size: initial;
	}
}

/* Undersidor: Kontakta oss
========================================================================== */
.subpage-contact .header-img { 
	background-image: url('/assets/images/stockholm-kungsholmen-2000px.jpg');
	background-position: center 30%;
	background-size: cover;
}

.section-contact h4 {
	margin-top: 4rem;
}

.contact-cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    flex-direction: column;
    margin-top: 3rem;
}

.contact-card {
	width: 100%;
	margin: 1%;
	display: inline-block;
	position: relative;
	text-align: center;
    background: #003d5b;
    padding: 6rem 2rem;
    border-radius: 0;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
        -moz-transition: 0.25s ease-in-out;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
	-moz-transform: scale(0.98);
	-webkit-transform: scale(0.98);
	transform: scale(0.98);
	text-decoration: none !important;
}


.contact-card:first-child {
	background: #1f9cd9;
}

.contact-card:hover {
/* 	background: #f3f3f3; */
		-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
}

/*
.contact-card:hover * {
	color:#fff;
}
*/

.contact-card * {
	color: #fff !important;
}

.contact-card .fas {
	font-size: 3rem;
	padding-bottom: 2.5rem;
}

.contact-card h3 {
    font-size: 2.5rem;
    padding-bottom: 1rem;
}

.contact-card p {
	font-size: inherit;
	text-align: center;
}

@media only screen and (max-width:950px) {
	
	.contact-card {
    	width: 100%;
    }
}

/* Undersida Begangnat torget
========================================================================== */
.section-torget {
    background-image: url('/assets/images/begagnad-maskin-2000px.jpg');
}


/* ==========================================================================
Footer
========================================================================== */
.footer {
	background-color: #003d5b;
	padding: 0;
	box-sizing: border-box;
}

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



.footer .btn-wrapper {margin: 0; }

.footer .btn-wrapper .btn:first-child {margin-bottom: 1rem; }

.footer .btn,
.footer .btn:hover {	
	background: transparent;
	color: #fff !important;
	border: 1px solid #fff;
	padding: 1rem 3rem;
}

.footer .footer-top {
    max-width: 1200px;
	min-height: 250px;
	padding: 81px 20px 50px 20px;
	box-sizing: border-box;
	    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}

.footer-col-top {
	width: 15%;
	box-sizing: border-box;
}

.footer-col-top:first-child {
	width: 25%;
}

.footer-col-top:nth-child(4) .fas {
	margin-left: 10px;
}

.footer-col-top:last-child {
}

.footer-col-top:last-child p { text-align: right !important; display: inline-block; }

.footer img {
	width: 120px;
	height: auto;
}

.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.26);
	text-align: center;
	margin: 0 auto;
	width: 100%;
	padding: 15px;
	margin: 0 auto;
	box-sizing: border-box;
	background: #003d5b;
	max-width: 1200px;
    min-height: 100px;
  padding: 20px 20px;
    box-sizing: border-box;	
/*         font-size: .75rem; */
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: space-between;
    flex-direction: row;
    line-height: 1rem;
}

.footer-col-bottom {
    width: 50%;
    box-sizing: border-box;
}

.footer-col-bottom:first-child p {
	display: inline-block;
}

.footer-col-bottom:first-child img {
	margin-right: 20px;
}

.footer-col-bottom:last-child p {
	text-align: right !important;
	font-size: 1.3rem;
}

.footer .container .fab {
	margin: 0;
}



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

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


.footer h4 {
	font-size: 2rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 1.2rem;
	color: #1f9cd9;
	font-weight: 600;
	padding-top: 0;
	letter-spacing: 1px;
}



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

.footer a {
	display: inline-block;
}

.footer a:hover {
    color: #1f9cd9 !important;
    text-decoration: underline !important;
}

.footer .container .fab:hover { color: #1f9cd9 !important; }

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

.footer .footer-col-bottom:last-child {
	text-align: right !important;
}

/* WebbEss Stamp  */
.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:1100px) {
	.footer .footer-top,
	.footer .footer-bottom {
	    max-width: 900px;
	}
	
	.footer-col-top {
    	width: 25%;
    }
}


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

