/* Mectool Sweden Aktiebolag */

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

@import url('https://fonts.googleapis.com/css?family=Poppins:300,500|Open+Sans:400,600,700|Prata&display=swap');
@import url('https://fonts.googleapis.com/css?family=Oswald&display=swap');

/* ==========================================================================
Generellt 
========================================================================== */
body {
	background-position: center center;
}

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

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

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

.btn,
.btn-center,
.ContactSubmit {
	max-width: 200px;
    width: 100%;
    box-sizing: border-box;
    padding: 14px 18px !important;
	background-color: #550d0d;
	color: #fff !important;
	border: 2px solid #550d0d;
    text-align: center !important;
    text-transform: uppercase;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.4s ease-in-out;
    display: block;
    transition: 0.4s;
    border-radius: 50px;
    -webkit-font-smoothing: antialiased;
	margin-top: 20px !important;
	font-size: 12px !important;
    letter-spacing: 3px;
    font-weight: 700;
    text-transform: uppercase;
}

.btn:hover,
.btn-center:hover, 
input.ContactSubmit:hover {
    color: #fff !important;
	border: 2px solid #bb9a9c;
    background-color: #bb9a9c;
}

.btn-readmore {
	max-width: 130px;
}

.divider {
	width: 60px;
    border-bottom: 3px solid #550d0d;
    margin: 15px auto 40px auto;
}

/* SPLIT IMAGE / TEXT  */
.split-img-left .content-wrapper,
.split-img-right .content-wrapper {
	position: relative;
	width: 100%;
	font-size: 0px;
}

.split-img-left .content-wrapper:before,
.split-img-left .content-wrapper:after,
.split-img-right .content-wrapper:before,
.split-img-right .content-wrapper:after {
	content: '';
	position: absolute;
	top: 0;
	display: block;
	height: 100%;
	width: 50%;
	background-position: center;
    background-size: cover;
}

.split-img-left .content-wrapper:before,
.split-img-right .content-wrapper:before {
	left: 0;
	z-index: 1;
}

.split-img-left .content-wrapper:after,
.split-img-right .content-wrapper:after {
	left: 50%;
}

.split-img-left .block-object,
.split-img-right .block-object {
	font-size: 0px;
}

.split-img-left .container-split,
.split-img-right .container-split {
    z-index: 1;
    position: relative;
    display: inline-block;
	width: 50%;
	padding: 6rem 9rem;
	box-sizing: border-box;
}

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

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

/* Resonsive iframe */
.iframe-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%; 
	height: 0;
}

.iframe-container iframe {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}

.paddingbottom0 .section-block {
	padding-bottom: 0 !important;
}

/* ==========================================================================
Text och typsnitt
========================================================================== */
p, a, li {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.9em;
    letter-spacing: normal;
    color: #777;
    -webkit-font-smoothing: antialiased;
}

p {
	padding: 0 0 0.8em 0;
}

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

a {
	display: inline-block;
}

h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	color: #333;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
    -webkit-font-smoothing: antialiased;
    padding-bottom: 10px;
}
 
h1, h2 {
    font-size: 40px;
    line-height: 1.3em;
    padding-bottom: 20px;
}

h3 {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #550d0d;
    padding-bottom: 20px;
}

h4 {
	font-size: 25px;
	letter-spacing: 1px;
}

h6 {
	font-size: 30px;
	font-weight: 400;
}

.smalltext-type {
	max-width: 600px;
}

.normaltext-type {
	max-width: 650px;
    margin: 0 auto;
    text-align: center;
}

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

.bullet-list ul li::before {
	content: "\f0da";
    display: inline-block;
    width: 1.5em;
    margin-left: -1.8em;
    color: #550d0d;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
}

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

header .container {
	max-width: none;
	padding: 0 20px;
	padding-left: 10px;
}

header .header-logo {
    width: 200px;
    padding: 7px 0;
}

nav.mainmenu {
	text-align: right;	
}

nav.mainmenu ul.TemplateMenu > li, 
nav.mainmenu ul.TemplateMenu > li:hover {
    line-height: 72px;
	height: 72px;
}

nav.mainmenu a {
	font-family: 'Oswald', sans-serif;
    font-weight: 400;
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
	padding: 0 10px;
	letter-spacing: 1px;
}

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

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

/* Dropdown menu */
nav.mainmenu li:hover > ul {
    background-color: #f9f9f9 !important;
    min-width: 210px;
    width: 100%;
}

nav.mainmenu ul > li > ul {
	background-color: #f9f9f9 !important;
}

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

nav.mainmenu li:hover > ul li a {
	color: #550d0d !important;
	margin: 0 !important;
	cursor: pointer;
}

nav.mainmenu li:hover > ul li:hover a {
	color: #550d0d !important;
	cursor: pointer;
}

#ctl00_MainMenu > li:nth-child(2) {
	display: none;
}

nav.mainmenu .flag a {
	padding: 0 3px !important;
	margin: 0 6px !important;
}

nav.mainmenu .flag:hover {
	border: none !important;
}

nav.mainmenu .flag img {
	width: 25px !important;
	padding: 0;
}

/* ==========================================================================
Top-section
========================================================================== */
.top-section {
	height: 100%;
	background-color: rgba(0,0,0,0.45);	
}

.page-title-wrap {
	top: 55%;
	max-width: 900px;
}

.page-title-wrap h1 {
	font-weight: 400;
}

#usp-first {
	font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 10px;	
}

#usp-second {
	text-transform: unset;
	font-size: 55px;
	padding-bottom: 30px;
}

.page-title-wrap .btn {
	margin-top: 30px !important;
	max-width: 240px !important;
}

.page-title-wrap p {
	color: #fff;
	text-align: center;
	max-width: 650px; 
	margin: 0 auto;
}

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

/* Om oss
========================================================================== */
#om-oss * {
	text-align: center;
}

#om-oss p {
	font-size: 18px;
}

/* Produkter 
========================================================================== */
.produkter p {
	padding-top: 20px;
	font-size: 18px;
}

.produkter .btn {
	display: ;
	margin-left: 0;
}

.produkter .btn-wrapper {
	text-align: left;
}

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

.produkter .container-split {
	padding: 6rem 7rem;
}

/* Produkter - Transportorer
========================================================================== */
#produkt-transportorer {
	background: #550d0d;
	background: -o-linear-gradient(90deg, #550d0d 40%, rgba(255, 255, 255, 0.9) 40%);
	background: -moz-linear-gradient(90deg, #550d0d 40%, rgba(255, 255, 255, 0.9) 40%);
	background: -webkit-linear-gradient(90deg, #550d0d 40%, rgba(255, 255, 255, 0.9) 40%);
	background: linear-gradient(90deg, #550d0d 40%, rgba(255, 255, 255, 0.9) 40%);   
}

#produkt-transportorer .content-wrapper:before { 
	background-image: url('/assets/material/TPE100.jpg'); 
	box-shadow: -5px 0px 20px 0px rgba(51, 51, 102, 0.08);
}

/* Produkter - Lyftarmar 
========================================================================== */
#produkt-lyftarmar {
	background: #bb9a9c;
	background: -o-linear-gradient(-90deg, #bb9a9c 40%, #ffffff 40%);
	background: -moz-linear-gradient(-90deg, #bb9a9c 40%, #ffffff 40%);
	background: -webkit-linear-gradient(-90deg, #bb9a9c 40%, #ffffff 40%);
	background: linear-gradient(-90deg, #bb9a9c 40%, #ffffff 40%);   
}

#produkt-lyftarmar .content-wrapper:after { 
	background-image: url('/files/mectool-p300-3.jpg'); 
	box-shadow: -5px 0px 20px 0px rgba(51, 51, 102, 0.08);
}

/* Kontakt
========================================================================== */
#kontakt {
	background-color: rgba(0,0,0,0.85);
}

#kontakt h2 {
	color: #fff;
	padding-bottom: 50px;
}

/* ==========================================================================
Undersidor - galler for alla undersidor 
========================================================================== */
.SubPage .top-section {
	display: none;
}

.SubPage #bg-video {
	display: none;
}

.SubPage .LayoutPage {
	padding-top: 70px;
}

.SubPage h4 {
	padding-top: 10px;
	text-align: left;
}

.SubPage .header-title {
	background-color: rgba(85, 13, 13, 0.75);
}

.SubPage .header-title .btn {
    background-color: #222;
    border-color: #222;
    max-width: 210px !important;
    width: 210px !important;
}

.SubPage .header-title .btn:hover {
	background-color: transparent !important;
}

.SubPage .header-title h1 {
	color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    padding-bottom: 0;
}

.SubPage a {
	color: #550d0d;
}

.SubPage .normaltext-type {
	text-align: left;
}

.SubPage .layout-2 .col-0 {
	padding-right: 3%;
}

.SubPage .layout-2 .col-1 {
	padding-left: 3%;
}

.SubPage img {
	padding-bottom: 20px;
}

/* Flex */
.SubPage .section-block-wrapper {
	display: flex;
}

.SubPage .col-block {
	flex: 1;
}

.SubPage .col-block {
	align-self: center;
	text-align: center;
}

.SubPage .no-flex .section-block-wrapper {
	display: block;
}

/* Subpage - Produkter > Modeller
========================================================================== */
.subpage-productmodels .heading-type h4 {
	font-size: 30px;
    letter-spacing: 0.5px;
    padding-bottom: 35px;	
}

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

.product-card {
	width: 29%;
	margin: 2%;
	height: ;
	position: relative;
    box-sizing: border-box;
	float: left;
	background-color: #fff;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.129411);
}

.product-card ul {
	list-style: none;
    text-align: left;
    padding-left: 0;
    margin: 10px 0;
}

.product-card img {
    width: 100%;
    padding: 20px 20px 0;
    box-sizing: border-box;
}

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

.product-card .card-text {
	box-sizing: border-box;
	padding: 30px 25px 90px 25px;
	text-align: left;
}

.product-card  .card-text h6 {
    font-size: 25px;
    color: #333;
    padding-bottom: 15px;
    padding-top: 0 !important;
}

.product-card .card-text h4 {
	font-size: 17px;
	color: #333;
}

.product-card .bold {
	font-weight: bold;
	text-transform: none;
	padding-right: 4px;
	color: inherit;
}

.product-card  .card-text p,
.product-card  .card-text li {
	font-size: 15px;
}

.product-card .link {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	background-color: #550d0d;
	height: 50px;
	line-height: 50px;
}

.product-card a {
	font-size: 12px !important;
    letter-spacing: 3px;
    font-weight: 700 !important;
    text-transform: uppercase;
    color:#fff;
}

.product-card a:first-child {
	width: 50%;
}

.product-card a:last-child {
	width: 50%;
}

/* Subpage - Distributorer
========================================================================== */
.subpage-distributorer .col-1 {
	padding-left: 5% !important;
}

/* Subpage - Nyheter
========================================================================== */
.news-item {
	width: 29%;
	margin: 2%;
	float: left;
	text-align: center;
	height: 550px;
}

.news-item .news-container {
/* 	border: 1px solid rgba(236, 236, 236, 0.9); */
}

.news-itemimage img {
	max-height: 230px;
	padding-bottom: 0;
}

.news-itemdetails h4 {
	font-size: 22px;
    letter-spacing: 0.5px;
    padding-bottom: 15px;
}

.news-itemdetails h5 {
	font-family: 'Quicksand', sans-serif;
    font-size: 12px;
    line-height: 27px;
    color: #550d0d;
    font-weight: 400;
    font-style: normal;
    padding-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 0px;
    text-align: left;
}

.news-itemdetails p {
	color: #777;
	font-size: 15px;
}

.news-itemdetails {
	padding: 30px;
	text-align: left;
}

.news-itemdetails a {
	text-decoration: none !important;
	font-size: 14px;
}

/* Subapge - Kontakta oss
========================================================================== */
#kontaktinfo .kontakt-wrap {
	padding: 50px;
    text-align: center;
    height: 180px;
}

#kontaktinfo .kontakt-text * {
	text-align: center;
	color: #222;
}

#kontaktinfo .fas {
	color: #550d0d;
	font-size: 45px;
	padding-bottom: 20px;
}

#kontaktinfo h4 {
	padding-bottom: 30px;
}

/* Kontaktformulär */
#kontaktformular {
	background-color: rgba(85, 13, 13, 0.75);
}

#kontaktformular .section-block-wrapper {
	max-width: 800px;
}

.LayoutPage .Contact {
	background: #FFF;
    padding: 40px;
}

.LayoutPage .Contact .ContactForm div {
    width: 100%;
    margin: 10px 0;
}

.Contact .ContactForm div.ContactFormMessage p,
.Contact .ContactForm .ContactFormEmail p,
.Contact .ContactForm .ContactFormField p,
.Contact .ContactForm .ContactFormName p {
	display: none;
}
   
.LayoutPage .Contact .ContactForm input.text,
.LayoutPage .Contact .ContactForm textarea.textmessage {
	background-color: transparent;
    border-bottom: 1px solid #5d5d5d !important;
    border-right: none !important;
    border-left: none !important;
    border-top: none !important;
	padding: 25px 17px;
	border-radius: 0px;
	font-weight: 400;
	color: #5d5d5d;
	font-size: 16px; 
}

.LayoutPage .Contact .ContactForm div.ContactFormName {
	width: 49%;
    float: left;
    padding-right: 1%;
}

.LayoutPage .Contact .ContactForm div.ContactFormField {
	width: 49%;
    float: left;
    padding-left: 1%;
}

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

.LayoutPage .Contact .ContactForm textarea.textmessage {
	padding: 16px;
	height: 170px;
}

.LayoutPage .Contact .ContactForm div.ContactFormField {
    width: 49%;
    float: left;
    padding-left: 1%;
}

.LayoutPage .Contact .ContactForm input.ContactSubmit {
    background-color: transparent;
	margin: 0 auto;
	max-width: 230px;
    width: 100% !important;
    display: block;
    padding: 15px;
    color: #5d5d5d;
	border: 2px solid #550d0d;
	background:#550d0d;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    transition: 0.4s;
	font-weight: 400;
    font-size: 14px;
    letter-spacing: 3px;
    border-radius: 0;
    text-transform: uppercase;
    text-align: center !important;
}

.LayoutPage .Contact .ContactForm input.ContactSubmit:hover {
	background-color: transparent;
	color: #550d0d!important;
	border-color: #550d0d ;
}

#kontaktformular ::placeholder {
	color: #333;
	font-family: 'Lato', sans-serif !important;  
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 1px;
}

/* ==========================================================================
Utkast
========================================================================== */
.LayoutPage .topsection.section-wrapper {
	background-color: rgba(0, 0, 0, 0.45);
}

.br-1 {
	border-radius: 1rem;
}

/* Paddings */
.p-2 .section-block,
.p-2:not(.section-wrapper) {
    padding: 2rem !important;
}

.pb-0 .section-block,
.pb-0:not(.section-wrapper) {
    padding-bottom: 0 !important;
}

.mt-2 {
	margin-top: 2rem;
}

.text-label {
    font-size: 1.2rem;
	font-weight: 300;
	letter-spacing: .1em;
	padding-bottom: .3em !important;
    text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}

.text-white {
	color: #fff;
}

.text-primary {
	color: #550d0d;
}

.bg-white {
	background-color: #fff;
}


.LayoutPage .bg-primary.section-wrapper {
	background: #550d0d;
}

.LayoutPage .bg-primary-transparent.section-wrapper {
    background-color: rgba(85, 13, 13, 0.75);
}

/* Box shadow */
.box-shadow {
    box-shadow: 0 1rem 3rem #00000020;
}

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

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

.topsection p {
    max-width: 45rem;
    margin: 0 auto;
}	

.topsection .section-block {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin-top: calc(-1 * var(--menu-height) - 4rem);
}

/* Cards
========================================================================== */
.cards-wrapper {
    display: flex;
    flex-wrap: wrap;
}

/* Bredder */
.cards-wrapper.w-50 .card-item {
    width: calc((100% / 2) - 6rem);
    margin: 1rem;
}

/* Generellt */
a.card-item {
    transition: .3s ease;
}

@media only screen and (max-width: 980px) {
    /* Bredder */
    .cards-wrapper.w-50 .card-item {
        width: 100%;
        margin: 1rem 0;
    }
}

/* Card 3-1 */
.card-3-1 .card-item {
    overflow: hidden;
	padding: 2rem;
}

.card-3-1 .image-wrapper img {
    height: 15rem;
}

/* ==========================================================================
Footer
========================================================================== */
.footer {
	background-color: #550d0d;
}

.footer .container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.footer p, 
.footer a {
	text-decoration: none;
	line-height: 1.8em !important;
	font-size: 12px;
	padding-bottom: 0;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 400;
}

.footer a {
	display: inline-block;
}

.footer a:hover {
	color: #f9f9f9 !important;
}

.footer-col {
	float: left;
	width: 31%;
	margin: 0 1%;
	text-align: center
}

.footer-col img {
	height: 110px;
	width: auto;
}

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

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

/* ==========================================================================
Media queries
========================================================================== */
@media only screen and (max-width: 1065px) {
	
	#tjanster .grid-item {
		width: 48%;
	}
	
	/* Subpage - Produktmodeller */
	.product-card {
    	width: 46%;
	}

}

@media only screen and (max-width: 1024px) { 
	
	.LayoutPage .section-block,
	.SubPage .LayoutPage .section-block {
	    padding: 90px 50px;
	}
	
	/* Subpage - Nyheter */
	.news-item {
    	width: 46%;
    }
	
}

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

	.LayoutPage .layout-2 .col-0, 
	.LayoutPage .layout-2 .col-1 {
		width: 100%;
	}
	
	h1, h2 {
		font-size: 40px;
	}
	
	p {
		padding-bottom: 1em;
	}
    
    nav.mainmenu {
	    width: 100%;
	    box-shadow: none;
    }
    
    nav.mainmenu li a {
	    text-align: center;
	    padding: 0;
    }
    
    nav.mainmenu li {
	    padding-left: 0;
    }
    
	.split-img-left .content-wrapper:before,
	.split-img-left .content-wrapper:after,
	.split-img-right .content-wrapper:before,
	.split-img-right .content-wrapper:after {
		left:0;
		height: 350px; /* bildens hojd */
		width: 100%;
	} 
	.split-img-left .container-split, 
	.split-img-right .container-split {
		top: 0;
		width: 100%;
		padding: 2rem;
	}

	/* Bild under text */
	.split-img-left.img-bottom .content-wrapper,
	.split-img-right.img-bottom .content-wrapper {
		position: relative;
	}
	
	.split-img-left.img-bottom .content-wrapper:before,
	.split-img-left.img-bottom .content-wrapper:after,
	.split-img-right.img-bottom .content-wrapper:before,
	.split-img-right.img-bottom .content-wrapper:after {
		top: calc(100% - 350px); /* bildens hojd */
	}
	.split-img-left.img-bottom .container-split.text,
	.split-img-right.img-bottom .container-split.text {
		padding-top: 6rem;
		padding-bottom: calc(3rem + 350px); /* bildens hojd */
	}
	
	.produkter .container-split.img {
		padding: 0;
	}

	.produkter.img-bottom .container-split.text {
	    padding-top: 3rem;
	    padding-bottom: calc(4rem + 350px);
	}
	
	.produkter .section-block {
		padding-top: 50px !important;
	}

	#produkt-transportorer,
	#produkt-valsmatarverk {
		background: #fff;
		background: -o-linear-gradient(0deg, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 0.9) 40%);
		background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 0.9) 40%);
		background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 0.9) 40%);
		background: linear-gradient(0deg, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 0.9) 40%); 
	}
	
	#produkt-lyftarmar {
		background: #550d0d !important;
	}
	
	#produkt-lyftarmar * {
		color: #fff;
	}
	
	#produkt-lyftarmar .btn {
		background-color: #bb9a9c;
	}
	
	nav.mainmenu ul.TemplateMenu > li {
	    line-height: 72px;
	    height: auto !important;
	    padding-left: 0;
	}
	
	nav.mainmenu {
		text-align: left;
		width: 100%;
		box-shadow: none;
	}
			
	nav.mainmenu .Padding {
		border-top: none !important;
	}
		
	nav.mainmenu li a {
		font-size: 20px;
		border-bottom: none;
		margin: 20px 0px;
		padding-left: 20px;
		width: 100% !important;
	}
		
	nav.mainmenu ul > li.expandable-li:hover > a {
		padding-bottom: 0;
	}
	
	nav.mainmenu li:hover, nav.mainmenu li.active {
	    background-color: transparent;
	}
	
	/* Dropdown menu */
	.dropdown-arrow-open {
	    background-image: url('/files/dropmenu-arrow-down.png') !important;
	    background-position: center center !important;
	    background-repeat: no-repeat !important;
	    padding: 5px;
	    background-size: contain !important;
	}
	
	.dropdown-arrow-close {
	    background-image: url('/files/dropmenu-arrow-down.png') !important;
	    background-position: center center !important;
	    background-repeat: no-repeat !important;
	    padding: 5px;
	    background-size: contain !important;
	}
	
	.dropdown-arrow {
		transition: all .25s ease;
	}
	
	li.level-open .dropdown-arrow {
		-webkit-transform: rotate(180deg);
	    -moz-transform: rotate(180deg);
	    -o-transform: rotate(180deg);
	    transform: rotate(180deg);
	}
	
	.dropdown-arrow, 
	.dropdown-arrow:hover {
		width: 16px;
		height: 16px;
		top: 0px;
		right: 19px;
	}	
	
	nav.mainmenu ul > li.expandable-li {
		background-color: transparent;
	}
	
	.services-container {
   		width: 48%;
    }
    
    /* Undersidor */
    .SubPage .section-block-wrapper {
	    display: block;
	}
	
	.SubPage .col-0 {
		padding-bottom: 50px;
	}
	
	.SubPage .header-title .col-0 {
		padding-bottom: 0;
	}
    
    /* Subpage - Kontakt */
    #kontaktinfo .col-block {
	    width: 100%;
	    float: none;
	    padding: 0;
	    padding-bottom: 30px;
    }
    
    #kontaktinfo .col-block:last-child {
	    padding-bottom: 0;
    }
    
    .LayoutPage .Contact .ContactForm div.ContactFormField {
	    padding-left: 0;
    }
    
    #kontaktformular div {
	    width: 100%;
    }
		
}

@media only screen and (max-width: 768px) {
	
	#usp-second {
		font-size: 50px;
	}

	
}

@media only screen and (max-width: 700px) {
	
	#tjanster .grid-item {
		width: 100%;
	}
	
	/* Subpage - Produktmodeller */
	.product-card {
    	width: 100%;
    	margin-bottom: 30px;
	}
	
	.product-card:last-child {
		margin-bottom: 0;
	}
	
	/* Subpage - Nyheter */
	.news-item {
    	width: 96%;
    }
	
}


@media only screen and (max-width: 510px) {
	
	.LayoutPage .section-block, 
	.SubPage .LayoutPage .section-block {
	    padding: 90px 30px;
	}
	
	.split-text-left .col-block .text-part, 
	.split-text-right .col-block .text-part {
		width: 100%;
	}
	
/*
	#usp-first {
	    font-size: 39px;
	}
*/
	
	#usp-second {
	    font-size: 32px;
	    line-height: 40px;
	}

	
	h1, h2 {
    	font-size: 35px;
    }
    
    #cta h2 {
	    font-size: 28px !important;
    }
    
    h3 {
	    font-size: 14px !important;
    }
    
    #tjanster .grid-item {
/* 		height: 200px; */
	}
	
 
	
	#om-oss *, 
	#lediga-jobb *,
	#projekt * {
		text-align: center;
	}
	
	#om-oss .divider,
	#lediga-jobb .btn {
		margin-left: auto !important;
	}
	


	
}